{"id":37,"date":"2025-04-07T18:51:25","date_gmt":"2025-04-07T13:21:25","guid":{"rendered":"https:\/\/shop.wayanad.co.in\/blog\/?p=37"},"modified":"2025-04-07T19:24:51","modified_gmt":"2025-04-07T13:54:51","slug":"how-to-disable-dual-title-while-sharing-a-post-to-whatsapp-solved","status":"publish","type":"post","link":"https:\/\/shop.wayanad.co.in\/blog\/2025\/04\/how-to-disable-dual-title-while-sharing-a-post-to-whatsapp-solved\/","title":{"rendered":"How to disable dual title while sharing a post to whatsapp (SOLVED)"},"content":{"rendered":"\n<p>You might have noticed that the title of a post will be written twice while sharing the link to whatsapp. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"633\" height=\"1024\" src=\"https:\/\/shop.wayanad.co.in\/blog\/wp-content\/uploads\/2025\/04\/dual-title-633x1024.jpg\" alt=\"\" class=\"wp-image-38\" srcset=\"https:\/\/shop.wayanad.co.in\/blog\/wp-content\/uploads\/2025\/04\/dual-title-633x1024.jpg 633w, https:\/\/shop.wayanad.co.in\/blog\/wp-content\/uploads\/2025\/04\/dual-title-186x300.jpg 186w, https:\/\/shop.wayanad.co.in\/blog\/wp-content\/uploads\/2025\/04\/dual-title.jpg 720w\" sizes=\"auto, (max-width: 633px) 100vw, 633px\" \/><\/figure>\n\n\n\n<p>To avoid this, I will share a script here. <\/p>\n\n\n\n<p>Just copy the title of post after publishing and paste it in whatsapp. It will append the custom text and a link to whatsapp group.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script type=\"text\/javascript\">\nfunction addLink() {\n    \/\/ Temporarily remove the document title to prevent it from being copied\n    let originalTitle = document.title;\n    document.title = \"\";\n\n    var link = document.createElement(\"a\");\n    link.appendChild(document.createTextNode(\"Link\"));\n    link.href = 'https:\/\/chat.whatsapp.com\/GroupName';\n    link.onclick = 'loadScript';\n\n    \/\/ Get the selected text and append the extra info\n    var selection = window.getSelection(),\n        pagelink = '&lt;br \/>&lt;br \/> Read more : ' + document.location.href,\n        copytext = selection + pagelink + ' &lt;br \/>&lt;br \/>   &lt;br \/>&lt;br \/>Join our Whatsapp group->> ' + link,\n        newdiv = document.createElement('div');\n\n    \/\/ Hide the newly created container\n    newdiv.style.position = 'absolute';\n    newdiv.style.left = '-99999px';\n\n    \/\/ Insert the container, fill it with the extended text, and define the new selection\n    newdiv.appendChild(link); \n    document.body.appendChild(newdiv);\n    newdiv.innerHTML = copytext;\n    newdiv.style.fontWeight = 'bold';\n    selection.selectAllChildren(newdiv);\n\n    window.setTimeout(function () {\n        document.body.removeChild(newdiv);\n        document.title = originalTitle; \/\/ Restore the original title after copying\n    }, 100);\n}\n\ndocument.addEventListener('copy', addLink);\n&lt;\/script><\/code><\/pre>\n\n\n\n<p>Publish a post. Copy the title of that post after opening it. Paste it in whatsapp. It will not show the repeated titles.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You might have noticed that the title of a post will be written twice while sharing the link to whatsapp. To avoid this, I will share a script here. Just&hellip;<\/p>\n","protected":false},"author":1,"featured_media":38,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[5],"class_list":["post-37","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-tips","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/posts\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/comments?post=37"}],"version-history":[{"count":2,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/posts\/37\/revisions"}],"predecessor-version":[{"id":40,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/posts\/37\/revisions\/40"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/media\/38"}],"wp:attachment":[{"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/media?parent=37"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/categories?post=37"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/tags?post=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}