{"id":134,"date":"2026-04-30T14:00:24","date_gmt":"2026-04-30T12:00:24","guid":{"rendered":"https:\/\/freeqrco.de\/docs\/?page_id=134"},"modified":"2026-05-02T10:57:53","modified_gmt":"2026-05-02T08:57:53","slug":"iframe","status":"publish","type":"page","link":"https:\/\/freeqrco.de\/docs\/iframe\/","title":{"rendered":"iframe"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">QR-Code Generator per iframe einbinden<\/h1>\n\n\n\n<p>Mit dem iframe von <strong>FreeQRCode<\/strong> kannst du den QR-Code Generator ganz einfach in deine eigene Webseite integrieren. Du ben\u00f6tigst keine eigene Installation, keine API und keine zus\u00e4tzliche Programmierung.<\/p>\n\n\n\n<p>Der Generator wird direkt \u00fcber ein iframe geladen und kann auf Webseiten, Landingpages, Kundenportalen, Intranets oder WordPress-Seiten eingebunden werden.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Einfacher iframe-Code<\/h2>\n\n\n\n<p>Die einfachste Einbindung erfolgt mit folgendem HTML-Code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php\"\n  width=\"100%\"\n  height=\"900\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<p>Dieser Code l\u00e4dt den QR-Code Generator mit den Standard-Einstellungen.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Einbindung auf Deutsch<\/h2>\n\n\n\n<p>Wenn der Generator direkt auf Deutsch angezeigt werden soll, verwende den Parameter <code>lang=de-DE<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE\"\n  width=\"100%\"\n  height=\"900\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Einbindung auf Englisch<\/h2>\n\n\n\n<p>F\u00fcr die englische Version kann der Parameter <code>lang=en<\/code> verwendet werden:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php?lang=en\"\n  width=\"100%\"\n  height=\"900\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Farbe anpassen<\/h2>\n\n\n\n<p>Die Hauptfarbe des QR-Code Generators kann \u00fcber den Parameter <code>color_primary<\/code> angepasst werden. Die Farbe wird als Hex-Code ohne Rautezeichen \u00fcbergeben.<\/p>\n\n\n\n<p>Beispiel mit Dunkelblau:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE&amp;color_primary=00008B\"\n  width=\"100%\"\n  height=\"900\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<p>Weitere Beispiele:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;freeqrco.de\/iframe.php?color_primary=000000\nhttps:\/\/freeqrco.de\/iframe.php?color_primary=0066CC\nhttps:\/\/freeqrco.de\/iframe.php?color_primary=198754\nhttps:\/\/freeqrco.de\/iframe.php?color_primary=DC3545<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Layout ausw\u00e4hlen<\/h2>\n\n\n\n<p>Der iframe unterst\u00fctzt unterschiedliche Layout-Varianten. Das Layout kann \u00fcber den Parameter <code>layout<\/code> gesteuert werden.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Vertical Layout<\/h3>\n\n\n\n<p>Das vertikale Layout eignet sich besonders gut f\u00fcr schmale Bereiche, mobile Ansichten oder Einbindungen innerhalb von Content-Seiten.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE&amp;layout=vertical\"\n  width=\"100%\"\n  height=\"1100\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Classic Layout<\/h3>\n\n\n\n<p>Das klassische Layout zeigt Formular und QR-Code-Ausgabe nebeneinander und eignet sich besonders f\u00fcr breitere Inhaltsbereiche.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE&amp;layout=classic\"\n  width=\"100%\"\n  height=\"900\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Alle Optionen kombiniert<\/h2>\n\n\n\n<p>Nat\u00fcrlich k\u00f6nnen Sprache, Farbe und Layout gemeinsam verwendet werden.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE&amp;layout=classic&amp;color_primary=00008B\"\n  width=\"100%\"\n  height=\"900\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<p>Beispiel mit vertikalem Layout:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE&amp;layout=vertical&amp;color_primary=00008B\"\n  width=\"100%\"\n  height=\"1100\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Verf\u00fcgbare Parameter<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter<\/th><th>Beispiel<\/th><th>Beschreibung<\/th><\/tr><\/thead><tbody><tr><td><code>lang<\/code><\/td><td><code>de-DE<\/code> oder <code>en<\/code><\/td><td>Legt die Sprache des QR-Code Generators fest.<\/td><\/tr><tr><td><code>layout<\/code><\/td><td><code>classic<\/code> oder <code>vertical<\/code><\/td><td>Legt fest, ob Formular und QR-Code-Ausgabe klassisch nebeneinander oder vertikal angezeigt werden.<\/td><\/tr><tr><td><code>color_primary<\/code><\/td><td><code>00008B<\/code><\/td><td>\u00c4ndert die Hauptfarbe des Generators. Der Hex-Code wird ohne <code>#<\/code> angegeben.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Empfohlene iframe-H\u00f6hen<\/h2>\n\n\n\n<p>Da ein iframe nicht automatisch zuverl\u00e4ssig die komplette H\u00f6he seines Inhalts \u00fcbernimmt, sollte eine feste H\u00f6he gesetzt werden.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Layout<\/th><th>Empfohlene H\u00f6he<\/th><\/tr><\/thead><tbody><tr><td><code>classic<\/code><\/td><td><code>900<\/code> bis <code>1000<\/code> Pixel<\/td><\/tr><tr><td><code>vertical<\/code><\/td><td><code>1100<\/code> bis <code>1300<\/code> Pixel<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Eine H\u00f6he von <code>100%<\/code> funktioniert bei iframes meistens nicht zuverl\u00e4ssig, weil der Browser daf\u00fcr eine definierte H\u00f6he des Elternelements ben\u00f6tigt. Deshalb empfehlen wir die Angabe einer festen H\u00f6he in Pixeln.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Beispiel f\u00fcr eine HTML-Seite<\/h2>\n\n\n\n<p>Hier ein vollst\u00e4ndiges Beispiel f\u00fcr eine einfache HTML-Seite mit eingebundenem QR-Code Generator:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!doctype html&gt;\n&lt;html lang=\"de\"&gt;\n&lt;head&gt;\n  &lt;meta charset=\"utf-8\"&gt;\n  &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"&gt;\n  &lt;title&gt;QR-Code Generator&lt;\/title&gt;\n  &lt;style&gt;\n    body {\n      margin: 0;\n      font-family: Arial, sans-serif;\n      background: #f5f5f5;\n      color: #222;\n    }\n\n    header,\n    footer {\n      background: #00008B;\n      color: #fff;\n      padding: 30px 20px;\n      text-align: center;\n    }\n\n    main {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 30px 20px;\n      background: #fff;\n    }\n\n    iframe {\n      width: 100%;\n      border: 0;\n      max-width: 100%;\n    }\n  &lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n  &lt;header&gt;\n    &lt;h1&gt;QR-Code Generator&lt;\/h1&gt;\n    &lt;p&gt;Erstelle kostenlos QR-Codes direkt auf unserer Webseite.&lt;\/p&gt;\n  &lt;\/header&gt;\n\n  &lt;main&gt;\n    &lt;iframe\n      src=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE&amp;layout=classic&amp;color_primary=00008B\"\n      height=\"900\"\n      loading=\"lazy\"&gt;\n    &lt;\/iframe&gt;\n  &lt;\/main&gt;\n\n  &lt;footer&gt;\n    &lt;p&gt;Powered by FreeQRCode&lt;\/p&gt;\n  &lt;\/footer&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Einbindung in WordPress<\/h2>\n\n\n\n<p>In WordPress kann der iframe-Code einfach \u00fcber einen <strong>HTML-Block<\/strong> eingef\u00fcgt werden.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>WordPress-Seite oder Beitrag \u00f6ffnen<\/li>\n\n\n\n<li>Neuen Block hinzuf\u00fcgen<\/li>\n\n\n\n<li>Blocktyp <strong>Individuelles HTML<\/strong> ausw\u00e4hlen<\/li>\n\n\n\n<li>iframe-Code einf\u00fcgen<\/li>\n\n\n\n<li>Seite speichern oder ver\u00f6ffentlichen<\/li>\n<\/ol>\n\n\n\n<p>Empfohlener WordPress-Code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;iframe\n  src=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE&amp;layout=classic&amp;color_primary=00008B\"\n  width=\"100%\"\n  height=\"900\"\n  style=\"border:0; max-width:100%;\"\n  loading=\"lazy\"&gt;\n&lt;\/iframe&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Vorteile der iframe-Einbindung<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Keine eigene Installation notwendig<\/li>\n\n\n\n<li>Schnelle Integration in WordPress, HTML-Seiten oder Webprojekte<\/li>\n\n\n\n<li>Sprache per URL-Parameter w\u00e4hlbar<\/li>\n\n\n\n<li>Farbe individuell anpassbar<\/li>\n\n\n\n<li>Layout w\u00e4hlbar: classic oder vertical<\/li>\n\n\n\n<li>Responsive Darstellung \u00fcber <code>width=\"100%\"<\/code><\/li>\n\n\n\n<li>Ideal f\u00fcr Webseiten, Portale, Agenturen und Kundenprojekte<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Direkt testen<\/h2>\n\n\n\n<p>Du kannst den QR-Code Generator direkt \u00fcber folgende URL testen:<\/p>\n\n\n\n<p><a href=\"https:\/\/freeqrco.de\/iframe.php?lang=de-DE&amp;layout=classic&amp;color_primary=00008B\" target=\"_blank\" rel=\"noreferrer noopener\">QR-Code Generator im iframe \u00f6ffnen<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Fazit<\/h2>\n\n\n\n<p>Mit dem FreeQRCode iframe l\u00e4sst sich ein vollst\u00e4ndiger QR-Code Generator schnell und unkompliziert in bestehende Webseiten integrieren. \u00dcber URL-Parameter k\u00f6nnen Sprache, Layout und Farbe individuell angepasst werden. Damit eignet sich die Einbindung besonders f\u00fcr WordPress-Seiten, Agenturen, Unternehmenswebseiten, interne Tools und Kundenportale.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Hier gehts zum Blog Beitrag:<\/h2>\n\n\n\n<p><a href=\"https:\/\/freeqrco.de\/docs\/qr-code-generator-per-iframe-in-die-eigene-webseite-einbinden\/\" type=\"post\" id=\"137\">QR-Code-Generator per iframe in die eigene Webseite einbinden<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>QR-Code Generator per iframe einbinden Mit dem iframe von FreeQRCode kannst du den QR-Code Generator ganz einfach in deine eigene Webseite integrieren. Du ben\u00f6tigst keine eigene Installation, keine API und keine zus\u00e4tzliche Programmierung. Der Generator wird direkt \u00fcber ein iframe geladen und kann auf Webseiten, Landingpages, Kundenportalen, Intranets oder WordPress-Seiten eingebunden werden. Einfacher iframe-Code Die [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-134","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>iframe - Free QR Code<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/freeqrco.de\/docs\/iframe\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"iframe - Free QR Code\" \/>\n<meta property=\"og:description\" content=\"QR-Code Generator per iframe einbinden Mit dem iframe von FreeQRCode kannst du den QR-Code Generator ganz einfach in deine eigene Webseite integrieren. Du ben\u00f6tigst keine eigene Installation, keine API und keine zus\u00e4tzliche Programmierung. Der Generator wird direkt \u00fcber ein iframe geladen und kann auf Webseiten, Landingpages, Kundenportalen, Intranets oder WordPress-Seiten eingebunden werden. Einfacher iframe-Code Die [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/freeqrco.de\/docs\/iframe\/\" \/>\n<meta property=\"og:site_name\" content=\"Free QR Code\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/qrcodegenerator\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-02T08:57:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/freeqrco.de\/docs\/wp-content\/uploads\/freeqrcode_social_logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@freeqrcode_x\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/iframe\\\/\",\"url\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/iframe\\\/\",\"name\":\"iframe - Free QR Code\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/#website\"},\"datePublished\":\"2026-04-30T12:00:24+00:00\",\"dateModified\":\"2026-05-02T08:57:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/iframe\\\/#breadcrumb\"},\"inLanguage\":\"de-AT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/freeqrco.de\\\/docs\\\/iframe\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/iframe\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"iframe\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/#website\",\"url\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/\",\"name\":\"Free QR Code\",\"description\":\"Docs\",\"publisher\":{\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/#organization\"},\"alternateName\":\"Freeqrco.de\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-AT\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/#organization\",\"name\":\"Free QR Code\",\"alternateName\":\"Freeqrco.de\",\"url\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-AT\",\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/wp-content\\\/uploads\\\/freeqrcode_favicon.png\",\"contentUrl\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/wp-content\\\/uploads\\\/freeqrcode_favicon.png\",\"width\":1080,\"height\":1080,\"caption\":\"Free QR Code\"},\"image\":{\"@id\":\"https:\\\/\\\/freeqrco.de\\\/docs\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/qrcodegenerator\",\"https:\\\/\\\/x.com\\\/freeqrcode_x\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"iframe - Free QR Code","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/freeqrco.de\/docs\/iframe\/","og_locale":"de_DE","og_type":"article","og_title":"iframe - Free QR Code","og_description":"QR-Code Generator per iframe einbinden Mit dem iframe von FreeQRCode kannst du den QR-Code Generator ganz einfach in deine eigene Webseite integrieren. Du ben\u00f6tigst keine eigene Installation, keine API und keine zus\u00e4tzliche Programmierung. Der Generator wird direkt \u00fcber ein iframe geladen und kann auf Webseiten, Landingpages, Kundenportalen, Intranets oder WordPress-Seiten eingebunden werden. Einfacher iframe-Code Die [&hellip;]","og_url":"https:\/\/freeqrco.de\/docs\/iframe\/","og_site_name":"Free QR Code","article_publisher":"https:\/\/www.facebook.com\/qrcodegenerator","article_modified_time":"2026-05-02T08:57:53+00:00","og_image":[{"width":2000,"height":1000,"url":"https:\/\/freeqrco.de\/docs\/wp-content\/uploads\/freeqrcode_social_logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@freeqrcode_x","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"3 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/freeqrco.de\/docs\/iframe\/","url":"https:\/\/freeqrco.de\/docs\/iframe\/","name":"iframe - Free QR Code","isPartOf":{"@id":"https:\/\/freeqrco.de\/docs\/#website"},"datePublished":"2026-04-30T12:00:24+00:00","dateModified":"2026-05-02T08:57:53+00:00","breadcrumb":{"@id":"https:\/\/freeqrco.de\/docs\/iframe\/#breadcrumb"},"inLanguage":"de-AT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/freeqrco.de\/docs\/iframe\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/freeqrco.de\/docs\/iframe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/freeqrco.de\/docs\/"},{"@type":"ListItem","position":2,"name":"iframe"}]},{"@type":"WebSite","@id":"https:\/\/freeqrco.de\/docs\/#website","url":"https:\/\/freeqrco.de\/docs\/","name":"Free QR Code","description":"Docs","publisher":{"@id":"https:\/\/freeqrco.de\/docs\/#organization"},"alternateName":"Freeqrco.de","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/freeqrco.de\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-AT"},{"@type":"Organization","@id":"https:\/\/freeqrco.de\/docs\/#organization","name":"Free QR Code","alternateName":"Freeqrco.de","url":"https:\/\/freeqrco.de\/docs\/","logo":{"@type":"ImageObject","inLanguage":"de-AT","@id":"https:\/\/freeqrco.de\/docs\/#\/schema\/logo\/image\/","url":"https:\/\/freeqrco.de\/docs\/wp-content\/uploads\/freeqrcode_favicon.png","contentUrl":"https:\/\/freeqrco.de\/docs\/wp-content\/uploads\/freeqrcode_favicon.png","width":1080,"height":1080,"caption":"Free QR Code"},"image":{"@id":"https:\/\/freeqrco.de\/docs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/qrcodegenerator","https:\/\/x.com\/freeqrcode_x"]}]}},"_links":{"self":[{"href":"https:\/\/freeqrco.de\/docs\/wp-json\/wp\/v2\/pages\/134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/freeqrco.de\/docs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/freeqrco.de\/docs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/freeqrco.de\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/freeqrco.de\/docs\/wp-json\/wp\/v2\/comments?post=134"}],"version-history":[{"count":7,"href":"https:\/\/freeqrco.de\/docs\/wp-json\/wp\/v2\/pages\/134\/revisions"}],"predecessor-version":[{"id":153,"href":"https:\/\/freeqrco.de\/docs\/wp-json\/wp\/v2\/pages\/134\/revisions\/153"}],"wp:attachment":[{"href":"https:\/\/freeqrco.de\/docs\/wp-json\/wp\/v2\/media?parent=134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}