0
Can someone explain me why this happens?
Consola Refused to display '(a youtube url)' in a frame because it set 'X-frame-options' to 'sameorigin'.
5 Answers
+ 2
https://stackoverflow.com/questions/9934944/embedding-youtube-video-refused-to-display-document-because-display-forbidden-b
basically, you are trying to embed a video from youtube without using the "embed" URL from youtube.
+ 2
if you are on mobile, try to change the url from www.youtube.com/videourl to
www.youtube.com/embed/videourl
+ 1
So I should add embed to the URL?, how do I do that?
+ 1
I will try and see what happens thanks to all of you!!