Main menu

Pages

How To Protect Blog Content From Copying



It is good idea to protect your blog from copying.Because there are many bloggers who don't know the web design, they simply copy the content from other sites and add them in their website.so , they can copy your precious contents, tricks.       

So, you can stop them from copying your contents. The tutorials are given below

1.  Log in to your blogger account.

2.  Go to Layout.


3.  Then  click on Add a Gadget.


 


How To Protect Blog Content From Copying


4.  Then find out Html/JavaScript. And click on it.



                          

                                                How To Protect Blog Content From Copying



5.  Then Copy and Paste the below code in Content.


        

           <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 true" ); } </script>
                            
  

 


How To Protect Blog Content From Copying

6.  Now click on Save.

      
Now you have successfully added this gadget at your blogger. now go to your website and try to copy anything.you will not copy anything.

If you want to re-enable this option, then simply delete this gadget.




reactions

Comments