Sunday, January 29, 2012

How embed video clip from Youtube to your blog or website

In your post just put this code html :

<iframe allowfullscreen="" src="http://youtube.com/embed/ID" frameborder="0/1" height="number in pixel" width="number in pixel"></iframe>

>> framborder set 0 for no border and 1 for border : recommend to set as 1.
>> ID :
   http://www.youtube.com/watch?v=lbXWRC2dy-E is ID :)

exmple :
<iframe allowfullscreen="" src="http://youtube.com/embed/GR-OCjxKJyc" frameborder="1" height="370" width="560"></iframe>

video will show like this :


for more visit Youtube >> share >> embed >> see the code

No comments:

Post a Comment