{"id":8310779,"date":"2025-09-15T04:22:05","date_gmt":"2025-09-15T01:22:05","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310779"},"modified":"2025-09-15T04:29:37","modified_gmt":"2025-09-15T01:29:37","slug":"text-merger","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/text-merger\/","title":{"rendered":"Text Merger"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310778\" class=\"elementor elementor-8310778\" 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 reference --- *\/\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        flex-direction: column;\r\n        gap: 25px;\r\n    }\r\n\r\n    \/* --- New styles for the merger tool --- *\/\r\n    .controls-container {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        align-items: center;\r\n        gap: 15px;\r\n        padding: 20px;\r\n        background-color: #f8f9fa;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 8px;\r\n    }\r\n\r\n    .separator-control {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 10px;\r\n    }\r\n\r\n    .separator-control label {\r\n        font-size: 1rem;\r\n        font-weight: 500;\r\n        white-space: nowrap;\r\n    }\r\n\r\n    .separator-input {\r\n        padding: 10px;\r\n        border: 1px solid #ddd;\r\n        border-radius: 4px;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        width: 100px;\r\n    }\r\n\r\n    .input-fields-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 15px;\r\n    }\r\n    \r\n    .add-field-btn {\r\n        background-color: #05047E;\r\n        color: white;\r\n        border: none;\r\n        padding: 10px 18px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 14px;\r\n        transition: background-color 0.2s;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n    }\r\n     .add-field-btn:is(:hover, :focus, :focus-visible) {\r\n        background-color: #0a08c4;\r\n     }\r\n\r\n    \/* --- Reused and adapted styles --- *\/\r\n    .input-section, .output-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    }\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        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n    }\r\n    \r\n    .remove-btn {\r\n        background: #ff5252;\r\n        color: white;\r\n        border: none;\r\n        border-radius: 4px;\r\n        padding: 4px 8px;\r\n        font-size: 12px;\r\n        cursor: pointer;\r\n        transition: background-color 0.2s;\r\n    }\r\n    .remove-btn:hover {\r\n        background: #ff1744;\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        min-height: 180px;\r\n    }\r\n    \r\n    .output-container {\r\n         border-top: 1.5px solid #EBEBEB;\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: 13px;\r\n        line-height: 1.5;\r\n        background-color: transparent;\r\n        resize: vertical;\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    .output-header {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        width: 100%;\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: flex;\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    }\r\n\r\n    #mergeBtn {\r\n        background-color: #ff7be5;\r\n        color: black;\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    }\r\n\r\n    #mergeBtn:is(:hover, :focus, :focus-visible, :active) {\r\n        background-color: #ffa8ee;\r\n    }\r\n\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        transition: color 0.2s;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #545454;\r\n    }\r\n\r\n    .success-message {\r\n        position: fixed;\r\n        top: 20px;\r\n        right: 20px;\r\n        background-color: #28a745;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        font-size: 14px;\r\n        opacity: 0;\r\n        transform: translateX(100%);\r\n        transition: all 0.3s ease;\r\n        z-index: 1000;\r\n    }\r\n\r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateX(0);\r\n    }\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\" id=\"text-merger-app\">\r\n    <div class=\"main-content\">\r\n\r\n        <!-- Controls -->\r\n        <div class=\"controls-container\">\r\n            <button id=\"mergeBtn\">Merge Texts<\/button>\r\n            <div class=\"separator-control\">\r\n                <label for=\"separator\">Separator:<\/label>\r\n                <input type=\"text\" id=\"separator\" class=\"separator-input\" value=\"\\n\" title=\"Use \\n for a new line\">\r\n            <\/div>\r\n             <button class=\"add-field-btn\" id=\"add-field-btn\">\r\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 4V20M20 12L4 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\r\n                Add Text Box\r\n            <\/button>\r\n            <button class=\"reset-btn\" id=\"resetBtn\">Reset Tool<\/button>\r\n        <\/div>\r\n\r\n        <!-- Dynamic Input Fields -->\r\n        <div class=\"input-fields-container\" id=\"inputFieldsContainer\">\r\n            <!-- Input fields will be dynamically added here by JavaScript -->\r\n        <\/div>\r\n\r\n        <!-- Output -->\r\n        <div class=\"output-section\">\r\n            <div class=\"section-header\">\r\n                <div class=\"output-header\">\r\n                    <span>Merged Result<\/span>\r\n                    <button class=\"copy-btn\" id=\"copyBtn\">\r\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 4V16C8 17.1046 8.89543 18 10 18H20C21.1046 18 22 17.1046 22 16V8C22 6.89543 21.1046 6 20 6H12M8 4H4C2.89543 4 2 4.89543 2 6V20C2 21.1046 2.89543 22 4 22H16C17.1046 22 18 21.1046 18 20V18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\r\n                        <span>Copy<\/span>\r\n                    <\/button>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"output-container\">\r\n                <textarea id=\"output\" class=\"code-textarea\" readonly placeholder=\"Your merged text will appear here...\"><\/textarea>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- Success Message Popup -->\r\n    <div class=\"success-message\" id=\"successMessage\">Copied to clipboard!<\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n\r\n        \/\/ --- DOM Elements ---\r\n        const mergeBtn = document.getElementById('mergeBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const copyBtn = document.getElementById('copyBtn');\r\n        const addFieldBtn = document.getElementById('add-field-btn');\r\n        \r\n        const inputFieldsContainer = document.getElementById('inputFieldsContainer');\r\n        const separatorInput = document.getElementById('separator');\r\n        const outputTextarea = document.getElementById('output');\r\n        const successMessage = document.getElementById('successMessage');\r\n\r\n        \/\/ --- State ---\r\n        let fieldCounter = 0;\r\n\r\n        \/\/ --- Functions ---\r\n\r\n        \/**\r\n         * Adds a new text input field to the container.\r\n         *\/\r\n        function addInputField() {\r\n            fieldCounter++;\r\n            const newFieldHtml = `\r\n                <div class=\"input-section\" data-id=\"${fieldCounter}\">\r\n                    <div class=\"section-header\">\r\n                        <span class=\"header-title\">Text Box ${fieldCounter}<\/span>\r\n                        <button class=\"remove-btn\" title=\"Remove this text box\">Remove<\/button>\r\n                    <\/div>\r\n                    <div class=\"textarea-container\">\r\n                        <textarea class=\"code-textarea\" placeholder=\"Paste or type text here...\"><\/textarea>\r\n                    <\/div>\r\n                <\/div>\r\n            `;\r\n            inputFieldsContainer.insertAdjacentHTML('beforeend', newFieldHtml);\r\n        }\r\n\r\n        \/**\r\n         * Updates the numbers in the headers of the text boxes after one is removed.\r\n         *\/\r\n        function updateFieldNumbers() {\r\n            const allHeaders = inputFieldsContainer.querySelectorAll('.header-title');\r\n            allHeaders.forEach((header, index) => {\r\n                header.textContent = `Text Box ${index + 1}`;\r\n            });\r\n            \/\/ Update the global counter to the new total number of fields.\r\n            fieldCounter = allHeaders.length;\r\n        }\r\n\r\n\r\n        \/**\r\n         * Gathers text from all input fields, joins them with the separator, and displays the result.\r\n         *\/\r\n        function mergeTexts() {\r\n            const allTextareas = inputFieldsContainer.querySelectorAll('.code-textarea');\r\n            \/\/ Replace user-typed '\\n' with an actual newline character\r\n            const separator = separatorInput.value.replace(\/\\\\n\/g, '\\n');\r\n            \r\n            const textsToMerge = [];\r\n            allTextareas.forEach(textarea => {\r\n                if (textarea.value.trim() !== '') {\r\n                    textsToMerge.push(textarea.value);\r\n                }\r\n            });\r\n\r\n            outputTextarea.value = textsToMerge.join(separator);\r\n        }\r\n\r\n        \/**\r\n         * Copies the content of the output textarea to the clipboard.\r\n         *\/\r\n        function copyOutput() {\r\n            if (outputTextarea.value === '') {\r\n                showSuccessMessage('Nothing to copy!', true);\r\n                return;\r\n            }\r\n            navigator.clipboard.writeText(outputTextarea.value).then(() => {\r\n                showSuccessMessage('Copied to clipboard!');\r\n            }).catch(err => {\r\n                console.error('Failed to copy text: ', err);\r\n                showSuccessMessage('Failed to copy!', true);\r\n            });\r\n        }\r\n        \r\n        \/**\r\n         * Shows the success message popup for a short duration.\r\n         *\/\r\n        function showSuccessMessage(message, isError = false) {\r\n            successMessage.textContent = message;\r\n            successMessage.style.backgroundColor = isError ? '#dc3545' : '#28a745';\r\n            successMessage.classList.add('show');\r\n            setTimeout(() => {\r\n                successMessage.classList.remove('show');\r\n            }, 2000);\r\n        }\r\n        \r\n        \/**\r\n         * Resets the tool to its initial state.\r\n         *\/\r\n        function resetTool() {\r\n            inputFieldsContainer.innerHTML = '';\r\n            outputTextarea.value = '';\r\n            separatorInput.value = '\\\\n';\r\n            fieldCounter = 0;\r\n            addInputField();\r\n            addInputField();\r\n        }\r\n\r\n        \/\/ --- Event Listeners ---\r\n\r\n        mergeBtn.addEventListener('click', mergeTexts);\r\n        copyBtn.addEventListener('click', copyOutput);\r\n        resetBtn.addEventListener('click', resetTool);\r\n        addFieldBtn.addEventListener('click', addInputField);\r\n\r\n        \/\/ Use event delegation for dynamically added \"Remove\" buttons\r\n        inputFieldsContainer.addEventListener('click', (e) => {\r\n            if (e.target.classList.contains('remove-btn')) {\r\n                \/\/ Prevent removing the last input field\r\n                if (inputFieldsContainer.children.length <= 1) {\r\n                     showSuccessMessage('Cannot remove the last text box.', true);\r\n                     return;\r\n                }\r\n                const fieldToRemove = e.target.closest('.input-section');\r\n                if (fieldToRemove) {\r\n                    fieldToRemove.remove();\r\n                    updateFieldNumbers();\r\n                }\r\n            }\r\n        });\r\n\r\n        \/\/ --- Initializer ---\r\n        \/\/ Start the tool with two input fields by default.\r\n        addInputField();\r\n        addInputField();\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-8310779","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 Merger<\/title>\n<meta name=\"description\" content=\"Effortlessly combine multiple pieces of text into one with the Elementor Text Merger. Simple, fast, and versatile tool for content creators, developers, and marketers.\" \/>\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-merger\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Text Merger\" \/>\n<meta property=\"og:description\" content=\"Effortlessly combine multiple pieces of text into one with the Elementor Text Merger. Simple, fast, and versatile tool for content creators, developers, and marketers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/text-merger\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-15T01:22:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-15T01:29:37+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-merger\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-merger\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Text Merger\",\"datePublished\":\"2025-09-15T01:22:05+00:00\",\"dateModified\":\"2025-09-15T01:29:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-merger\/\"},\"wordCount\":4,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/text-merger\/\",\"url\":\"https:\/\/elementor.com\/tools\/text-merger\/\",\"name\":\"Text Merger\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-15T01:22:05+00:00\",\"dateModified\":\"2025-09-15T01:29:37+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Effortlessly combine multiple pieces of text into one with the Elementor Text Merger. Simple, fast, and versatile tool for content creators, developers, and marketers.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/text-merger\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/text-merger\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/text-merger\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Text Merger\"}]},{\"@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 Merger","description":"Effortlessly combine multiple pieces of text into one with the Elementor Text Merger. Simple, fast, and versatile tool for content creators, developers, and marketers.","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-merger\/","og_locale":"en_US","og_type":"article","og_title":"Text Merger","og_description":"Effortlessly combine multiple pieces of text into one with the Elementor Text Merger. Simple, fast, and versatile tool for content creators, developers, and marketers.","og_url":"https:\/\/elementor.com\/tools\/text-merger\/","og_site_name":"Tools","article_published_time":"2025-09-15T01:22:05+00:00","article_modified_time":"2025-09-15T01:29:37+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-merger\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/text-merger\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Text Merger","datePublished":"2025-09-15T01:22:05+00:00","dateModified":"2025-09-15T01:29:37+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/text-merger\/"},"wordCount":4,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/text-merger\/","url":"https:\/\/elementor.com\/tools\/text-merger\/","name":"Text Merger","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-15T01:22:05+00:00","dateModified":"2025-09-15T01:29:37+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Effortlessly combine multiple pieces of text into one with the Elementor Text Merger. Simple, fast, and versatile tool for content creators, developers, and marketers.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/text-merger\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/text-merger\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/text-merger\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Text Merger"}]},{"@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\/8310779","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=8310779"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310779\/revisions"}],"predecessor-version":[{"id":8310782,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310779\/revisions\/8310782"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310779"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310779"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}