Vid1

How to Protect your Content from Copy and Paste in Blog

 How to Prevent Copy and Paste
How to Disable Copy Paste is very important for an article because it is generally very harm .There have been many articles that discuss how to make posts disable copy and paste, but the method of application and understanding of the article can be immediately put into practice sometimes successfully sometimes not. 

Who failed the template used different possibilities or ways of understanding that has not been understood. Incidentally article which will be discussed using a simple template default google and expected to be used for those of you who are just learning to make blog. 


As we all know that the copy and paste can be allowed or not, depending on its purpose. If the aim is only for personal use without commercial may not matter, but if the destination copy paste for Online Business and harming others is not allowed, for example, make postings result of copy and paste to put up ads adsense google it clearly was not allowed, 

because it will be found from the results Copyscape or siteliner results will be listed article copy and paste or duplicate content. Let us go straight to the central issue is How to disable copy paste in Blog , there are two ways that you can use:

  

A. The way through Java Scrip Code, the stages as follows:


1. Sign into dashboard blog, click on the template, edit HTML
2. Click Ctrl + F to search the code </ head>
3. Copy the following script code just below </ head> and Save


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

  
 B. The way through the script code Cascade Style Sheet, the stages as follows:

 1. Sign into Dashboard blog, click on the template, edit HTML
 2. Click Ctrl + F to search for the code]]> </ b: skin
 3. Copy the code below script right above the code]]> </ b: skin> and Save

  body{display:block;
-khtml-user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
unselectable:on;}
     
If you  Disable Copy paste your article corresponding the above procedure  so  protect your content from Copy and Paste  in Blog. Other than that can prevent people from copying your blog content by others. 

If you making articles english is second method easier to use for beginners can be directly so that you are able to make a good article. Hopefully this article can be useful for all of us and if there are not clear please use the comments field below, thank you.

 




No comments:

Post a Comment