Embedding youtube video “Refused to display document because display forbidden by X-Frame-Options”

The page you’re setting as the source of the iframe (the Youtube /watch page) doesn’t want to be embedded in your page. You cannot force it to let you do that.

The correct URL to embed is of the form:

https://www.youtube.com/embed/<video-id>

In your case

https://www.youtube.com/embed/oHg5SJYRHA0

Leave a Comment