+ 2
How Do You Put YouTube videos on html page
How do you put youtube videos using html or any other code ?? pls help
3 Answers
+ 4
use the share function in YouTube. it offers you the html for embedding the video into your website by using iframe.
+ 3
If you are on YouTube click on share
Then embedding (or something like that, i dont have English Youtube ;) )
than you have the code for an iframe.
Now you put it on the place you want it - and thats it ;)
it looks like:
<iframe width="560" height="315" src="LINK_TO_VIDEO_HERE" frameborder="0" allowfullscreen></iframe>
+ 2
ok thanks guys for answering my question