YouTube Video BBCode

Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

YouTube Video BBCode

Post 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]
sofian
BBCoder I
BBCoder I
Posts: 1
Joined: 15 Mar 2010, 06:15

Re: YouTube Video BBCode

Post 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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: YouTube Video BBCode

Post by cisco007 »

i don't have IE installed on my system, but it's working great on FF 3.7a4!
User avatar
boardtalk.net
BBCoder II
BBCoder II
Posts: 35
Joined: 05 Mar 2010, 13:55
Favourite MOD: Default Random 'No Avatar
Location: Éire
Contact:

Re: YouTube Video BBCode

Post 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
;)
User avatar
boardtalk.net
BBCoder II
BBCoder II
Posts: 35
Joined: 05 Mar 2010, 13:55
Favourite MOD: Default Random 'No Avatar
Location: Éire
Contact:

Re: YouTube Video BBCode

Post 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
Last edited by boardtalk.net on 16 May 2010, 13:31, edited 1 time in total.
Mahogany_Rush
BBCoder I
BBCoder I
Posts: 3
Joined: 14 Apr 2010, 01:08

Re: YouTube Video BBCode

Post 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.
farukh_khan_2050
BBCoder II
BBCoder II
Posts: 8
Joined: 06 Jun 2010, 07:22

Re: YouTube Video BBCode

Post by farukh_khan_2050 »

Nice share bro tnx................
testas123
BBCoder II
BBCoder II
Posts: 13
Joined: 11 Jun 2010, 18:09

Re: YouTube Video BBCode

Post by testas123 »

with YouTubeJW i cant control the sound, mute dont work,
Dragon1994
BBCoder I
BBCoder I
Posts: 1
Joined: 28 Jun 2010, 15:02

Re: YouTube Video BBCode

Post by Dragon1994 »

Thanks :)
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: YouTube Video BBCode

Post 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?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
Locked