How to embed video from Youtube | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to embed video from Youtube

Hi there Can somebody please help me. I'm trying to embed Solo Learn video from Youtube as below but it doens't play: <iframe height="150" width="300" src="https://www.youtube.com/watch?v=o8kT5c_4PAc" allowfullscreen frameborder="0"></iframe> I also tried this one below, which is from the Solo Learn lessons and it works. I don't understand why the one i copied directly from Youtube (the first link) can't play. <iframe widht="350" height="300" src="https://www.youtube.com/embed/Q6_5InVJZ88" controls frameborder="2"> </iframe>

21st Apr 2020, 11:43 PM
Isaiah Bopape
Isaiah Bopape - avatar
2 Answers
+ 3
https://www.w3schools.com/html/html_youtube.asp Copy your video I'd and paste it after embed. Visit the above link
22nd Apr 2020, 1:23 AM
Ayush Kumar
Ayush Kumar - avatar
0
Isaiah Bopape hi, Have you at least the frame appearing, if so try to add the attribute controls or autoplay to see if it changes something. Also you can check on the 3w validator to see if they point you towards mistake. https://validator.w3.org/
22nd Apr 2020, 12:38 AM
EmmanueLZ.
EmmanueLZ. - avatar