Page 1 of 1

Displaying YouTube Videos In Posts

Posted: Thu Sep 13, 2012 9:21 pm
by Administrator
Displaying YouTube videos on this website works like this:

Code: Select all

[youtube]<video link>[/youtube]
Where <video link> = your YouTube video link without the ampersand (&) and all following characters.

E.g.

Use:

Code: Select all

http://www.youtube.com/watch?v=kMAACuuCHZg
-or-

Code: Select all

http://www.youtube.com/watch?v=dpUrkjHaCS0
Not:

Code: Select all

http://www.youtube.com/watch?v=kMAACuuCHZg&feature=youtube_gdata_player
-or-

Code: Select all

http://www.youtube.com/watch?v=dpUrkjHaCS0&fmt=18
In the bottom two, the parts appended by the ampersand:

&feature=youtube_gdata_player 

and

&fmt=18

etc. 

Are not needed.