Home Top Ad

Responsive Ads Here

Why Should We Disable Copy Paste In Blogger Posts?

  If the copy paste function is enabled in your blogger blog posts, the content thief will copy your blog post and paste it to their blog. That means you will see your hard work is live to another blog without your permission. Obviously, I know that you can complain to Google to remove that duplicate content from their index.


According to me, this is not practical because why should a blogger spend time on all these shit? Will he create contents for his audience or spend all the day by complaining. Even, how many time will he complain of protecting his single content against thousands of content thief?

I also don’t like the way google index those duplicate contents. If someone copies my content and paste it on his blog, Google should avoid that duplicate content. In this case, Google takes no action and index that stolen content thoroughly. Even sometimes Google provides higher rank to that duplicate content. Let me show you an example:

I have copied some text from this post (How To Backup Blogger Template And Restore It). Then search in google inside double quote (“…….”) to find the exact result. Finally, Google is showing results from other blogs except for mine. This activity of Google is very painful because I am the original author of this post.


Google Search Result For Duplicate Content-1

 When I clicked on the “repeat the search with the omitted results included” link, I find 27 people steal this content and the original content is ranked “5” according to Google.


All things considered, if you don’t need this kind of stress and embarrassment, you can easily disable copy paste in Blogger posts to decrease your content stealing rate around 95%. It is a very easy process and I will show you how to do it.
Note: The above result of Google is not a regular case. Usually, google provides the higher rank to the original content.

How to Disable Copy Paste In Blogger Posts?

This is a very useful recommendation to protect your blog content from plagiarists. If you are running your blog in blogger and don’t want to let anyone “copy and paste” your blog content by using Ctrl + C and Ctrl + V then, this simple tutorial will disable copy paste in Blogger posts.
This is a very simple procedure, and you will just have to edit HTML code of your blog. In this way, you can protect your content from simple copy paste method used by many plagiarists. So don’t let anyone steal your idea within few clicks.
I know that there are also several ways to copy text from a website, but this method will make the task at least harder for the content thief. So, let us come to the point.

Method 1: Using JavaScript To Disable Copy Paste In Blogger

1. Sign into your blogger account and go to the Blogger “Dashboard”.
2. From the left side click on the “Template” section and then click on “Edit HTML”.

protect-blog-content1


3. In the HTML editor window, Find the line “<head>.”
protect-blog-content2
4. Now paste the following code right below the line.
protect-blog-content3
<script language='JavaScript1.2'> function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function (&quot;return false&quot;) //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script>
5. Click on the “Save Template” button and you are done. Go to your blog home page. Reload the page and then try to copy your content to make sure the code is working.

Method 2: Using CSS To Disable Copy Paste In Blogger

If you don’t want to use JavaScript, here is another impressive solution for you to disable copy paste in blogger. Actually, you can use a small piece of CSS code too to do the same task.
1. Follow the above steps 1, 2 and 3. At step 3, find the ending CSS “]]></b:skin>” except “<head>”.
2. Now copy the following CSS code and paste it right above the “]]></b:skin>”.
body {
user-select: none !important;
-moz-user-select: -moz-none !important;
-webkit-user-select: none !important;
-ms-user-select: none !important;
}
.post-body blockquote, .post-body pre, .post-body code {
user-select: text !important;
-webkit-user-select: text !important;
-ms-user-select: text !important;
-moz-user-select: text !important;
}
Configuration: The first part of the above CSS code will disable copying everything of your blog. The second part will allow user to copy the text inside “blockquote, Pre and Code” HTML tag. If you share code on your blog and let user copy only that piece of content, you can simply copy the above entire code. Otherwise, copy only the CSS Block named “body{……}” and implement in your blog to protect everything.

I think you have done it successfully with this simple code. If you wish to disable this then simply delete the code from where you have pasted it.

If you are using any different method or code to disable copy paste in blogger posts (“Ctrl + C and Ctrl + V”), let us know by using our comment section. You can also ask for more help if you need so

Why Should We Disable Copy Paste In Blogger Posts? Why Should We Disable Copy Paste In Blogger Posts? Reviewed by HERALD CONTENT on 05:35 Rating: 5

No comments

Main Slider

5/slider-recent