Wednesday 20 March 2013

IMPORTANT-How to stop people copying your work

I have been aware that some people have been copying work off of our blogs. This is a way to stop it. It will only take two minutes of your time and is well worth the small amount of effort put in. It's ironic that to stop people copying and pasting your work, you nee to copy and paste the code below. Follow all the instructions, they are all important. This is all you need to do:



1. Backing Up Your Blogger Template

Just go into the Blogger main menu for your specific blog and choose the 'Template' option. Up in the far right corner is the 'Backup/Restore' option for your template. Just click on that to start the backup process:
Blogger template backup

A pop-up dialog will appear with the Backup / Restore options with the button to 'Download full template' like this:

Blogger backup and restore template dialog

2.Go to Blogger Admin Page > Template > Click on Edit HTML.

3.Ctrl + F and search <head>.
Just below <head> copy and paste the codes

<!--Disable Copy And Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script> 


EDIT: I have just realised that you cant copy the coding so here is the link

2 comments:

  1. thanks that will help stop people stealing our media work

    ReplyDelete
  2. Thanks, Bertie. I have only just seen this post and its very useful guidance. I have spoken to the person concerned!

    ReplyDelete