{"id":11,"date":"2024-12-10T00:18:19","date_gmt":"2024-12-10T00:18:19","guid":{"rendered":"https:\/\/jiku.shop\/qr\/?page_id=11"},"modified":"2024-12-10T01:18:50","modified_gmt":"2024-12-10T01:18:50","slug":"generate-qr-codes","status":"publish","type":"page","link":"https:\/\/jiku.shop\/qr\/","title":{"rendered":"Jiku QR Creator"},"content":{"rendered":"\n<div style=\"height:54px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>QR Code Generator<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100vh;\n            margin: 0;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n        form {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            width: 100%;\n            max-width: 400px;\n        }\n        input, button {\n            margin: 10px;\n            padding: 10px;\n            font-size: 16px;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        img {\n            margin-top: 20px;\n            max-width: 100%;\n            height: auto;\n        }\n        a {\n            margin-top: 10px;\n            font-size: 16px;\n            text-decoration: none;\n            color: blue;\n        }\n        @media (max-width: 600px) {\n            body {\n                padding: 10px;\n            }\n            input, button {\n                font-size: 14px;\n                padding: 8px;\n            }\n            a {\n                font-size: 14px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <h1 style=\"margin: 0; padding: 20px; text-align: center;\">QR Code Generator<\/h1>\n    <form id=\"qrForm\">\n        <input type=\"text\" id=\"link\" placeholder=\"Enter your link here\" required>\n        <button type=\"button\" onclick=\"generateQRCode()\">Generate QR Code<\/button>\n    <\/form>\n    <img id=\"qrCode\" alt=\"QR Code will appear here\">\n    <a id=\"downloadLink\" href=\"#\" download=\"qrcode.jpg\">Download QR Code<\/a>\n\n    <script>\n        function generateQRCode() {\n            const link = document.getElementById('link').value;\n            const qrCode = document.getElementById('qrCode');\n            const downloadLink = document.getElementById('downloadLink');\n            const qrCodeAPI = `https:\/\/api.qrserver.com\/v1\/create-qr-code\/?data=${encodeURIComponent(link)}&size=200x200&format=jpg`;\n\n            qrCode.src = qrCodeAPI;\n            downloadLink.href = qrCodeAPI;\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>QR Code Generator QR Code Generator Generate QR Code Download QR Code<\/p>\n","protected":false},"author":1,"featured_media":15,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":8,"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":41,"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/pages\/11\/revisions\/41"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/media\/15"}],"wp:attachment":[{"href":"https:\/\/jiku.shop\/qr\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}