I'm writing an application in Django that gives users the ability to embed videos from my site. I'm giving the user iFrame code to embed the videos. I've come to discover that this isn't allowed. The console shows the following error when trying to do so:
Load denied by X-Frame-Options: http://blah.com/embed/110/ does not permit cross-origin framing.
After much research, I've discovered what's going on. My question is: does anyone know how services like Youtube and Vimeo get around this?