YouTube Embedding 101
This is to help with embedding YouTube videos. I know most of us know how to embed but people still tend to get a bit confused.
Method 1:
Use the embedding HTML code found on the right side of the web page under the description of the video. Once you click on the code you can modify it with the customization tool that comes up.
Left click on the embed code (this highlights the text) and then right click and copy (Apple users I think will need to use Apple-C).
Now paste the embed code into your text box on JC.
Here is the final customized version
<object height="315" width="500">
<embed src="http://www.youtube.com/v/Psdg3OAw_a8&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="315" width="500"></object>
Method 2:
Take the URL of the video. Whatever is after the = sign (red text below) should be copied and pasted into the forum code provided by the youtube button in your post box.
http://www.youtube.com/watch?v=Psdg3OAw_a8
And the final result
[YT]Psdg3OAw_a8[/YT]
Things that don't work:
Embed text inside the forum code causes a double video and strange text to the sides of the videos.
This
Causes
[YT]<object height="315" width="500">
<embed src="http://www.youtube.com/v/Psdg3OAw_a8&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="315" width="500"></object>[/YT]
The last mistake I see being made causes the white box. Entering the full URL into the youtube forum code doesn't work properly.
Causes
[YT]http://www.youtube.com/watch?v=Psdg3OAw_a8[/YT]
Yes, I was bored and wanted to do something.
EDIT: Crap! Meant for this to be in the Lav.