This Way Your Blog Can Not be Copied
If you use blogger platform, then see this tutorial. How to protect site from copy paste? Many master bloggers who are used if the article copy and paste, let alone its blog is a quality blog. Although the content thieves have been given a warning not to copy your article, but still there are desperate thieves steal content of our article without including the source link.
If it had happened so then we have to force the thief to include this content source links that lead to our blog. So how do I force the thief to make the content source links that lead to our blog?
In order to make the link source content thieves, we require the services of Copyscape.
What it copyscape? Copyscape is a site that provides services that the thief content sources include a link to our blog. CopyScape work automatically every article we copied. That way we do not have to worry if we plowed article.
1. How to Protect Your Blog With CopyScape.
- Visit CopyScape
- Click Copy Plagiarism Banner
- Click on one of the banners provided
- After clicking will show the code, copy the code
- Sign in to Blogger
- Click Layout and Add Gadgets
- Search HTML / Javascript and then paste that code in column
- Then Click save
2. Edit HTML
This method differs from the above, this way you create a blog can not be copied. I also used this method in my own blog. For installation please follow the steps below:
This method differs from the above, this way you create a blog can not be copied. I also used this method in my own blog. For installation please follow the steps below:
- Please login to your blog.
- Once successfully logged in, click the "Menu Template", and then click "Edit html".
- On the "Edit HTML" field, then click CTRL + F to start the search code.
- Find the code </head> by writing in the search box.
- After that copied this code just below </head>
<script language='JavaScript1.2'>
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<script language='JavaScript'>curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}</script>
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<script language='JavaScript'>curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}</script>
- Click Save Template
If you use Wordpress platform, you may be able to install the plugin anti copy, please you choose, there are many thousands of plugins that you can install it as you like.
How easy? By way of the above then your blog posts can not be copied by others. Stay tuned for the next article, hopefully useful.
loading...
loading...

Comments
Post a Comment