{"id":8310769,"date":"2025-09-12T09:45:58","date_gmt":"2025-09-12T06:45:58","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310769"},"modified":"2025-09-15T03:51:24","modified_gmt":"2025-09-15T00:51:24","slug":"text-decoder","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/text-decoder\/","title":{"rendered":"Text Decoder"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310767\" class=\"elementor elementor-8310767\" 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 provided CSS --- *\/\r\n\r\n    .text-decoder-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single-box layout *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        background: transparent;\r\n        overflow: visible;\r\n        position: relative;\r\n    }\r\n\r\n    \/* --- General Button Styles --- *\/\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 12px 20px;\r\n        cursor: pointer;\r\n        font-size: 1.0rem; \/* Adjusted for clarity *\/\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        pointer-events: all;\r\n        min-width: 10rem;\r\n        text-align: center;\r\n        border-radius: 4px; \/* Added for consistency *\/\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    \/* Special button style, used for variety *\/\r\n    .format-btn.special {\r\n        background-color: #05047E;\r\n    }\r\n    .format-btn.special:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #1c1a9c;\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    .copy-btn {\r\n        background-color: rgb(255, 255, 255);\r\n        color: black;\r\n        border: 1px solid #ddd;\r\n        padding: 8px 16px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 14px;\r\n        display: inline-flex; \/* Changed for better alignment in a group *\/\r\n        align-items: center;\r\n        gap: 8px;\r\n        transition: background-color 0.2s;\r\n        box-shadow: 0 0 10px rgba(0,0,0,0.1);\r\n    }\r\n\r\n    .copy-btn:is(:hover, :focus, :focus-visible) {\r\n        background-color: #f6f6f6 !important;\r\n        color: black;\r\n    }\r\n    \r\n    .copy-btn svg {\r\n        width: 16px;\r\n        height: 16px;\r\n        fill: currentColor;\r\n    }\r\n\r\n    \/* --- Main Content Layout --- *\/\r\n    .main-content {\r\n        display: flex;\r\n        flex-direction: column; \/* Single box layout *\/\r\n        gap: 20px;\r\n        position: relative;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n\r\n    .input-section {\r\n        flex: 1;\r\n        width: 100%;\r\n        min-height: 400px;\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; \/* Border moved to main container *\/\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: 400;\r\n        font-size: 1.125rem;\r\n    }\r\n\r\n    .textarea-container {\r\n        flex: 1;\r\n        position: relative;\r\n        background-color: #ffffff;\r\n    }\r\n\r\n    .code-textarea {\r\n        width: 100%;\r\n        height: 100%;\r\n        border: none;\r\n        outline: none;\r\n        padding: 15px; \/* Simplified padding without line numbers *\/\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.5;\r\n        background-color: transparent;\r\n        resize: none;\r\n        color: #333;\r\n    }\r\n\r\n    .code-textarea::placeholder {\r\n        color: #adb5bd;\r\n        font-style: italic;\r\n    }\r\n\r\n    \/* --- Controls & Buttons Containers --- *\/\r\n    .decoder-controls-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 15px;\r\n        width: 100%;\r\n        padding: 20px;\r\n        background-color: #f9f9f9;\r\n        border-top: 1.5px solid #EBEBEB;\r\n    }\r\n    \r\n    .primary-actions, .utility-actions {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        justify-content: center;\r\n        gap: 12px;\r\n    }\r\n\r\n    .utility-actions {\r\n        align-items: center;\r\n    }\r\n\r\n    \/* --- Feedback Message --- *\/\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        box-shadow: 0 2px 10px rgba(0,0,0,0.2);\r\n    }\r\n\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateX(0);\r\n    }\r\n    \r\n    .error-message {\r\n        background-color: #cf2e2e; \/* From your root variables *\/\r\n    }\r\n\r\n    \/* --- Responsive Adjustments --- *\/\r\n    @media (max-width: 768px) {\r\n        .format-btn {\r\n            width: 100%;\r\n            min-width: unset;\r\n        }\r\n        .text-decoder-app {\r\n            padding: 20px 10px 0;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"text-decoder-app\">\r\n    <div class=\"main-content\">\r\n        <div class=\"input-section\">\r\n            <div class=\"section-header\">\r\n                Input \/ Output\r\n            <\/div>\r\n            <div class=\"textarea-container\">\r\n                <textarea id=\"text-area\" class=\"code-textarea\" placeholder=\"Paste your encoded text here and choose a decoding method below...\"><\/textarea>\r\n            <\/div>\r\n            <div class=\"decoder-controls-container\">\r\n                <div class=\"primary-actions\">\r\n                    <button id=\"decodeUrlBtn\" class=\"format-btn\">Decode URL<\/button>\r\n                    <button id=\"decodeBase64Btn\" class=\"format-btn special\">Decode Base64<\/button>\r\n                    <button id=\"decodeHtmlBtn\" class=\"format-btn\">Decode HTML Entities<\/button>\r\n                <\/div>\r\n                <div class=\"utility-actions\">\r\n                     <button id=\"copyBtn\" class=\"copy-btn\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"><\/path><\/svg>\r\n                        <span>Copy to Clipboard<\/span>\r\n                    <\/button>\r\n                    <button id=\"resetBtn\" class=\"reset-btn\">Clear<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <!-- Success\/Error Message placeholder -->\r\n    <div id=\"feedbackMessage\" class=\"success-message\"><\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ --- Element Selection ---\r\n        const textArea = document.getElementById('text-area');\r\n        const decodeUrlBtn = document.getElementById('decodeUrlBtn');\r\n        const decodeBase64Btn = document.getElementById('decodeBase64Btn');\r\n        const decodeHtmlBtn = document.getElementById('decodeHtmlBtn');\r\n        const copyBtn = document.getElementById('copyBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const feedbackMessage = document.getElementById('feedbackMessage');\r\n        let feedbackTimeout;\r\n\r\n        \/\/ --- Core Decoding Functions ---\r\n\r\n        \/**\r\n         * Decodes URL-encoded (percent-encoded) strings.\r\n         *\/\r\n        function handleDecodeUrl() {\r\n            try {\r\n                const inputText = textArea.value;\r\n                if (!inputText) return;\r\n                textArea.value = decodeURIComponent(inputText.replace(\/\\+\/g, ' '));\r\n            } catch (error) {\r\n                showFeedback('Error: Invalid URL encoding.', 'error');\r\n                console.error(\"URL Decode Error:\", error);\r\n            }\r\n        }\r\n\r\n        \/**\r\n         * Decodes Base64 encoded strings. Handles potential UTF-8 characters correctly.\r\n         *\/\r\n        function handleDecodeBase64() {\r\n            try {\r\n                const inputText = textArea.value;\r\n                if (!inputText) return;\r\n                \/\/ This complex-looking line is a robust way to decode Base64\r\n                \/\/ that might contain multi-byte (UTF-8) characters.\r\n                const decoded = decodeURIComponent(atob(inputText).split('').map(function(c) {\r\n                    return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);\r\n                }).join(''));\r\n                textArea.value = decoded;\r\n            } catch (error) {\r\n                showFeedback('Error: Invalid Base64 string.', 'error');\r\n                console.error(\"Base64 Decode Error:\", error);\r\n            }\r\n        }\r\n\r\n        \/**\r\n         * Decodes HTML entities (e.g., &lt;, &amp;).\r\n         * It uses the browser's own parser by assigning the text to a temporary element.\r\n         *\/\r\n        function handleDecodeHtml() {\r\n            try {\r\n                const inputText = textArea.value;\r\n                if (!inputText) return;\r\n                const tempElement = document.createElement('textarea');\r\n                tempElement.innerHTML = inputText;\r\n                textArea.value = tempElement.value;\r\n            } catch (error) {\r\n                showFeedback('Error during HTML decoding.', 'error');\r\n                console.error(\"HTML Decode Error:\", error);\r\n            }\r\n        }\r\n\r\n        \/\/ --- Utility Functions ---\r\n\r\n        \/**\r\n         * Copies the content of the text area to the clipboard.\r\n         *\/\r\n        function handleCopy() {\r\n            if (!textArea.value) {\r\n                showFeedback('Nothing to copy!', 'error');\r\n                return;\r\n            }\r\n            navigator.clipboard.writeText(textArea.value).then(function() {\r\n                showFeedback('Copied to clipboard!', 'success');\r\n            }, function(err) {\r\n                showFeedback('Failed to copy text.', 'error');\r\n                console.error('Clipboard Error:', err);\r\n            });\r\n        }\r\n\r\n        \/**\r\n         * Clears the text area.\r\n         *\/\r\n        function handleReset() {\r\n            textArea.value = '';\r\n        }\r\n\r\n        \/**\r\n         * Displays a feedback message (success or error).\r\n         * @param {string} message - The text to display.\r\n         * @param {string} type - 'success' or 'error'.\r\n         *\/\r\n        function showFeedback(message, type = 'success') {\r\n            \/\/ Clear any existing timeout to prevent message from disappearing early\r\n            if (feedbackTimeout) {\r\n                clearTimeout(feedbackTimeout);\r\n            }\r\n            \r\n            feedbackMessage.textContent = message;\r\n            feedbackMessage.className = 'success-message'; \/\/ Reset classes\r\n            if (type === 'error') {\r\n                feedbackMessage.classList.add('error-message');\r\n            }\r\n            \r\n            feedbackMessage.classList.add('show');\r\n            \r\n            feedbackTimeout = setTimeout(() => {\r\n                feedbackMessage.classList.remove('show');\r\n            }, 3000);\r\n        }\r\n        \r\n        \/\/ --- Event Listeners ---\r\n        decodeUrlBtn.addEventListener('click', handleDecodeUrl);\r\n        decodeBase64Btn.addEventListener('click', handleDecodeBase64);\r\n        decodeHtmlBtn.addEventListener('click', handleDecodeHtml);\r\n        copyBtn.addEventListener('click', handleCopy);\r\n        resetBtn.addEventListener('click', handleReset);\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-8310769","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>Text Decoder<\/title>\n<meta name=\"description\" content=\"Instantly decode text with the Elementor Text Decoder. Easily convert URL-encoded characters, Base64, HTML entities, and more for cleaner content and better SEO.\" \/>\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\/text-decoder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Text Decoder\" \/>\n<meta property=\"og:description\" content=\"Instantly decode text with the Elementor Text Decoder. Easily convert URL-encoded characters, Base64, HTML entities, and more for cleaner content and better SEO.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/text-decoder\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-12T06:45:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-15T00:51:24+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\/text-decoder\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-decoder\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Text Decoder\",\"datePublished\":\"2025-09-12T06:45:58+00:00\",\"dateModified\":\"2025-09-15T00:51:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-decoder\/\"},\"wordCount\":4,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/text-decoder\/\",\"url\":\"https:\/\/elementor.com\/tools\/text-decoder\/\",\"name\":\"Text Decoder\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-12T06:45:58+00:00\",\"dateModified\":\"2025-09-15T00:51:24+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Instantly decode text with the Elementor Text Decoder. Easily convert URL-encoded characters, Base64, HTML entities, and more for cleaner content and better SEO.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-decoder\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/text-decoder\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/text-decoder\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Text Decoder\"}]},{\"@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":"Text Decoder","description":"Instantly decode text with the Elementor Text Decoder. Easily convert URL-encoded characters, Base64, HTML entities, and more for cleaner content and better SEO.","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\/text-decoder\/","og_locale":"en_US","og_type":"article","og_title":"Text Decoder","og_description":"Instantly decode text with the Elementor Text Decoder. Easily convert URL-encoded characters, Base64, HTML entities, and more for cleaner content and better SEO.","og_url":"https:\/\/elementor.com\/tools\/text-decoder\/","og_site_name":"Tools","article_published_time":"2025-09-12T06:45:58+00:00","article_modified_time":"2025-09-15T00:51:24+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\/text-decoder\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/text-decoder\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Text Decoder","datePublished":"2025-09-12T06:45:58+00:00","dateModified":"2025-09-15T00:51:24+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/text-decoder\/"},"wordCount":4,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/text-decoder\/","url":"https:\/\/elementor.com\/tools\/text-decoder\/","name":"Text Decoder","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-12T06:45:58+00:00","dateModified":"2025-09-15T00:51:24+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Instantly decode text with the Elementor Text Decoder. Easily convert URL-encoded characters, Base64, HTML entities, and more for cleaner content and better SEO.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/text-decoder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/text-decoder\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/text-decoder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Text Decoder"}]},{"@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\/8310769","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=8310769"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310769\/revisions"}],"predecessor-version":[{"id":8310771,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310769\/revisions\/8310771"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310769"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}