How Do You Put YouTube videos on html page | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

How Do You Put YouTube videos on html page

How do you put youtube videos using html or any other code ?? pls help

3rd Feb 2017, 2:30 PM
Din Spataj
Din Spataj - avatar
3 ответов
+ 4
use the share function in YouTube. it offers you the html for embedding the video into your website by using iframe.
3rd Feb 2017, 2:40 PM
Mario L.
Mario L. - avatar
+ 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>
3rd Feb 2017, 2:41 PM
R4xx4r
R4xx4r - avatar
+ 2
ok thanks guys for answering my question
4th Feb 2017, 4:04 PM
Din Spataj
Din Spataj - avatar