2
I am unable to open videos not listed on youtube using the html tag iframe
, the following error occurs:
Refused to display 'https://www.youtube.com' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'
Does anyone know what it is? I tried using the video tag and it’s not working either.
<iframe width="420" height="315"
src="videodoyoutubenaolistado"></iframe>
I solved the problem the very silly error, I entered the youtube link and using the embed button it generated me html code changing the url in the format that works.
– Zica