just trying to learn how to embed videos

Joined
Feb 9, 2008
Messages
5,421
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/XC73PHdQX04&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XC73PHdQX04&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
 
you take the link
for example
http://www.youtube.com/watch?v=XpPhPMFZzLE

now take the portion after the equal sign (bolded) and put it between youtube tags
[ youtube ] XpPhPMFZzLE [/ youtube ] remove space

end product looks like this
[youtube]XpPhPMFZzLE[/youtube]

hope that helped!
 
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/XC73PHdQX04&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XC73PHdQX04&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>

You just need this number with [ youtube][ /youtube] wrapped around it (w/o the spaces). :thumbup: Quote my post to see. :)

[youtube]XC73PHdQX04[/youtube]
 
i bolded the part you put between the youtube tags. plus you need a "/" before "youtube" in the second tag
 
You all know that you can use the full code now ? :thumbup:

[youtube]<object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/XC73PHdQX04&hl=sv_SE&fs=1&color1=0x006699&color2=0x54abd6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XC73PHdQX04&hl=sv_SE&fs=1&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>[/youtube]

Click quote and look .


1234,,,,,,,:)
 
<http://ursispaltenstein.ch/blog/images/uploads_img/pua_and_stewie_the_anteaters_2.jpg>
 
pua_and_stewie_the_anteaters_2.jpg[img]
 
You all know that you can use the full code now ? :thumbup:


Full code ,(old) not blank.
[youtube]<object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/XC73PHdQX04&hl=sv_SE&fs=1&color1=0x006699&color2=0x54abd6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XC73PHdQX04&hl=sv_SE&fs=1&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>[/youtube]

Click quote and look .


1234,,,,,,,:)

(This is for advanced level , u-tubians ;) .)

Seems they changed it back to the old "XC73PHdQX04" embedding
style , but with a little twist , you must copy the whole code (youtube
wont let you copy only the "XC73PHdQX04" code bit , you´ll need to edit that yourself) .

have a "click on quote for a look" .

Full code (new) , blank .
[youtube]<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/XC73PHdQX04&amp;hl=sv_SE&amp;fs=1?color1=0x5d1719&amp;color2=0xcd311b"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XC73PHdQX04&amp;hl=sv_SE&amp;fs=1?color1=0x5d1719&amp;color2=0xcd311b" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>[/youtube]

Not blank .
[youtube]XC73PHdQX04[/youtube]

Hope this helps . :thumbup:


1234,,,,,,,:confused:
 
Yeah, youtube changed their embedding code yesterday and it no longer works for us.

You can get the short code from the navigation toolbar or if you found the video by searching youtube you can open it in a new tab and rightclick it on the search page and copy link location. Either way that gives you a url like http://www.youtube.com/watch?v=KskaUMuARR8 You have to extract the KskaUMuARR8 from that and use that with the vBulletin code:

[youtube]KskaUMuARR8[/youtube]

If you quote a message you can see the code in the quote.
 
Back
Top