+ 5
How follow video from YouTube?
Hello! I can not insert a video from YouTube with a resolution of 640x640 in aboutme.html. Please, help :) https://code.sololearn.com/W0EwnJETPmDR/?ref=app
10 Answers
+ 11
YouTube doesn't allow embedding. Hence you need an 'embed' in your URL. The solution you've tried using PHP won't work, atleast in SoloLearn.
https://code.sololearn.com/WU0DHtZBaET9/?ref=app
+ 7
Maybe this could help:
https://stackoverflow.com/questions/6666423/overcoming-display-forbidden-by-x-frame-options
+ 6
<video src = "source" width = "???px " height = "???px">Blah</video>
+ 5
Now i know, thank you
+ 3
I tried accessing the URL in a browser and it's returning 404. Are you sure that's a valid link?
+ 3
This link https://youtu.be/p_UtMC-bxOI
+ 3
Hmm. I'll look at it when I get home.
+ 2
Has made changes, now does not give out an error, but video all the same is not loaded.