{"id":8311040,"date":"2025-09-17T12:28:27","date_gmt":"2025-09-17T09:28:27","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8311040"},"modified":"2025-09-17T12:32:13","modified_gmt":"2025-09-17T09:32:13","slug":"facebook-ads-audience-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/","title":{"rendered":"Facebook Ads Audience Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8311038\" class=\"elementor elementor-8311038\" 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 learned from your example --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 700px; \/* Adjusted for a single-panel layout *\/\r\n        margin: 0 auto;\r\n        padding: 60px 0 0;\r\n        background: transparent;\r\n        font-family: 'DM Sans', sans-serif; \/* A good default font *\/\r\n    }\r\n\r\n    .input-section {\r\n        width: 100%;\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.05);\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        text-align: center;\r\n    }\r\n    \r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: #545454;\r\n        text-decoration: underline;\r\n        font-size: 0.9rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        transition: color 0.2s;\r\n        margin-top: 20px;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #000;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* --- New styles for the calculator --- *\/\r\n    .calculator-body {\r\n        padding: 24px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .form-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n\r\n    .form-group label {\r\n        font-size: 1rem;\r\n        font-weight: 500;\r\n        color: #333;\r\n    }\r\n\r\n    .input-wrapper {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 12px;\r\n    }\r\n    \r\n    .input-wrapper input[type=\"number\"] {\r\n        width: 100%;\r\n        padding: 10px 12px;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        outline-color: #05047E;\r\n    }\r\n\r\n    .input-wrapper input[type=\"range\"] {\r\n        flex: 1;\r\n        -webkit-appearance: none;\r\n        appearance: none;\r\n        width: 100%;\r\n        height: 8px;\r\n        background: #EBEBEB;\r\n        outline: none;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n    }\r\n\r\n    .input-wrapper input[type=\"range\"]::-webkit-slider-thumb {\r\n        -webkit-appearance: none;\r\n        appearance: none;\r\n        width: 20px;\r\n        height: 20px;\r\n        background: #05047E;\r\n        border-radius: 50%;\r\n        cursor: pointer;\r\n    }\r\n\r\n    .input-wrapper input[type=\"range\"]::-moz-range-thumb {\r\n        width: 20px;\r\n        height: 20px;\r\n        background: #05047E;\r\n        border-radius: 50%;\r\n        cursor: pointer;\r\n    }\r\n    \r\n    .slider-value {\r\n        font-weight: 500;\r\n        color: #05047E;\r\n        min-width: 45px; \/* Prevents layout shift *\/\r\n        text-align: right;\r\n    }\r\n\r\n    .results-container {\r\n        border-top: 1.5px solid #EBEBEB;\r\n        margin-top: 16px;\r\n        padding-top: 24px;\r\n        background-color: #fcfcff;\r\n        margin: 16px -24px -24px; \/* Extends to edges of the parent *\/\r\n        padding: 24px;\r\n    }\r\n\r\n    .results-container h3 {\r\n        margin: 0 0 16px 0;\r\n        font-size: 1.125rem;\r\n        color: #000;\r\n        text-align: center;\r\n    }\r\n\r\n    .result-item {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        padding: 12px 0;\r\n        border-bottom: 1px solid #EBEBEB;\r\n    }\r\n    \r\n    .result-item:last-child {\r\n        border-bottom: none;\r\n    }\r\n\r\n    .result-item .label {\r\n        font-size: 1rem;\r\n        color: #555;\r\n    }\r\n\r\n    .result-item .value {\r\n        font-size: 1.25rem;\r\n        font-weight: 700;\r\n        color: #05047E;\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .html-viewer-app {\r\n            padding: 20px 0 0;\r\n        }\r\n        .section-header {\r\n            font-size: 1.1rem;\r\n        }\r\n        .result-item .value {\r\n            font-size: 1.1rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"input-section\">\r\n        <div class=\"section-header\">\r\n            Facebook Ads Audience Calculator\r\n        <\/div>\r\n        <div class=\"calculator-body\">\r\n            <!-- Total Audience Input -->\r\n            <div class=\"form-group\">\r\n                <label for=\"totalAudience\">Total Potential Audience<\/label>\r\n                <div class=\"input-wrapper\">\r\n                    <input type=\"number\" id=\"totalAudience\" value=\"1000000\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Reach Percentage Slider -->\r\n            <div class=\"form-group\">\r\n                <label for=\"reachPercentage\">Percentage of Audience to Reach<\/label>\r\n                <div class=\"input-wrapper\">\r\n                    <input type=\"range\" id=\"reachPercentage\" min=\"1\" max=\"100\" value=\"10\" step=\"1\">\r\n                    <span class=\"slider-value\" id=\"reachValue\">10%<\/span>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- CTR Slider -->\r\n            <div class=\"form-group\">\r\n                <label for=\"ctr\">Expected Click-Through Rate (CTR)<\/label>\r\n                <div class=\"input-wrapper\">\r\n                    <input type=\"range\" id=\"ctr\" min=\"0.1\" max=\"10\" value=\"1.5\" step=\"0.1\">\r\n                    <span class=\"slider-value\" id=\"ctrValue\">1.5%<\/span>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Conversion Rate Slider -->\r\n            <div class=\"form-group\">\r\n                <label for=\"conversionRate\">Expected Conversion Rate<\/label>\r\n                <div class=\"input-wrapper\">\r\n                    <input type=\"range\" id=\"conversionRate\" min=\"0.1\" max=\"20\" value=\"2.0\" step=\"0.1\">\r\n                    <span class=\"slider-value\" id=\"conversionValue\">2.0%<\/span>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Results Section -->\r\n            <div class=\"results-container\">\r\n                <h3>Estimated Results<\/h3>\r\n                <div class=\"result-item\">\r\n                    <span class=\"label\">Estimated Reach<\/span>\r\n                    <span class=\"value\" id=\"estimatedReach\">0<\/span>\r\n                <\/div>\r\n                <div class=\"result-item\">\r\n                    <span class=\"label\">Estimated Clicks<\/span>\r\n                    <span class=\"value\" id=\"estimatedClicks\">0<\/span>\r\n                <\/div>\r\n                <div class=\"result-item\">\r\n                    <span class=\"label\">Estimated Conversions<\/span>\r\n                    <span class=\"value\" id=\"estimatedConversions\">0<\/span>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <button class=\"reset-btn\" id=\"resetCalculatorBtn\">Reset Calculator<\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ --- Get DOM Elements ---\r\n    const totalAudienceInput = document.getElementById('totalAudience');\r\n    const reachPercentageInput = document.getElementById('reachPercentage');\r\n    const ctrInput = document.getElementById('ctr');\r\n    const conversionRateInput = document.getElementById('conversionRate');\r\n    const resetButton = document.getElementById('resetCalculatorBtn');\r\n\r\n    \/\/ Spans for slider values\r\n    const reachValueSpan = document.getElementById('reachValue');\r\n    const ctrValueSpan = document.getElementById('ctrValue');\r\n    const conversionValueSpan = document.getElementById('conversionValue');\r\n\r\n    \/\/ Spans for results\r\n    const estimatedReachSpan = document.getElementById('estimatedReach');\r\n    const estimatedClicksSpan = document.getElementById('estimatedClicks');\r\n    const estimatedConversionsSpan = document.getElementById('estimatedConversions');\r\n\r\n    \/\/ --- Main Calculation Function ---\r\n    function calculateAudience() {\r\n        \/\/ Get values from inputs\r\n        const totalAudience = parseFloat(totalAudienceInput.value) || 0;\r\n        const reachPercentage = parseFloat(reachPercentageInput.value);\r\n        const ctr = parseFloat(ctrInput.value);\r\n        const conversionRate = parseFloat(conversionRateInput.value);\r\n\r\n        \/\/ Perform calculations\r\n        const estimatedReach = totalAudience * (reachPercentage \/ 100);\r\n        const estimatedClicks = estimatedReach * (ctr \/ 100);\r\n        const estimatedConversions = estimatedClicks * (conversionRate \/ 100);\r\n\r\n        \/\/ Update the UI with formatted numbers\r\n        estimatedReachSpan.textContent = Math.round(estimatedReach).toLocaleString('en-US');\r\n        estimatedClicksSpan.textContent = Math.round(estimatedClicks).toLocaleString('en-US');\r\n        estimatedConversionsSpan.textContent = Math.round(estimatedConversions).toLocaleString('en-US');\r\n    }\r\n    \r\n    \/\/ --- Slider Value Display Update Function ---\r\n    function updateSliderDisplays() {\r\n        reachValueSpan.textContent = `${reachPercentageInput.value}%`;\r\n        ctrValueSpan.textContent = `${parseFloat(ctrInput.value).toFixed(1)}%`;\r\n        conversionValueSpan.textContent = `${parseFloat(conversionRateInput.value).toFixed(1)}%`;\r\n    }\r\n\r\n    \/\/ --- Reset Function ---\r\n    function resetCalculator() {\r\n        totalAudienceInput.value = \"1000000\";\r\n        reachPercentageInput.value = \"10\";\r\n        ctrInput.value = \"1.5\";\r\n        conversionRateInput.value = \"2.0\";\r\n        \r\n        \/\/ Trigger updates\r\n        updateSliderDisplays();\r\n        calculateAudience();\r\n    }\r\n\r\n    \/\/ --- Event Listeners ---\r\n    const inputs = [totalAudienceInput, reachPercentageInput, ctrInput, conversionRateInput];\r\n    \r\n    inputs.forEach(input => {\r\n        input.addEventListener('input', () => {\r\n            updateSliderDisplays();\r\n            calculateAudience();\r\n        });\r\n    });\r\n\r\n    resetButton.addEventListener('click', resetCalculator);\r\n\r\n    \/\/ --- Initial Calculation on Load ---\r\n    updateSliderDisplays();\r\n    calculateAudience();\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-8311040","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>Facebook Ads Audience Calculator<\/title>\n<meta name=\"description\" content=\"Use our free Facebook Ads Audience Calculator to estimate your target audience size. Optimize your Facebook ad campaigns for better reach and conversions.\" \/>\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\/facebook-ads-audience-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Facebook Ads Audience Calculator\" \/>\n<meta property=\"og:description\" content=\"Use our free Facebook Ads Audience Calculator to estimate your target audience size. Optimize your Facebook ad campaigns for better reach and conversions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-17T09:28:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-17T09:32:13+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\/facebook-ads-audience-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Facebook Ads Audience Calculator\",\"datePublished\":\"2025-09-17T09:28:27+00:00\",\"dateModified\":\"2025-09-17T09:32:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/\"},\"wordCount\":6,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/\",\"name\":\"Facebook Ads Audience Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-17T09:28:27+00:00\",\"dateModified\":\"2025-09-17T09:32:13+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Use our free Facebook Ads Audience Calculator to estimate your target audience size. Optimize your Facebook ad campaigns for better reach and conversions.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Facebook Ads Audience 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":"Facebook Ads Audience Calculator","description":"Use our free Facebook Ads Audience Calculator to estimate your target audience size. Optimize your Facebook ad campaigns for better reach and conversions.","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\/facebook-ads-audience-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Facebook Ads Audience Calculator","og_description":"Use our free Facebook Ads Audience Calculator to estimate your target audience size. Optimize your Facebook ad campaigns for better reach and conversions.","og_url":"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-17T09:28:27+00:00","article_modified_time":"2025-09-17T09:32:13+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\/facebook-ads-audience-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Facebook Ads Audience Calculator","datePublished":"2025-09-17T09:28:27+00:00","dateModified":"2025-09-17T09:32:13+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/"},"wordCount":6,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/","url":"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/","name":"Facebook Ads Audience Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-17T09:28:27+00:00","dateModified":"2025-09-17T09:32:13+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Use our free Facebook Ads Audience Calculator to estimate your target audience size. Optimize your Facebook ad campaigns for better reach and conversions.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/facebook-ads-audience-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Facebook Ads Audience 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\/8311040","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=8311040"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311040\/revisions"}],"predecessor-version":[{"id":8311042,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311040\/revisions\/8311042"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8311040"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8311040"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8311040"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}