Plagiatism is one thing that disturb so many blogger in this world. There are a lot of people that feel disappointed about this action. But don’t worry about that. Today I wanna share you something about how to prevent plagiatism in your blog. So there is no body can do copy paste in your own blog.
Let folow the step ..
1. Check your article that has copied by another user
>> Open this link www.copyscape.com
>> Submit your URL website in the link box

>> Then you will be shown to every link that have copied your content
2. Make a banner from CopyScape to protect your blog
>> click free banner (protected by COPYSCAPE don't copy)
>> get the HTML code below the site and add on your template HTML
3. Put your automatic link to anyone that copy your blog
>> Open your Blogger Dashboard
>> Click Template >> click edit HTML >> click continue
>> Find <head> (use F3 function on your keyboard to make easy)
>> Type this HTML code and put on below of <head>
<script type='text/javascript'>
function addLink(){
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br/><br/> Read more at:<a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright
www.suksesjaringan.blogspot.com Under Common Share Alike Atribution"; //change this if you want
var copytext = selection + pagelink;
var newdiv = document.createElement('div');
newdiv.style.position='absolute';
newdiv.style.left='-99999px';
body_element.appendChild(newdiv);
newdiv.innerHTML = copytext;
selection.selectAllChildren(newdiv);
window.setTimeout(function(){
body_element.removeChild(newdiv);
},0);
}document.oncopy = addLink;
</script>
4. Disable the copy-paste function
>> Open your Blogger Dashboard
>> Click Template >> click edit HTML >> click continue
>> Find </head> (use F3 function on your keyboard to make easy)
>> Type this HTML code on top of </head>
<!-- Disable Copy and Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (" return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Finally you have protected your own blog. I glad to be share with you all. Let check your blog now...
Thanks for your coming
Christian Yohanes




Tidak ada komentar:
Posting Komentar