Video not listed on youtube problems to open using iframe

0

I'm not able to open videos not listed on youtube using the html tag iframe , the following error occurs:

  

Refused to display ' link ' 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 also is not working.

   <iframe width="420" height="315"
                            src="videodoyoutubenaolistado"></iframe>
    
asked by anonymous 25.08.2016 / 14:05

1 answer

0

I solved the problem with the very silly error, I entered the link on youtube and using the button to embed it, it generated the html code by changing the url in the format that works

    
25.08.2016 / 15:05