How to Secure Your Posts from Content Scrapers

Hi Readers.!

 We all take lot of time to write a single post and what if someone copy paste that content to his blog?

We feel bad when we see our same post in some other blog.Taking your post without your permission is illegal and Google never encourage this at any cost.

How to Secure Your Posts from Content Scrapers
How to Secure Your Posts from Content Scrapers


To disable "Copy" from your blog please follow the below procedure.

1. Login to your blogger account
2. Go to "Layout "
3. Click on "Add a Gadget" and choose HTML/Java Script.
4. Write the below script in HTML box and save it.
5. Go to your blog and try to copy anything.




<!-- START sonabytech disable copy paste-->
<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'>
</script>
<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>
<!-- END sonabytech disable copy paste-->


This is how you can teach them a lesson.!

Enjoy writing...Wish you all the best..!


Also read :
How to Protect WhatsApp with Password on Android
How to Migrate XP to Windows 7
Be careful About These 7 Types of Viruses
2 Best Ways to Keep Your Passwords Safe
10 Ways To Improve Your System Performance
Prolong your laptop's battery life in 2 simple steps
TOP 10 Facts About Internet Usage






Comments