COPY CONTENT PROTECTOR FOR BLOGGER




other blogger user can't copy post on you blogger post.



If you are a blogger and your blog is hosted on Blogger, then this article is for you. Because you know how much of blogging is nowadays. Look at who wants to try their hand at blogging. So what do some new bloggers do?  That you copy and publish articles or content from another's blog and publish it in your blog, due to which there is a slight decline in the ranking of your articles.

 You do not want to copy the unique articles 

written by you and publish them in your blog. You must have seen in many blogs that nothing is selected and copied in that blog. So today I am going to give some idea.  That is how you can protect your blog articles. So I have given all the steps below. You have to follow these steps and it will start working

Copy Content Protector Implementation

 Step 1 - First you have to login to your blogger's dashboard.

 Step 2-Now an HTML code is given in the box below. You have to copy that code.


<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>







Step 3-Now you have to click on the option of Layout in Blogger Dashboard.

 Step 4-Now you have to click on Add Gadgets in any sidebar.

 Step 5-Now you have to click on the HTML / JavaScript option. Now a box will appear.

 Step 6-Now the code you copied. Paste that code in this box. Now you have to save it.