Responsive Iframe Embed Generator for WordPress
Turn a URL or HTML document into a responsive, sandboxed embed with a reusable shortcode.
What this plugin does
The generator saves reusable iframe configurations in WordPress. Set an accessible title, aspect ratio, width, lazy loading and only the security permissions your content needs.
How to use it
Frequently asked questions
How do I make an iframe responsive in WordPress?
Choose an aspect ratio or custom height and save the embed. The shortcode outputs a wrapper that scales with its container.
Can I embed my own HTML in an iframe?
Yes. Choose HTML / srcdoc. The plugin sanitizes active content and displays it in a sandboxed iframe.
Why does an external website refuse to appear?
Some websites block embedding with X-Frame-Options or Content-Security-Policy. A WordPress plugin cannot override the source website’s security headers.
What iframe sandbox permissions should I enable?
Enable only what the embedded content requires. Combining scripts and same-origin access substantially reduces isolation.