Generally, we copy content from docs by selecting the content that we need to copy and use short cut keys or Right click and Select copy. How about disable selecting text for copyright protection, and then peoples couldn't use shortcuts, even though they couldn't copy selecting text using right click options.

So in this blogspot tutorial HTML we will show you a method who wishes to keep their contents from content thieves.

How to disable copy paste in blogger  

  1. Sign In to Blogger accounts and go to Dashboard. 

  2.  Go to Page Elements from Design and Click on Add a Gadget  and choose HTML/JAVASCRIPT from the gadgets.


  3. Now Copy down the popular code and Paste it on the selected Gadget and save it.

blogspot tutorial design


<!--Disable Copy And Paste By http://updateseourls.blogspot.com -->
<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>

4. Now refresh your Blog and Enjoy!

Share This!

If you think this BlogSpot tutorial for beginners is helpful, we would be grateful for a link from your website or a reference on your social network. Thanks!

            
<a href=" http://updateseourls.blogspot.com" title=" Update SEO Website Links">
Update SEO Website Links </a>


The above HTML code will produce the following link:

Blogger Blog Tips and Tricks



No comments:

Post a Comment