How to embed a you tube video

Messages
2,878
Location
Inverclyde
I used to be able to do this on other forums , how do you do it on here?

Click the embed link on you tube post it here and get no video, what am i doing wrong

eg

<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/miI7bZOgczk&hl=en_GB&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/miI7bZOgczk&hl=en_GB&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
 
That embed code is for putting it in a webpage (or other HTML document) - if you use the plain URL from the youtube and surround it with the {youtube} tags (as per the youtube button when editing a reply) it'll magically appear...

This
Code:
[youtube]http://www.youtube.com/watch?v=miI7bZOgczk[/youtube]

will display this...

[youtube]http://www.youtube.com/watch?v=miI7bZOgczk[/youtube]
 
Back
Top Bottom