Prevent someone from copying your content !!
Yes now this has became an important step in every blogger's life. After the steep rise of internet users and website builders a prominent problem of Content Theft had risen and for that reason many safety measures were taken but none came to be much handy.
Mainly content thieves are those who are lazy and do not want to use their own creativity to create something creative as they know that there are a lot of hard working bloggers and website authors from whom they can copy high quality content and post their high quality content as their own.
How to Prevent Someone from copying
your content ?
Mainly these type of thieves directly copy the content from the main website or blog and paste it in their own blog or website, so if we can prevent them from copying the content of our blog/ website then we can easily protect our content from being copied. And to do so I have got something that can come in handy.
You just need to add this piece of code to your blog/website, follow the steps given below-
To add it to Blogger-
- Log into your Blogger Account.
- Go to the layout tab of your webpage.
- Then click on Add a Gadget in the Layout Screen.
- Select HTML/JavaScript in the Add Gadget Menu.
- And Then Paste Below Code in the HTML/JavaScript dialog box.
<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>
- After Pasting The Code Click on Save and Your Done.
Now if someone tries to even select a text in your blog or website he wouldn't succeed in doing so and as a result when he will not be able to select the text he will obviously not be able to copy it and by this way you can prevent some one from copying your content easily.
Here is a Demo, in this site you will never be able to select any text.
DEMO
Thank You Guy's for reading this and if you have any problem you can surely leave a comment below and I will answer it as soon as possible.

0 comments: