This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

YouTube BBCode

Forum for video BBCodes. These codes allow you and your users to place videos into the posts on your forum.
Locked
KukY

YouTube BBCode

Post by KukY »

This BBCode allows for embedding YouTube videos in your forum posts.

BBCode:

Code: Select all

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

Code: Select all

<object type="application/x-shockwave-flash" style="width:480px; height:385px;" data="http://www.youtube.com/v/{IDENTIFIER}?version=3&hl=en_US">
<param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}?version=3&hl=en_US" /><param name="allowFullScreen" value="true" /></object>
update:
just use updated code and use full video URL!
[youtube]http://www.youtube.com/watch?v=T8SLxlfNHf0[/youtube]
Last edited by cisco007 on Mon Oct 03 2011 5:40 pm, edited 5 times in total.
Reason: updated code!
User avatar
DoYouSpeakWak
Stars
Stars
Posts: 89
Joined: Fri Sep 17 2010 6:13 pm
Country Flag: Denmark

Re: YouTube BBCode

Post by DoYouSpeakWak »

7 xhtml errors. No good.

This html fixes that.

Code: Select all

<object type="application/x-shockwave-flash" style="width:480px; height:385px;" data="http://www.youtube.com/v/{IDENTIFIER}">
<param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}" /><param name="allowFullScreen" value="true" /></object>
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: YouTube BBCode

Post by cisco007 »

working!
[youtube]http://www.youtube.com/watch?v=MYKu5Tiae50[/youtube]
Image
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: YouTube BBCode

Post by cisco007 »

updated html code again, using the new version 3 player!
Image
Locked