{"id":41,"date":"2025-04-07T19:23:45","date_gmt":"2025-04-07T13:53:45","guid":{"rendered":"https:\/\/shop.wayanad.co.in\/blog\/?p=41"},"modified":"2025-04-07T19:31:11","modified_gmt":"2025-04-07T14:01:11","slug":"prevent-wordpress-posts-from-copying","status":"publish","type":"post","link":"https:\/\/shop.wayanad.co.in\/blog\/2025\/04\/prevent-wordpress-posts-from-copying\/","title":{"rendered":"Prevent WordPress posts from copying"},"content":{"rendered":"\n<p>I will share a code to prevent your wordpress posts from copying. Actual it will not stop copying, but it will show a custom message while pasted. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script type=\"text\/javascript\">\nfunction addLink() {\n    var pageLink = \"&lt;BR\/>&lt;BR\/>Read more: \" + document.location.href; \/\/ Get the current page link\n    var copytext = \"Copying Not Allowed\" + pageLink + \"&lt;BR\/>&lt;BR\/>Join our Whatsapp group: https:\/\/chat.whatsapp.com\/GroupName\";\n\n    var 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 fixed text, and define the new selection\n    newdiv.innerHTML = copytext;\n    newdiv.style.fontWeight = 'bold';\n    document.body.appendChild(newdiv);\n    window.getSelection().selectAllChildren(newdiv);\n\n    window.setTimeout(function () {\n        document.body.removeChild(newdiv);\n    }, 100);\n}\n\ndocument.addEventListener('copy', addLink);\n&lt;\/script>\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I will share a code to prevent your wordpress posts from copying. Actual it will not stop copying, but it will show a custom message while pasted.<\/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-41","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\/41","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=41"}],"version-history":[{"count":1,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/posts\/41\/revisions"}],"predecessor-version":[{"id":42,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/posts\/41\/revisions\/42"}],"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=41"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/categories?post=41"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shop.wayanad.co.in\/blog\/wp-json\/wp\/v2\/tags?post=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}