How to Prevent Others From Being Able to Copy Posts on Blogger.
There are many reasons why you should install an anti copy paste script code on your blogger.
Have you ever had a blogger post taken by someone who is not responsible and posted through their own blogger without giving the original source address of the post.
This will certainly harm us, because we are always looking for ideas until late at night just to write an article on blogger.
Therefore, on this occasion, I will make a tutorial on how to make posts in blogger not copy and paste by others.
How to Make an Article or Blog Post So it Can't be Copied by Others.
The first thing you do is copy all the script code below.
<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 >
If everything has been copied by you, then enter your blogger. Enter the blogger menu, then, select a theme and edit html.
Then, you paste the script code above, just below the <head> code as shown below.
PLEASE NOTE: If the css code above does not match the template you have, you must parse-code the script above. For how to parse, you can parse here (html parse)
Paste the css code above in the box provided as below, then you select parse.
Then parse the code, it becomes like this
Then you copy all the parsed code, and save it under the opening code <head>. You can check the results yourself.
Advantages & Disadvantages of Using Anti Copy Script Code on Blogger
Adventages : For its own advantages is to avoid irresponsible people who like to take or copy our writing on blogger.
Disadvantages : the disadvantage of using this method is that it depends on the article. If your bloggers like me who discuss the script code or css & html, then automatically you can not copy the code that I gave.
However, I use this method on my main website, because I have a main website that discusses aside from the hat on this blog.
Post a Comment for "How to Prevent Others From Being Able to Copy Posts on Blogger."