How to Disable Copy and Paste on Blogger | Prevent Copy Paste Blogger |
Disable Copy and Paste on Blogger
Nowadays, Everyone tries to copy others blog posts and post on their blogs. They wanted to grow faster so they copy other posts. It's really sad thing for the blogger who is being copied. Their hard work is wasted. So, Today I am going to show you Disable Copy and Paste on Blogger.It's really simple to Prevent Copy Paste Blogger. Just follow the steps:
Step 1:
Go to your Blogger Dashboard and click on Layout Button >
Step 2:
Just click on Add a Gadget on the sidebar at right or left corner.
Step 3:
Select HTML/JAVASCRIPT option (Click on + icon)
Step 4:
Now Just add the code below in Content box of Html/JavaScript and Click on Save:

<!- 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 -->
Now, You have sucessfully Disabled Copy and Paste on Blogger and Prevent Copy Pate Blogger. Let's talk about it's advantages.
Advantages:
1) Helps to disable copy and paste on blogger post.
2) This helps to save our post and make it secure.
Thanks for reading our post about Disable Copy and Paste on Blogger. Hope you enjoyed and learned something new.