YouTube Video BBCode
Posted: 06 Mar 2010, 18:48
YouTube Video BBCode
Author: iDaNm
Description: The YouTube Video BBCode puts a YouTube Video in the topics of Your phpbb3 Board
Optimized to also be working with all the national youtube sites and with fullscreen mode
BBCode:
HTML:
Helpline:
Example:
Demo:
[youtube]http://www.youtube.com/watch?v=KoZrlEFUmf0[/youtube]
Speciel BBCodes Youtube BBCode
Author: djgalix
Description: Add a nice frame to the Youtube Player (specific for PhpBB3BBCodes)
Attached file:
Download, unzip and upload to root/images
BBCode:
HTML:
Helpline:
Example:
Demo:
[youtubebb3]http://www.youtube.com/watch?v=_Zh5mXvkaMk[/youtubebb3]
YouTube Default HD
Author: DJS596
Description: This BBCode allows you to embed videos from YouTube, with the added bonus of them playing in HD by default (this feature was enabled today by YouTube).
BBCode:
HTML:
Helpline:
Example:
Demo:
[ytubehd]http://www.youtube.com/watch?v=k7IilzzhwjE[/ytubehd]
YouTuBBcode - Custom look with no YouTube Logo
Author: WorldIsMine
Description: This is based off the "Flv Player BBCode" but tweaked so the player always plays high quality video and it will never show the YouTube logo. Why is this important? This is a great way to get backlinks as if a user finds a video he would like to share with someone he will have to link to your site instead giving the link to YouTube. (Unless he checks the source, which almost never happens.) The video will not link back to YouTube. Trust me this is a GREAT way to boost traffic as most of your users will think this video is exclusive to your forum. Download, unzip and upload the entire player folder to the images folder.
BBCode:
HTML:
Helpline:
Example:
Demo:
[youtubejw]http://www.youtube.com/watch?v=IoTBclI22Dk[/youtubejw]
Author: iDaNm
Description: The YouTube Video BBCode puts a YouTube Video in the topics of Your phpbb3 Board
Optimized to also be working with all the national youtube sites and with fullscreen mode
BBCode:
Code: Select all
[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]
Code: Select all
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
Code: Select all
YouTube: [youtube]Link to YouTube Video[/youtube]
Code: Select all
[youtube]http://www.youtube.com/watch?v=KoZrlEFUmf0[/youtube]
[youtube]http://www.youtube.com/watch?v=KoZrlEFUmf0[/youtube]
Speciel BBCodes Youtube BBCode
Author: djgalix
Description: Add a nice frame to the Youtube Player (specific for PhpBB3BBCodes)
Attached file:
Download, unzip and upload to root/images
BBCode:
Code: Select all
[youTubeBB3]http://www.youtube.com/watch?v={IDENTIFIER}[/youTubeBB3]
Code: Select all
<div style="text-align:center;">
<table width="505" height="440" border="0" cellpadding="0" cellspacing="0" style="text-align: center;">
<tr>
<td background="./images/playerbbcodes.png" width="505" height="440"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&rel=en&fs=1&color1=0x234900&color2=0xd4d4d4" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
</tr>
</table>
</div>
Code: Select all
[YouTubeBB3]link to Video[/YouTubeBB3]
Code: Select all
[youtubebb3]http://www.youtube.com/watch?v=_Zh5mXvkaMk[/youtubebb3]
[youtubebb3]http://www.youtube.com/watch?v=_Zh5mXvkaMk[/youtubebb3]
YouTube Default HD
Author: DJS596
Description: This BBCode allows you to embed videos from YouTube, with the added bonus of them playing in HD by default (this feature was enabled today by YouTube).
BBCode:
Code: Select all
[ytubehd]http://www.youtube.com/watch?v={IDENTIFIER}[/ytubehd]
Code: Select all
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&hl=en&fs=1&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{IDENTIFIER}&hl=en&fs=1&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
Code: Select all
[ytubehd]videourl[/ytubehd]
Code: Select all
[ytubehd]http://www.youtube.com/watch?v=k7IilzzhwjE[/ytubehd]
[ytubehd]http://www.youtube.com/watch?v=k7IilzzhwjE[/ytubehd]
YouTuBBcode - Custom look with no YouTube Logo
Author: WorldIsMine
Description: This is based off the "Flv Player BBCode" but tweaked so the player always plays high quality video and it will never show the YouTube logo. Why is this important? This is a great way to get backlinks as if a user finds a video he would like to share with someone he will have to link to your site instead giving the link to YouTube. (Unless he checks the source, which almost never happens.) The video will not link back to YouTube. Trust me this is a GREAT way to boost traffic as most of your users will think this video is exclusive to your forum. Download, unzip and upload the entire player folder to the images folder.
BBCode:
Code: Select all
[youtubejw]{URL}[/youtubejw]
Code: Select all
<object id="mediaplayer" data="images/player/player.swf" type="application/x-shockwave-flash" width="480" height="270">
<param name="name" value="mediaplayer">
<param name="controlbar" value="over">
<param name="allowfullscreen" value="true"><param name="quality" value="high">
<param name="flashvars" value="file={URL}&controlbar=over&stretching=fill">
<param name="src" value="images/player/player.swf">
</object>
Code: Select all
YouTubeJW: [youtubejw]link to video[/youtubejw]
Code: Select all
[youtubejw]http://www.youtube.com/watch?v=IoTBclI22Dk[/youtubejw]
[youtubejw]http://www.youtube.com/watch?v=IoTBclI22Dk[/youtubejw]