Why do I get error when embedding you tube video? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why do I get error when embedding you tube video?

https://code.sololearn.com/W5tUGoRQVD26/?ref=app

7th Mar 2021, 2:12 PM
Global Universe
Global Universe - avatar
8 Answers
+ 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
7th Mar 2021, 2:24 PM
Simba
Simba - avatar
+ 1
Hey there Global Universe, Please add your code so that the community can help you more easily :)
7th Mar 2021, 2:16 PM
Matthew
Matthew - avatar
7th Mar 2021, 2:29 PM
Matthew
Matthew - avatar
+ 1
Ok thanks everyone for helping out
7th Mar 2021, 2:32 PM
Global Universe
Global Universe - avatar
0
Where is the code?
7th Mar 2021, 2:15 PM
Jayakrishna 🇮🇳
0
Ok I've added the code
7th Mar 2021, 2:20 PM
Global Universe
Global Universe - avatar
0
try this : just add /embed/ <iframe src = "https://www.youtube.com/embed/NEqHML98RgU" allowfullscreen frameborder = "0"></iframe>
7th Mar 2021, 2:27 PM
Jayakrishna 🇮🇳
0
<iframe src="https://www.youtube.com/your video link" style="width:100%; height:100vh; border:none;"></iframe>
9th Mar 2021, 2:24 AM
Qasim
Qasim - avatar