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>
2 Respuestas
+ 3
https://www.w3schools.com/html/html_youtube.asp
Copy your video I'd and paste it after embed.
Visit the above link
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/