Embed videos

Can anyone explain how to embed videos from , e.g youtube?

Get the embed link on youtube like this

Its under the direct link on the right side of the page.

<object width=“425” height=“344”><param name=“movie” value=“http://www.youtube.com/v/1bF0v6VbpgQ&hl=en&fs=1”></param><param name=“allowFullScreen” value=“true”></param><param name=“allowscriptaccess” value=“always”></param><embed src=“http://www.youtube.com/v/1bF0v6VbpgQ&hl=en&fs=1” type=“application/x-shockwave-flash” allowscriptaccess=“always” allowfullscreen=“true” width=“425” height=“344”></embed></object>

Take the, “http://www.youtube.com/v/1bF0v6VbpgQ&hl=en&fs=1” section out of that script, and add “.swf” to the end of it.

http://www.youtube.com/v/1bF0v6VbpgQ&hl=en&fs=1.swf

  • Put [y.] [/y.] around that link (without the periods) and you get this…

[Y]http://www.youtube.com/v/1bF0v6VbpgQ&hl=en&fs=1.swf[/Y]

Thank you very much

An admin should make this post a sticky.