2 ways to Disable Copy Paste In Blogger | Disable Right-Click on Blogger

2 ways to Disable Copy Paste In Blogger | Disable Right-Click on Blogger

2 ways to Disable Copy Paste In Blogger | Disable Right-Click on Blogger


First of all You need to follow video on our channel to understand batter and this method is with CSS and never security changeable.
Click here to view video.

Disable Copy Paste In Blogger
YouTube Video



Code as i said in video copy from here -->   ]]></b:skin>
Download CSS Code File which i said in video.

If you're a blogger and you spend a lot of time writing quality content for your blog then you must know that there are some people who can copy your content to their site. Obviously you would not want that.


Your content belongs to you and no person has the right to copy that unless you give them permission but what about others?

You can stop others also by disabling copy paste in your blog.
This trick will disable text selection from your blog that way no one would be able to select any text or paragraph to copy.

Steps to follow


  • Open blogger
  • Go to 'Layout' and click on 'Add a gadget'
  • Select 'HTML/Javascript gadget' from the list like this

HTML/Javascript Gadget


  • Paste this code directly in that gadget

<!- START disable copy paste --><script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><script type='text/javascript'> if(typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" ); } else{document.onmousedown=new Function ("return false" );document.onmouseup=new Function ("return false"); } </script><!-- End disable copy paste -->

  • Save gadget and visit your blog to see live changes.




Tags,
how to disable copy paste in blogger
how to disable copy paste option in a blog post
how to disable text selection in blogger
how to disable copy paste in website
disable copy paste in blogger
how to disable copy paste on blogger
how to disable right click on blogger
disable right click in blogger or website
blogger
how to protect article from copy in blogger
how to disable right click on blogger for pictures
how to protect content from copy in blogger
how to disable copy paste
Close Menu