
It becomes a pain when someone just copies off your content, which you spent a lot of time typing, and just posts it in their blog without even giving proper credit. And it pains even more to see that the article becomes a hit on their blog. There is a way around that. You can prevent people from selecting and right clicking so that your precious article is not copied. Through this article, you will know how to disable right clicking on your blog content.
The content can only be copied, if the content can be selected. If you cannot select the content, you cannot copy. Following are the steps so as to prevent someone selecting your valuable blog content.
- Log in to your Blogger Dashboard.
- Click on layout.
- Then click on Add a Gadget.
- From the popup window, select Html/JavaScript.
- Copy the code shown below and paste the code into the window.
<!-- disable copy paste code starts-->
<script language='JavaScript1.2'>function disableselect(e){return false}function reEnable(){return true}document.onselectstart=new Function ("return false")if (window.sidebar){document.onmousedown=disableselectdocument.onclick=reEnable}</script><!-- disable copy paste code ends-->
- Now click save.
You have now successfully disabled selection and right clicking on your blog content. Nobody can copy your content now, unless the person types the whole thing again and posts it. Hope you found this information helpful.
No comments:
Post a Comment