Have you noticed, the copying content is being general in the people because the number of content thieves is increasing quickly. Today I’m going to talk about protecting the blog content from being stolen. Being a good quality blogger, everybody will face this condition that he/she may get their creative content stolen.
Now you can also insert "Disable Right Click Option in Blogger" widget on your blog and protect your copyright content from being used in any other website.
Follow these steps to add "Disable Right Click in Blogger" by Webbloggingtalks
Now you can also insert "Disable Right Click Option in Blogger" widget on your blog and protect your copyright content from being used in any other website.
Follow these steps to add "Disable Right Click in Blogger" by Webbloggingtalks
- Log in to Blogger Dashboard --> Layout
- Click on 'Add a Gadget' on the sidebar
- Select 'HTML/Javascript' from the Popup Window and add the code given below and click save.
<script language="JavaScript">
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
















