Global Araç
Iframe Generator
Generated code
<iframe src="https://example.com" width="100%" height="400" loading="lazy" referrerpolicy="no-referrer-when-downgrade" allowfullscreen title="Gömülü içerik"></iframe>Live Önizleme
Some sites block embedding via X-Frame-Options or Content-Security-Policy. If Önizleme is blank, that's why — the iframe code still works on sites that allow it.
Generate a clean <iframe> tag for embedding any URL — with the security attributes most embed builders forget: loading="lazy" for performance, sandbox flags for untrusted content, accessible title for screen readers. Includes a live preview so you know it’ll render before you paste.
Nasıl Kullanılır
- Paste the URL you want to embed.
- Set width and height (px or %).
- Pick options: lazy-load, fullscreen permission, sandbox.
- Copy the generated tag into your HTML.
Sık Sorulan Sorular
Why is the preview blank for some sites?
Many sites (Google, Facebook, banks) block being embedded via X-Frame-Options or Content-Security-Policy headers. The iframe code still works on sites that allow it; the live preview just can't render those sites here.
When should I use sandbox?
When embedding untrusted content (user-uploaded HTML, third-party widgets you don't control). Sandbox blocks scripts, popups, form submission, etc., by default; allow only what you actually need.