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.
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
10 Ways To Improve Your System Performance
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 |
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
10 Ways To Improve Your System Performance
Comments
Post a Comment