We are glad to present you a new universal BBCode "phpBB [video]" which is compatible with both phpBB and phpBBex. To install you do not need to edit any files, it can be added through the admin panel.
Usage example
The user copies the URL of the page of the video and inserts it between the [video][/video]:
- Код: Выделить всё
[video]http://vimeo.com/40558553[/video]
- Код: Выделить всё
[video=640,360]http://vimeo.com/40558553[/video]
It is displayed as follows:
Supported video services
Currently the following video services are supported:
- youtube.com (youtu.be) - playlists are also supported
- vimeo.com
- vk.com (vkontakte.ru) — the URL from the embed code is required
- facebook.com
- dailymotion.com
- ustream.tv — streams and recorded videos
- ted.com
- vine.co
- coub.com
- twitch.tv — streams and recorded videos
- metacafe.com
- video.yandex.ru — the URL from the embed code is required
- ign.com
- pinkbike.com
- rutube.ru — it is recommended to use the URL from the embed code
- video.mail.ru
- video.bigmir.net
- video.online.ua
- video.sibnet.ru
- yapfiles.ru
- WebM, OGV and MP4 files via HTML5 <video> tag
URLs do not need to be cleaned from the garbage arguments as our [video] will work it out. You can use both the URL of the video page and the URL of the embed code (unless other instructions are given).
It is convenient that our bbcode is updated and new services are supported automatically. If our BBCode doesn't support the needed video service, we will be happy to add it. In this topic, please provide the URL of the page of the video with the video service you're interested in and the embed code. It will help us to add support of the service. If the new video service is demanded we will soon add the support to our video bbcode.
Automatic installation of [video] and [video=]
1. Download install_bbvideo.zip (2kb)
2. Extract it to your phpbb directory
3. Run http://yourphpbb/install_bbvideo.php
4. Remove install_bbvideo.php from your phpbb directory
Manual installation of [video] (with fixed size)
1. Admin panel, tab "Posting", page "BBCodes", add BBCode (if you already have a [video] then delete it).
2. In the field "BBCode usage" enter:
- Код: Выделить всё
[video]{URL}[/video]
- Код: Выделить всё
<div class='bbvideo' data-url='{URL}' style='width: 640px; height: 390px; margin: 2px 0; display: inline-block; background: #000; color: #fff; overflow: hidden; vertical-align: bottom;'><div style='height: 100%;'><script>if (typeof bbmedia == 'undefined') { bbmedia = true; var e = document.createElement('script'); e.async = true; e.src = '//phpbbex.com/api/bbmedia.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); }</script></div><div style='text-align: right; height: 14px; margin-top: -14px; padding-right: 2px; font: 10px/10px Verdana; color: #555;'><a style='color: #105289; text-decoration: none;' href='//phpbbex.com/' target='_blank'>phpBB</a> [video]</div></div>
- Код: Выделить всё
Insert video: [video]http://youtube.com/url[/video]
Manual installation of [video=width,height] (in addition to the previous)
1. Admin panel, tab "Posting", page "BBCodes", add BBCode (if you already have a [video=] then delete it).
2. In the field "BBCode usage" enter:
- Код: Выделить всё
[video={NUMBER1},{NUMBER2}]{URL}[/video]
- Код: Выделить всё
<div class='bbvideo' data-url='{URL}' style='width: {NUMBER1}px; height: {NUMBER2}px; margin: 2px 0; display: inline-block; background: #000; color: #fff; overflow: hidden; vertical-align: bottom;'><div style='height: 100%;'><script>if (typeof bbmedia == 'undefined') { bbmedia = true; var e = document.createElement('script'); e.async = true; e.src = '//phpbbex.com/api/bbmedia.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); }</script></div><div style='text-align: right; height: 14px; margin-top: -14px; padding-right: 2px; font: 10px/10px Verdana; color: #555;'><a style='color: #105289; text-decoration: none;' href='//phpbbex.com/' target='_blank'>phpBB</a> [video]</div></div>
- Код: Выделить всё
Insert video: [video=width,height]http://youtube.com/url[/video]
Links
phpBB [video] topic on phpbb.com
Russian language support on phpbbex.com