0
Why do I get error when embedding you tube video?
8 odpowiedzi
+ 4
<iframe height = "150px" width = "300px" src = "https://www.youtube.com/embed//NEqHML98RgU" allowfullscreen frameborder = "0"></iframe>
https://www.sololearn.com/learn/338/?ref=app
+ 1
Hey there Global Universe,
Please add your code so that the community can help you more easily :)
+ 1
https://code.sololearn.com/WSBPBnijE1dd/?ref=app
Fixed; I added only embed and a "?" :)
(src="https://www.youtube.com/embed/NEqHML98RgU?")
+ 1
Ok thanks everyone for helping out
0
Where is the code?
0
Ok I've added the code
0
try this : just add /embed/
<iframe src = "https://www.youtube.com/embed/NEqHML98RgU" allowfullscreen frameborder = "0"></iframe>
0
<iframe src="https://www.youtube.com/your video link" style="width:100%; height:100vh; border:none;"></iframe>