How to Install anti-copy paste on Blogger or WordPress
Table of Contents
In general, there are lots of tutorials on blogs that discuss blogging tutorials. Maybe you need it to protect content from copy paste and others.
Actually, even if you use this method, you can still copy articles using view source. At least in this way it is enough to make it difficult to copy and paste the post articles.
Install Anti-copy-paste on Blogger or WordPress
1. Bloggers
Enter menu - Blogger - Edit HTML - Expand Widget Templates
Copy the code below just below the code </head>
<script type=”text/javascript”>if (typeof document.onselectstart!=”undefined”) {
document.onselectstart=new Function (“return false”);
}else {document.onmousedown=new Function (“return false”);
document.onmouseup=new Function (“return true”);
}
</script>
2. WordPress
- Select Appearance in the sidebar menu
- Select Head Editor
- Copy the following javascript after the code </head>
For automatic methods, you can also use the WordPress plugin here .
Activate the plug-in after it's installed.
That's how to install anti-copy paste on Blogger or WordPress. Hopefully this article is useful and helps friends to protect blog / website content from copy paste.
Post a Comment