Page 1 of 2

YouTube Video BBCode

Posted: 06 Mar 2010, 18:48
by BBCode Bot
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:

Code: Select all

[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]
HTML:

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>
Helpline:

Code: Select all

YouTube: [youtube]Link to YouTube Video[/youtube]
Example:

Code: Select all

[youtube]http://www.youtube.com/watch?v=KoZrlEFUmf0[/youtube]
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
playerbbcodes.zip
(17.98 KiB) Downloaded 3259 times

BBCode:

Code: Select all

[youTubeBB3]http://www.youtube.com/watch?v={IDENTIFIER}[/youTubeBB3]
HTML:

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>
Helpline:

Code: Select all

[YouTubeBB3]link to Video[/YouTubeBB3]
Example:

Code: Select all

[youtubebb3]http://www.youtube.com/watch?v=_Zh5mXvkaMk[/youtubebb3]
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:

Code: Select all

[ytubehd]http://www.youtube.com/watch?v={IDENTIFIER}[/ytubehd]
HTML:

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>
Helpline:

Code: Select all

[ytubehd]videourl[/ytubehd]
Example:

Code: Select all

[ytubehd]http://www.youtube.com/watch?v=k7IilzzhwjE[/ytubehd]
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.
player.zip
(322.21 KiB) Downloaded 1786 times
Download, unzip and upload the entire player folder to the images folder.

BBCode:

Code: Select all

[youtubejw]{URL}[/youtubejw]
HTML:

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>
Helpline:

Code: Select all

YouTubeJW: [youtubejw]link to video[/youtubejw]
Example:

Code: Select all

[youtubejw]http://www.youtube.com/watch?v=IoTBclI22Dk[/youtubejw]
Demo:
[youtubejw]http://www.youtube.com/watch?v=IoTBclI22Dk[/youtubejw]

Re: YouTube Video BBCode

Posted: 29 Mar 2010, 18:19
by sofian
hi
first thank u very mutch

in this section : " YouTuBBcode - Custom look with no YouTube Logo " the volume control and the quiet option is not working in the player and the sound still working !! i test in all browsers it dont work . can u fix this broplem ?
thank u

Re: YouTube Video BBCode

Posted: 29 Mar 2010, 21:35
by cisco007
i don't have IE installed on my system, but it's working great on FF 3.7a4!

Re: YouTube Video BBCode

Posted: 14 May 2010, 16:28
by boardtalk.net
YouTuBBcode - Custom look with no YouTube Logo ... The attachment player.zip is no longer available
Does anyone have the attachment 'player.zip'?

Thanks
;)

Re: YouTube Video BBCode

Posted: 16 May 2010, 13:31
by boardtalk.net
boardtalk.net ยป 14 May 2010, 16:28 wrote:
YouTuBBcode - Custom look with no YouTube Logo ... The attachment player.zip is no longer available
Does anyone have the attachment 'player.zip'?

Thanks
;)
Cool Thanks so much :D

Re: YouTube Video BBCode

Posted: 04 Jun 2010, 06:43
by Mahogany_Rush
Thanx for the codes!

By the way, that isn't Joe Satriani playing "Somewhere over the Rainbow", it is Chris Impellitteri. And yes, it is great.

Re: YouTube Video BBCode

Posted: 06 Jun 2010, 08:13
by farukh_khan_2050
Nice share bro tnx................

Re: YouTube Video BBCode

Posted: 12 Jun 2010, 11:54
by testas123
with YouTubeJW i cant control the sound, mute dont work,

Re: YouTube Video BBCode

Posted: 28 Jun 2010, 19:33
by Dragon1994
Thanks :)

Re: YouTube Video BBCode

Posted: 29 Jun 2010, 16:09
by neuropass
[youtubebb3]http://www.youtube.com/watch?v=_Zh5mXvkaMk[/youtubebb3]


this bbcode doesn't work when used with the center bbcode. Is there a fix for it?