{"id":8310040,"date":"2025-09-03T05:25:16","date_gmt":"2025-09-03T02:25:16","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310040"},"modified":"2025-09-03T05:33:31","modified_gmt":"2025-09-03T02:33:31","slug":"qr-code-generator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/qr-code-generator\/","title":{"rendered":"QR Code Generator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310039\" class=\"elementor elementor-8310039\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* --- Styles adapted from your original code --- *\/\r\n    .qr-code-generator-app {\r\n        width: 100%;\r\n        max-width: 700px; \/* Adjusted for a single-column tool *\/\r\n        margin: 0 auto;\r\n        padding: 60px 0 0;\r\n        background: transparent;\r\n        overflow: visible;\r\n        position: relative;\r\n    }\r\n\r\n    .main-content {\r\n        display: flex;\r\n        justify-content: center; \/* Center the single tool *\/\r\n        align-items: flex-start;\r\n    }\r\n\r\n    \/* The main card for the tool *\/\r\n    .tool-container {\r\n        flex: 1;\r\n        max-width: 600px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        border: 1.5px solid #EBEBEB;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-family: 'DM Sans', sans-serif;\r\n        font-weight: 500;\r\n        font-size: 1.125rem;\r\n    }\r\n    \r\n    .tool-body {\r\n        padding: 25px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .tool-body p {\r\n        margin: 0 0 5px 0;\r\n        font-family: 'DM Sans', sans-serif;\r\n        color: #333;\r\n    }\r\n\r\n    \/* Adapted from .code-textarea for a single input field *\/\r\n    .text-input {\r\n        width: 100%;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 4px;\r\n        outline: none;\r\n        padding: 12px 15px;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.5;\r\n        background-color: #fff;\r\n        color: #333;\r\n        box-sizing: border-box; \/* Ensures padding is included in width *\/\r\n        transition: border-color 0.2s;\r\n    }\r\n    \r\n    .text-input:focus {\r\n        border-color: #05047E;\r\n    }\r\n\r\n    .text-input::placeholder {\r\n        color: #adb5bd;\r\n        font-style: italic;\r\n    }\r\n\r\n    \/* Adapted from .format-btn-container for buttons *\/\r\n    .action-buttons-container {\r\n        display: flex;\r\n        gap: 15px;\r\n        align-items: center;\r\n        margin-top: 10px;\r\n    }\r\n\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        text-align: center;\r\n        flex-grow: 1; \/* Make buttons share space *\/\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active){\r\n        background-color: #545454;\r\n    }\r\n\r\n    \/* Style for the download button, using your #minifyBtn style *\/\r\n    #downloadBtn {\r\n        background-color: #ff7be5;\r\n        color: black;\r\n        text-decoration: none; \/* For the <a> tag *\/\r\n        display: none; \/* Initially hidden *\/\r\n        font-size: 1rem;\r\n        padding: 10px 18px;\r\n    }\r\n\r\n    #downloadBtn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #ffa8ee;\r\n    }\r\n\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        transition: color 0.2s;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #545454;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* Using .output-section class for the QR code display area *\/\r\n    .output-section {\r\n        margin-top: 15px;\r\n        padding: 20px;\r\n        background-color: #f8f9fa;\r\n        border: 1.5px dashed #EBEBEB;\r\n        border-radius: 8px;\r\n        min-height: 200px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        justify-content: center;\r\n        align-items: center;\r\n        gap: 20px;\r\n        transition: background-color 0.3s;\r\n    }\r\n\r\n    \/* Styling for the canvas\/img generated by the library *\/\r\n    .output-section canvas,\r\n    .output-section img {\r\n        max-width: 100%;\r\n        height: auto;\r\n        box-shadow: 0 0 10px rgba(0,0,0,0.1);\r\n        background: white;\r\n        padding: 8px;\r\n        border-radius: 4px;\r\n    }\r\n    \r\n    .output-placeholder {\r\n        color: #6c757d;\r\n        font-family: 'DM Sans', sans-serif;\r\n    }\r\n\r\n    \/* Using your success message style *\/\r\n    .success-message {\r\n        position: fixed;\r\n        top: 20px;\r\n        right: 20px;\r\n        background-color: #28a745;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        font-size: 14px;\r\n        opacity: 0;\r\n        transform: translateX(100%);\r\n        transition: all 0.3s ease;\r\n        z-index: 1000;\r\n    }\r\n\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateX(0);\r\n    }\r\n    \r\n    @media (max-width: 768px) {\r\n        .qr-code-generator-app {\r\n            padding: 30px 0 0;\r\n        }\r\n        .action-buttons-container {\r\n            flex-direction: column;\r\n            align-items: stretch; \/* Make buttons full width *\/\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"qr-code-generator-app\">\r\n    <div class=\"main-content\">\r\n        <div class=\"tool-container\">\r\n            <div class=\"section-header\">\r\n                <h2>QR Code Generator<\/h2>\r\n            <\/div>\r\n            <div class=\"tool-body\">\r\n                <p>Enter the text or URL you want to encode:<\/p>\r\n                <input type=\"text\" id=\"qrTextInput\" class=\"text-input\" placeholder=\"e.g., https:\/\/example.com\">\r\n                \r\n                <div class=\"action-buttons-container\">\r\n                    <button id=\"generateBtn\" class=\"format-btn\">Generate QR Code<\/button>\r\n                    <button id=\"resetBtn\" class=\"reset-btn\">Clear<\/button>\r\n                <\/div>\r\n\r\n                <div id=\"qrCodeOutput\" class=\"output-section\">\r\n                    <span class=\"output-placeholder\">Your QR Code will appear here<\/span>\r\n                <\/div>\r\n                 \r\n                <a id=\"downloadBtn\" class=\"format-btn\" href=\"#\" download=\"qrcode.png\">Download PNG<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <div id=\"successMessage\" class=\"success-message\">QR Code Generated!<\/div>\r\n<\/div>\r\n\r\n<!-- This script includes the QR code generation library and the tool's logic -->\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/gh\/davidshimjs\/qrcodejs\/qrcode.min.js\"><\/script>\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n\r\n    \/\/ --- Element References ---\r\n    const generateBtn = document.getElementById('generateBtn');\r\n    const resetBtn = document.getElementById('resetBtn');\r\n    const downloadBtn = document.getElementById('downloadBtn');\r\n    const textInput = document.getElementById('qrTextInput');\r\n    const qrOutput = document.getElementById('qrCodeOutput');\r\n    const successMessage = document.getElementById('successMessage');\r\n    \r\n    let qrcode = null; \/\/ Variable to hold the QRCode instance\r\n\r\n    \/\/ --- Functions ---\r\n    \r\n    \/**\r\n     * Shows a success message for a few seconds.\r\n     * @param {string} message - The message to display.\r\n     *\/\r\n    const showSuccessMessage = (message) => {\r\n        successMessage.textContent = message;\r\n        successMessage.classList.add('show');\r\n        setTimeout(() => {\r\n            successMessage.classList.remove('show');\r\n        }, 3000);\r\n    };\r\n\r\n    \/**\r\n     * Generates the QR code based on the input text.\r\n     *\/\r\n    const generateQRCode = () => {\r\n        const text = textInput.value.trim();\r\n\r\n        if (!text) {\r\n            alert('Please enter some text or a URL.');\r\n            textInput.focus();\r\n            return;\r\n        }\r\n\r\n        \/\/ Clear previous QR code\r\n        qrOutput.innerHTML = '';\r\n        \r\n        \/\/ Create new QR Code\r\n        try {\r\n            qrcode = new QRCode(qrOutput, {\r\n                text: text,\r\n                width: 200,\r\n                height: 200,\r\n                colorDark: \"#000000\",\r\n                colorLight: \"#ffffff\",\r\n                correctLevel: QRCode.CorrectLevel.H\r\n            });\r\n            \r\n            \/\/ Show download button and set up the link after a short delay\r\n            \/\/ to ensure the canvas is fully rendered.\r\n            setTimeout(setupDownloadLink, 100);\r\n            \r\n            showSuccessMessage('QR Code Generated!');\r\n            downloadBtn.style.display = 'block';\r\n\r\n        } catch (error) {\r\n            console.error(\"QR Code generation failed:\", error);\r\n            qrOutput.innerHTML = '<span class=\"output-placeholder\">Could not generate QR code.<\/span>';\r\n            downloadBtn.style.display = 'none';\r\n        }\r\n    };\r\n    \r\n    \/**\r\n     * Finds the generated canvas and sets its data URL as the download link.\r\n     *\/\r\n    const setupDownloadLink = () => {\r\n        const canvas = qrOutput.querySelector('canvas');\r\n        if (canvas) {\r\n            downloadBtn.href = canvas.toDataURL('image\/png');\r\n        }\r\n    };\r\n\r\n    \/**\r\n     * Resets the tool to its initial state.\r\n     *\/\r\n    const resetTool = () => {\r\n        textInput.value = '';\r\n        qrOutput.innerHTML = '<span class=\"output-placeholder\">Your QR Code will appear here<\/span>';\r\n        downloadBtn.style.display = 'none';\r\n        qrcode = null;\r\n        textInput.focus();\r\n    };\r\n\r\n    \/\/ --- Event Listeners ---\r\n    generateBtn.addEventListener('click', generateQRCode);\r\n    resetBtn.addEventListener('click', resetTool);\r\n    \r\n    \/\/ Optional: Allow generating QR code by pressing Enter in the input field\r\n    textInput.addEventListener('keydown', (event) => {\r\n        if (event.key === 'Enter') {\r\n            event.preventDefault(); \/\/ Prevents form submission if it's inside one\r\n            generateQRCode();\r\n        }\r\n    });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310040","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>QR Code Generator<\/title>\n<meta name=\"description\" content=\"Effortlessly create, customize, and integrate dynamic QR codes on your Elementor website. Link URLs, contact info, Wi-Fi &amp; more. Get your free QR Code Generator now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/qr-code-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"QR Code Generator\" \/>\n<meta property=\"og:description\" content=\"Effortlessly create, customize, and integrate dynamic QR codes on your Elementor website. Link URLs, contact info, Wi-Fi &amp; more. Get your free QR Code Generator now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/qr-code-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-03T02:25:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-03T02:33:31+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/qr-code-generator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/qr-code-generator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"QR Code Generator\",\"datePublished\":\"2025-09-03T02:25:16+00:00\",\"dateModified\":\"2025-09-03T02:33:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/qr-code-generator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/qr-code-generator\/\",\"url\":\"https:\/\/elementor.com\/tools\/qr-code-generator\/\",\"name\":\"QR Code Generator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-03T02:25:16+00:00\",\"dateModified\":\"2025-09-03T02:33:31+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Effortlessly create, customize, and integrate dynamic QR codes on your Elementor website. Link URLs, contact info, Wi-Fi & more. Get your free QR Code Generator now!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/qr-code-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/qr-code-generator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/qr-code-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"QR Code Generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"QR Code Generator","description":"Effortlessly create, customize, and integrate dynamic QR codes on your Elementor website. Link URLs, contact info, Wi-Fi & more. Get your free QR Code Generator now!","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:\/\/elementor.com\/tools\/qr-code-generator\/","og_locale":"en_US","og_type":"article","og_title":"QR Code Generator","og_description":"Effortlessly create, customize, and integrate dynamic QR codes on your Elementor website. Link URLs, contact info, Wi-Fi & more. Get your free QR Code Generator now!","og_url":"https:\/\/elementor.com\/tools\/qr-code-generator\/","og_site_name":"Tools","article_published_time":"2025-09-03T02:25:16+00:00","article_modified_time":"2025-09-03T02:33:31+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/qr-code-generator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/qr-code-generator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"QR Code Generator","datePublished":"2025-09-03T02:25:16+00:00","dateModified":"2025-09-03T02:33:31+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/qr-code-generator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/qr-code-generator\/","url":"https:\/\/elementor.com\/tools\/qr-code-generator\/","name":"QR Code Generator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-03T02:25:16+00:00","dateModified":"2025-09-03T02:33:31+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Effortlessly create, customize, and integrate dynamic QR codes on your Elementor website. Link URLs, contact info, Wi-Fi & more. Get your free QR Code Generator now!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/qr-code-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/qr-code-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/qr-code-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"QR Code Generator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310040","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310040"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310040\/revisions"}],"predecessor-version":[{"id":8310043,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310040\/revisions\/8310043"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310040"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310040"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310040"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}