Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to disable copy paste in blogger to keep content secure.



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.



function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

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!

            
Update SEO Website Links


The above HTML code will produce the following link:

Blogger Blog Tips and Tricks




This post first appeared on Blog's Nucleus, please read the originial post: here

Share the post

How to disable copy paste in blogger to keep content secure.

×

Subscribe to Blog's Nucleus

Get updates delivered right to your inbox!

Thank you for your subscription

×