Hi guys welcome back to worldtech360. In this article i am going to show you how to prevent copying of the content from you blog or website.Now a days many of the bloggers or users are copying the content of one blog or website and putting it in there site.Even though you may have written the article or post in your site with great efforts and research others are trying to copy the content.In order to prevent this i provide you with the Javascript to disable the selecting of the content.
If you have any queries feel free to ask us and subscribe with us to get updates.
Steps:
1.Open G-mail account an go to the Blogger dashboard.
2.Now go to the "layout" and click on "Add gadget".
3.Now select the HTML/Javascript from the list.
4.Copy the javascript into it and click save.
<!--worldtech360-->5.That's it now the bloggers will not able to copy the content from your blog.
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--code end http://www.worldtech360.com>
If you have any queries feel free to ask us and subscribe with us to get updates.
Comments
Post a Comment