{"id":8310774,"date":"2025-09-15T04:12:08","date_gmt":"2025-09-15T01:12:08","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310774"},"modified":"2025-09-15T04:15:00","modified_gmt":"2025-09-15T01:15:00","slug":"text-diff-tool","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/text-diff-tool\/","title":{"rendered":"Text Diff Tool"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310772\" class=\"elementor elementor-8310772\" 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 code --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 1280px;\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        gap: 2vw;\r\n        position: relative;\r\n        align-items: stretch; \/* Changed to stretch for equal height *\/\r\n        justify-content: center;\r\n        flex-wrap: nowrap;\r\n        flex-direction: row;\r\n    }\r\n\r\n    .input-section, .output-section {\r\n        flex: 1;\r\n        min-width: 0;\r\n        max-width: 600px;\r\n        height: 400px; \/* Adjusted height for this tool *\/\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        box-shadow: 0 2px 10px rgba(0,0,0,0.05);\r\n    }\r\n    \r\n    .output-section {\r\n        max-width: 1200px; \/* Allow output to be wider *\/\r\n        height: auto;\r\n        min-height: 200px;\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, .output-container {\r\n        flex: 1;\r\n        position: relative;\r\n        background-color: #ffffff;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-top: none;\r\n        border-radius: 0 0 8px 8px;\r\n    }\r\n    \r\n    .output-container {\r\n       overflow: auto;\r\n       padding: 10px 0;\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;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.6;\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    .format-btn-container {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n        gap: 15px;\r\n        margin: 30px 0;\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        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        min-width: 11rem;\r\n        text-align: center;\r\n        border-radius: 4px;\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    .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    \/* --- New Styles specific to the Diff Tool --- *\/\r\n    #diffOutputSection {\r\n        display: none; \/* Initially hidden *\/\r\n        margin-top: 20px;\r\n    }\r\n\r\n    .output-code {\r\n        padding: 0;\r\n        margin: 0;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.6;\r\n        white-space: pre-wrap;\r\n        word-wrap: break-word;\r\n    }\r\n    \r\n    .output-code div {\r\n        padding: 2px 15px 2px 35px;\r\n        position: relative;\r\n        min-height: 1.6em; \/* Ensures empty lines are visible *\/\r\n    }\r\n\r\n    .output-code div::before {\r\n        position: absolute;\r\n        left: 15px;\r\n        top: 2px;\r\n        font-weight: bold;\r\n        font-family: monospace;\r\n    }\r\n\r\n    .diff-add {\r\n        background-color: #e6ffed;\r\n    }\r\n    .diff-add::before {\r\n        content: '+';\r\n        color: #246835;\r\n    }\r\n\r\n    .diff-del {\r\n        background-color: #ffeef0;\r\n        text-decoration: line-through;\r\n    }\r\n    .diff-del::before {\r\n        content: '-';\r\n        color: #b31d28;\r\n    }\r\n    \r\n    .diff-common {\r\n        background-color: #fff;\r\n        color: #6a737d;\r\n    }\r\n\r\n    \/* --- Responsive styles adapted from your code --- *\/\r\n    @media (max-width: 1024px) {\r\n        .main-content {\r\n            flex-direction: column;\r\n            gap: 25px;\r\n            align-items: center;\r\n        }\r\n\r\n        .input-section {\r\n            height: 300px;\r\n            width: 100%;\r\n            max-width: 700px;\r\n        }\r\n        \r\n        .output-section {\r\n            width: 100%;\r\n            max-width: 700px;\r\n        }\r\n    }\r\n\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <!-- Input Sections -->\r\n    <div class=\"main-content\">\r\n        <div class=\"input-section\">\r\n            <div class=\"section-header\">Original Text<\/div>\r\n            <div class=\"textarea-container\">\r\n                <textarea id=\"textOriginal\" class=\"code-textarea\" placeholder=\"Paste the original text here...\"><\/textarea>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"input-section\">\r\n            <div class=\"section-header\">Changed Text<\/div>\r\n            <div class=\"textarea-container\">\r\n                <textarea id=\"textChanged\" class=\"code-textarea\" placeholder=\"Paste the changed text here...\"><\/textarea>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Action Buttons -->\r\n    <div class=\"format-btn-container\">\r\n        <button id=\"compareBtn\" class=\"format-btn\">Compare Text<\/button>\r\n        <button id=\"resetBtn\" class=\"reset-btn\">Reset<\/button>\r\n    <\/div>\r\n\r\n    <!-- Output Section -->\r\n    <div id=\"diffOutputSection\" class=\"output-section\">\r\n        <div class=\"section-header\">Differences<\/div>\r\n        <div class=\"output-container\">\r\n            <pre id=\"diffResult\" class=\"output-code\"><\/pre>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        const textOriginal = document.getElementById('textOriginal');\r\n        const textChanged = document.getElementById('textChanged');\r\n        const compareBtn = document.getElementById('compareBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const diffOutputSection = document.getElementById('diffOutputSection');\r\n        const diffResult = document.getElementById('diffResult');\r\n\r\n        \/**\r\n         * A simple implementation of the Longest Common Subsequence (LCS) algorithm\r\n         * This is the core of the diffing logic.\r\n         *\/\r\n        function diff(oldText, newText) {\r\n            const oldLines = oldText.split('\\n');\r\n            const newLines = newText.split('\\n');\r\n            const N = oldLines.length;\r\n            const M = newLines.length;\r\n            const max = N + M;\r\n            const v = new Array(2 * max + 1);\r\n            const trace = [];\r\n\r\n            v[max + 1] = 0;\r\n\r\n            for (let d = 0; d <= max; d++) {\r\n                trace.push([...v]);\r\n                for (let k = -d; k <= d; k += 2) {\r\n                    let x;\r\n                    const index = max + k;\r\n\r\n                    if (k === -d || (k !== d && v[index - 1] < v[index + 1])) {\r\n                        x = v[index + 1];\r\n                    } else {\r\n                        x = v[index - 1] + 1;\r\n                    }\r\n\r\n                    let y = x - k;\r\n\r\n                    while (x < N && y < M && oldLines[x] === newLines[y]) {\r\n                        x++;\r\n                        y++;\r\n                    }\r\n\r\n                    v[index] = x;\r\n\r\n                    if (x >= N && y >= M) {\r\n                        const result = [];\r\n                        let px = N, py = M;\r\n                        for (let i = d; i > 0; i--) {\r\n                            const pv = trace[i - 1];\r\n                            const pIndex = max + (px - py);\r\n                            let px_prev, py_prev;\r\n\r\n                            if ((pIndex > 0 && pv[pIndex-1] < pv[pIndex+1]) || pIndex === 2*max) {\r\n                               px_prev = pv[pIndex + 1];\r\n                               py_prev = px_prev - (px-py-1);\r\n                            } else {\r\n                               px_prev = pv[pIndex-1] +1;\r\n                               py_prev = px_prev - (px-py+1);\r\n                            }\r\n\r\n                            while(px > px_prev && py > py_prev) {\r\n                                result.unshift({ type: 'common', value: oldLines[px - 1] });\r\n                                px--;\r\n                                py--;\r\n                            }\r\n                            if (py > py_prev) {\r\n                                result.unshift({ type: 'add', value: newLines[py - 1] });\r\n                            } else {\r\n                                result.unshift({ type: 'del', value: oldLines[px - 1] });\r\n                            }\r\n                            px = px_prev;\r\n                            py = py_prev;\r\n                        }\r\n\r\n                        while(px > 0) {\r\n                            result.unshift({ type: 'common', value: oldLines[px-1] });\r\n                            px--;\r\n                        }\r\n\r\n                        return result;\r\n                    }\r\n                }\r\n            }\r\n             return []; \/\/ Should not happen\r\n        }\r\n\r\n\r\n        function renderDiff(diffData) {\r\n            diffResult.innerHTML = ''; \/\/ Clear previous results\r\n            \r\n            if (diffData.length === 0 && textOriginal.value === textChanged.value) {\r\n                \/\/ Handle case where texts are identical\r\n                 textOriginal.value.split('\\n').forEach(line => {\r\n                    const lineDiv = document.createElement('div');\r\n                    lineDiv.className = 'diff-common';\r\n                    lineDiv.textContent = line;\r\n                    diffResult.appendChild(lineDiv);\r\n                });\r\n            } else {\r\n                diffData.forEach(part => {\r\n                    const lineDiv = document.createElement('div');\r\n                    lineDiv.className = `diff-${part.type}`;\r\n                    \/\/ Ensure empty lines still render with height\r\n                    lineDiv.textContent = part.value.length > 0 ? part.value : ' '; \r\n                    diffResult.appendChild(lineDiv);\r\n                });\r\n            }\r\n\r\n\r\n            diffOutputSection.style.display = 'block'; \/\/ Show the output section\r\n        }\r\n\r\n        compareBtn.addEventListener('click', function () {\r\n            const original = textOriginal.value;\r\n            const changed = textChanged.value;\r\n            const diffData = diff(original, changed);\r\n            renderDiff(diffData);\r\n        });\r\n\r\n        resetBtn.addEventListener('click', function () {\r\n            textOriginal.value = '';\r\n            textChanged.value = '';\r\n            diffResult.innerHTML = '';\r\n            diffOutputSection.style.display = 'none';\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-8310774","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 Diff Tool<\/title>\n<meta name=\"description\" content=\"Compare texts with ease using our powerful Text Diff Tool. Find and highlight differences in code, content, and documents instantly. Perfect for developers, writers, and anyone needing text accuracy.\" \/>\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-diff-tool\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Text Diff Tool\" \/>\n<meta property=\"og:description\" content=\"Compare texts with ease using our powerful Text Diff Tool. Find and highlight differences in code, content, and documents instantly. Perfect for developers, writers, and anyone needing text accuracy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/text-diff-tool\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-15T01:12:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-15T01:15:00+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-diff-tool\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-diff-tool\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Text Diff Tool\",\"datePublished\":\"2025-09-15T01:12:08+00:00\",\"dateModified\":\"2025-09-15T01:15:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-diff-tool\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/text-diff-tool\/\",\"url\":\"https:\/\/elementor.com\/tools\/text-diff-tool\/\",\"name\":\"Text Diff Tool\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-15T01:12:08+00:00\",\"dateModified\":\"2025-09-15T01:15:00+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Compare texts with ease using our powerful Text Diff Tool. Find and highlight differences in code, content, and documents instantly. Perfect for developers, writers, and anyone needing text accuracy.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-diff-tool\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/text-diff-tool\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/text-diff-tool\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Text Diff Tool\"}]},{\"@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 Diff Tool","description":"Compare texts with ease using our powerful Text Diff Tool. Find and highlight differences in code, content, and documents instantly. Perfect for developers, writers, and anyone needing text accuracy.","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-diff-tool\/","og_locale":"en_US","og_type":"article","og_title":"Text Diff Tool","og_description":"Compare texts with ease using our powerful Text Diff Tool. Find and highlight differences in code, content, and documents instantly. Perfect for developers, writers, and anyone needing text accuracy.","og_url":"https:\/\/elementor.com\/tools\/text-diff-tool\/","og_site_name":"Tools","article_published_time":"2025-09-15T01:12:08+00:00","article_modified_time":"2025-09-15T01:15:00+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-diff-tool\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/text-diff-tool\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Text Diff Tool","datePublished":"2025-09-15T01:12:08+00:00","dateModified":"2025-09-15T01:15:00+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/text-diff-tool\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/text-diff-tool\/","url":"https:\/\/elementor.com\/tools\/text-diff-tool\/","name":"Text Diff Tool","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-15T01:12:08+00:00","dateModified":"2025-09-15T01:15:00+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Compare texts with ease using our powerful Text Diff Tool. Find and highlight differences in code, content, and documents instantly. Perfect for developers, writers, and anyone needing text accuracy.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/text-diff-tool\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/text-diff-tool\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/text-diff-tool\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Text Diff Tool"}]},{"@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\/8310774","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=8310774"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310774\/revisions"}],"predecessor-version":[{"id":8310777,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310774\/revisions\/8310777"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}