• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How do i add a youtibe video to my website?

First open your video you wish to put on your website. Then right under description you will see something like this http://img524.imageshack.us/img524/731/50595295.png

That "Embed" is a html code, that you need to copy, but before that you can choice a stile of your video, then copy that html code, and paste at your website. If you want to be it on center, you can use that html codes <center@>your html code</center>
 
Code:
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/aAt0l5nxoxo"></param>
<param name="wmode" value="transparent"></param>
<embed src="<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/qrwI30B0JoM&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/qrwI30B0JoM&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
</embed>
</object>

Use this... And change the links. ;] If I helped you give me rep++ =)
 
Back
Top