{"id":8310869,"date":"2025-09-16T04:29:48","date_gmt":"2025-09-16T01:29:48","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310869"},"modified":"2025-09-16T04:33:27","modified_gmt":"2025-09-16T01:33:27","slug":"social-media-roi-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/","title":{"rendered":"Social Media ROI Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310868\" class=\"elementor elementor-8310868\" 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    \/* --- Core App Structure & Styles (Adapted from your provided CSS) --- *\/\r\n    .roi-calculator-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single-column layout *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        background: transparent;\r\n        font-family: 'DM Sans', sans-serif;\r\n    }\r\n\r\n    .main-content {\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: 16px 24px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n    }\r\n\r\n    .calculator-body {\r\n        padding: 24px 32px 32px;\r\n    }\r\n\r\n    \/* --- Form Elements --- *\/\r\n    .input-group {\r\n        margin-bottom: 20px;\r\n    }\r\n\r\n    .calc-label {\r\n        display: block;\r\n        font-weight: 500;\r\n        color: #333;\r\n        margin-bottom: 8px;\r\n        font-size: 1rem;\r\n    }\r\n    \r\n    .input-prefix-container {\r\n        position: relative;\r\n    }\r\n\r\n    .input-prefix {\r\n        position: absolute;\r\n        left: 15px;\r\n        top: 50%;\r\n        transform: translateY(-50%);\r\n        color: #888;\r\n        font-size: 1rem;\r\n        pointer-events: none;\r\n    }\r\n\r\n    .calc-input {\r\n        width: 100%;\r\n        padding: 12px 15px 12px 30px; \/* Left padding for prefix *\/\r\n        border: 1.5px solid #E0E0E0;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        color: #333;\r\n        box-sizing: border-box; \/* Important for width calculation *\/\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n    }\r\n    \r\n    .calc-input.no-prefix {\r\n        padding-left: 15px;\r\n    }\r\n\r\n    .calc-input:focus {\r\n        outline: none;\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.1);\r\n    }\r\n\r\n    \/* --- Buttons (Adapted from your provided CSS) --- *\/\r\n    .button-container {\r\n        margin-top: 24px;\r\n        display: flex;\r\n        gap: 16px;\r\n        align-items: center;\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 24px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        border-radius: 4px;\r\n        transition: all 0.2s;\r\n        text-align: center;\r\n        flex-grow: 1; \/* Makes button take available space *\/\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus) {\r\n        background-color: #545454;\r\n    }\r\n\r\n    \/* Special style for the calculate button *\/\r\n    #calculateBtn {\r\n        background-color: #ff7be5;\r\n        color: black;\r\n    }\r\n\r\n    #calculateBtn:is(:hover, :focus) {\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) {\r\n        color: #545454;\r\n    }\r\n\r\n    \/* --- Results Section --- *\/\r\n    #results-section {\r\n        margin-top: 32px;\r\n        padding-top: 24px;\r\n        border-top: 1.5px solid #EBEBEB;\r\n        display: none; \/* Hidden by default *\/\r\n    }\r\n    \r\n    .results-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 20px;\r\n        margin-bottom: 24px;\r\n    }\r\n\r\n    .result-box {\r\n        background-color: #f9f9f9;\r\n        padding: 20px;\r\n        border-radius: 6px;\r\n        border: 1px solid #eee;\r\n    }\r\n\r\n    .result-box h3 {\r\n        margin: 0 0 8px 0;\r\n        font-size: 1rem;\r\n        color: #555;\r\n        font-weight: 400;\r\n    }\r\n    \r\n    .result-box p {\r\n        margin: 0;\r\n        font-size: 1.75rem;\r\n        font-weight: 600;\r\n        color: #000;\r\n    }\r\n\r\n    .final-roi-box {\r\n        text-align: center;\r\n        padding: 24px;\r\n        border-radius: 6px;\r\n    }\r\n\r\n    .final-roi-box h2 {\r\n        margin: 0 0 10px 0;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        color: #333;\r\n    }\r\n\r\n    #roiResult {\r\n        font-size: 3.5rem;\r\n        font-weight: 700;\r\n        display: block;\r\n        line-height: 1.1;\r\n    }\r\n    \r\n    \/* Dynamic classes for ROI result *\/\r\n    .positive-roi {\r\n        color: #00D084; \/* vivid-green-cyan from your variables *\/\r\n    }\r\n    \r\n    .negative-roi {\r\n        color: #cf2e2e; \/* vivid-red from your variables *\/\r\n    }\r\n\r\n    #roiInterpretation {\r\n        margin-top: 12px;\r\n        font-size: 1rem;\r\n        color: #666;\r\n    }\r\n\r\n    \/* --- Responsive Design --- *\/\r\n    @media (max-width: 600px) {\r\n        .roi-calculator-app {\r\n            padding: 20px 0 0;\r\n        }\r\n        .calculator-body {\r\n            padding: 20px;\r\n        }\r\n        .results-grid {\r\n            grid-template-columns: 1fr;\r\n        }\r\n        #roiResult {\r\n            font-size: 2.75rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"roi-calculator-app\">\r\n    <div class=\"main-content\">\r\n        <div class=\"section-header\">\r\n            Social Media ROI Calculator\r\n        <\/div>\r\n        <div class=\"calculator-body\">\r\n            <!-- Input Form -->\r\n            <div id=\"calculator-form\">\r\n                <div class=\"input-group\">\r\n                    <label for=\"investment\" class=\"calc-label\">Total Investment<\/label>\r\n                    <div class=\"input-prefix-container\">\r\n                        <span class=\"input-prefix\">$<\/span>\r\n                        <input type=\"number\" id=\"investment\" class=\"calc-input\" placeholder=\"e.g., 1500\" min=\"0\">\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"input-group\">\r\n                    <label for=\"conversions\" class=\"calc-label\">Number of Conversions<\/label>\r\n                    <input type=\"number\" id=\"conversions\" class=\"calc-input no-prefix\" placeholder=\"e.g., 50\" min=\"0\">\r\n                <\/div>\r\n                <div class=\"input-group\">\r\n                    <label for=\"valuePerConversion\" class=\"calc-label\">Value per Conversion<\/label>\r\n                    <div class=\"input-prefix-container\">\r\n                        <span class=\"input-prefix\">$<\/span>\r\n                        <input type=\"number\" id=\"valuePerConversion\" class=\"calc-input\" placeholder=\"e.g., 80\" min=\"0\">\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"button-container\">\r\n                    <button id=\"calculateBtn\" class=\"format-btn\">Calculate ROI<\/button>\r\n                    <button id=\"resetBtn\" class=\"reset-btn\">Reset<\/button>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Results Section (Initially Hidden) -->\r\n            <div id=\"results-section\">\r\n                <div class=\"results-grid\">\r\n                    <div class=\"result-box\">\r\n                        <h3>Total Revenue<\/h3>\r\n                        <p id=\"totalRevenue\">$0.00<\/p>\r\n                    <\/div>\r\n                    <div class=\"result-box\">\r\n                        <h3>Net Profit<\/h3>\r\n                        <p id=\"netProfit\">$0.00<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"final-roi-box\">\r\n                    <h2>Return on Investment (ROI)<\/h2>\r\n                    <span id=\"roiResult\">0.00%<\/span>\r\n                    <p id=\"roiInterpretation\">Enter your data to see the results.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ --- Get DOM Elements ---\r\n        const investmentInput = document.getElementById('investment');\r\n        const conversionsInput = document.getElementById('conversions');\r\n        const valuePerConversionInput = document.getElementById('valuePerConversion');\r\n\r\n        const calculateBtn = document.getElementById('calculateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n\r\n        const resultsSection = document.getElementById('results-section');\r\n        const totalRevenueEl = document.getElementById('totalRevenue');\r\n        const netProfitEl = document.getElementById('netProfit');\r\n        const roiResultEl = document.getElementById('roiResult');\r\n        const roiInterpretationEl = document.getElementById('roiInterpretation');\r\n\r\n        \/\/ --- Helper Function for Currency Formatting ---\r\n        const formatCurrency = (amount) => {\r\n            return new Intl.NumberFormat('en-US', {\r\n                style: 'currency',\r\n                currency: 'USD'\r\n            }).format(amount);\r\n        };\r\n\r\n        \/\/ --- Main Calculation Function ---\r\n        function calculateROI() {\r\n            const investment = parseFloat(investmentInput.value);\r\n            const conversions = parseFloat(conversionsInput.value);\r\n            const valuePerConversion = parseFloat(valuePerConversionInput.value);\r\n\r\n            \/\/ --- Input Validation ---\r\n            if (isNaN(investment) || isNaN(conversions) || isNaN(valuePerConversion) || investment < 0 || conversions < 0 || valuePerConversion < 0) {\r\n                alert('Please enter valid, non-negative numbers in all fields.');\r\n                return;\r\n            }\r\n\r\n            if (investment === 0) {\r\n                alert('Investment must be greater than zero to calculate ROI.');\r\n                return;\r\n            }\r\n\r\n            \/\/ --- Perform Calculations ---\r\n            const totalRevenue = conversions * valuePerConversion;\r\n            const netProfit = totalRevenue - investment;\r\n            const roi = (netProfit \/ investment) * 100;\r\n\r\n            \/\/ --- Display Results ---\r\n            totalRevenueEl.textContent = formatCurrency(totalRevenue);\r\n            netProfitEl.textContent = formatCurrency(netProfit);\r\n            roiResultEl.textContent = roi.toFixed(2) + '%';\r\n            \r\n            \/\/ --- Update Interpretation and Styling ---\r\n            roiResultEl.classList.remove('positive-roi', 'negative-roi');\r\n            if (roi > 0) {\r\n                roiResultEl.classList.add('positive-roi');\r\n                roiInterpretationEl.textContent = `For every $1 spent, you generated $${(totalRevenue \/ investment).toFixed(2)} in revenue.`;\r\n            } else if (roi < 0) {\r\n                roiResultEl.classList.add('negative-roi');\r\n                roiInterpretationEl.textContent = 'This campaign resulted in a net loss. Consider re-evaluating your strategy.';\r\n            } else {\r\n                roiInterpretationEl.textContent = 'This campaign broke even. No profit was made or lost.';\r\n            }\r\n            \r\n            \/\/ Show the results section\r\n            resultsSection.style.display = 'block';\r\n        }\r\n        \r\n        \/\/ --- Reset Function ---\r\n        function resetCalculator() {\r\n            investmentInput.value = '';\r\n            conversionsInput.value = '';\r\n            valuePerConversionInput.value = '';\r\n            \r\n            \/\/ Hide results and reset text\r\n            resultsSection.style.display = 'none';\r\n            totalRevenueEl.textContent = '$0.00';\r\n            netProfitEl.textContent = '$0.00';\r\n            roiResultEl.textContent = '0.00%';\r\n            roiInterpretationEl.textContent = 'Enter your data to see the results.';\r\n            roiResultEl.classList.remove('positive-roi', 'negative-roi');\r\n        }\r\n\r\n        \/\/ --- Attach Event Listeners ---\r\n        calculateBtn.addEventListener('click', calculateROI);\r\n        resetBtn.addEventListener('click', resetCalculator);\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-8310869","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>Social Media ROI Calculator<\/title>\n<meta name=\"description\" content=\"Calculate your Social Media ROI accurately with the Elementor Social Media ROI Calculator. Track costs, revenue, and optimize your strategy for maximum returns. Free and easy to use!\" \/>\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\/social-media-roi-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Social Media ROI Calculator\" \/>\n<meta property=\"og:description\" content=\"Calculate your Social Media ROI accurately with the Elementor Social Media ROI Calculator. Track costs, revenue, and optimize your strategy for maximum returns. Free and easy to use!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-16T01:29:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-16T01:33:27+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\/social-media-roi-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Social Media ROI Calculator\",\"datePublished\":\"2025-09-16T01:29:48+00:00\",\"dateModified\":\"2025-09-16T01:33:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/\",\"name\":\"Social Media ROI Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-16T01:29:48+00:00\",\"dateModified\":\"2025-09-16T01:33:27+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Calculate your Social Media ROI accurately with the Elementor Social Media ROI Calculator. Track costs, revenue, and optimize your strategy for maximum returns. Free and easy to use!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Social Media ROI Calculator\"}]},{\"@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":"Social Media ROI Calculator","description":"Calculate your Social Media ROI accurately with the Elementor Social Media ROI Calculator. Track costs, revenue, and optimize your strategy for maximum returns. Free and easy to use!","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\/social-media-roi-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Social Media ROI Calculator","og_description":"Calculate your Social Media ROI accurately with the Elementor Social Media ROI Calculator. Track costs, revenue, and optimize your strategy for maximum returns. Free and easy to use!","og_url":"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-16T01:29:48+00:00","article_modified_time":"2025-09-16T01:33:27+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\/social-media-roi-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Social Media ROI Calculator","datePublished":"2025-09-16T01:29:48+00:00","dateModified":"2025-09-16T01:33:27+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/","url":"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/","name":"Social Media ROI Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-16T01:29:48+00:00","dateModified":"2025-09-16T01:33:27+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Calculate your Social Media ROI accurately with the Elementor Social Media ROI Calculator. Track costs, revenue, and optimize your strategy for maximum returns. Free and easy to use!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/social-media-roi-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/social-media-roi-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Social Media ROI Calculator"}]},{"@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\/8310869","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=8310869"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310869\/revisions"}],"predecessor-version":[{"id":8310872,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310869\/revisions\/8310872"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310869"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310869"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}