We have seen more than 200 illegal copy materials of our blog recently in different blogs. A quick survey revealed one fact that most of these materials are copied from our blog without permission and mostly done by some newbie bloggers. Some of them admitted that they copied these materials without knowing the copyright issues. Keeping this in mind, we have decided to let you know how to disable copying using right clicks of the mouse of a reader. We are not sure, how far this will prevent a reader from copying materials including images. At least we can warn them using a popup that shows the status of our copyright.
HOW TO DISABLE RIGHT CLICKS ON YOUR BLOG
Simply follow these steps:
Step A:
Copy the JavaScript given in Maroon colors below:
<SCRIPT language=JavaScript> <!-- http://businessvartha.blogspot.com --> var message = "please don't copy, copyrighted contents"; function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; } if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } } document.onmousedown = rtclickcheck; </SCRIPT> |
Step B:
Login to your blogger account. Then go to “ Dash Board”,’’Layout”, ‘’Add a Gadget”, ‘’HTML/JavaScript’’. Paste the above given Code into that “HTML/JavaScript” box. Save the changes. Now take your blog and see how a Popup coming when you try to right click .
Login to your blogger account. Then go to “ Dash Board”,’’Layout”, ‘’Add a Gadget”, ‘’HTML/JavaScript’’. Paste the above given Code into that “HTML/JavaScript” box. Save the changes. Now take your blog and see how a Popup coming when you try to right click .
Let’s hope that the popup will make a reader rethink before trying to copy your precious posts and contents.
If you feel any trouble, feel free to comment and ask us.
Related Posts |
13 comments:
That's a great stuff that you've posted, indeed!
Thanks very much for the mighty helpful and useful antidote to the most common disquieting problem that us bloggers are perennially faced with. I've just utilized it and it's working good.
Thanks again! Cheers! :)
But, something slightly puzzling... I just refreshed your page and tried to copy from it and found that the right click was, in fact, working again on your page...to my utter surprise!!!
Plz, check up and see what's wrong and do let me know.
Dear Shri, That was not a mistake. We just withdraw the right click disability from our blog for our readers to GRAB COMMENT U BACK badge..as u can see on the rightside sidebar. Anyway, your observation is great and thanks a lot. Please Grab our Comment U back Badge to make others comment
This is awesome!!
But what about copying using Ctrl +C ??
Can you also write a script for it??
Dear Swathi, So nice to see you after long time. Cntrl+C can also be blocked. But it may affect the proper working of some of the Widets including Adsense. But we are trying to develop one that have more Options. Thanks for your great suggestions.
Dear Swathy, Our aim is just to give warning to a copycat with popups..thankz
Great and Awesome work!!
Pls create one script like that..
Hello,
I have no idea why I do not find the Amazon tab in Monetize. If I go strait from Amazon and try to integrate with blogger, after I chose which of my blog I want to integrate at "Configure Amazon Associates", it says something like "The gadget object does not accept the local code Romanian." I do not know if my translation looks exactely like the original english message.
Does anyone knows what is with that message?
I will be very thankful since I did not find the answer yet.
Dear Gabriel, We inspected your blog . We request you to change some settings. Go to DASHBOARD, SETTINGS, BASIC then scroll down to GLOBAL SETTINGS, Select "Post Editor" as Upadted Editor. Then save settings. Then Go to Monetize, hopes that you can see amazon button there and do the rest. Thank you. Still have trouble? feel free to ask us
Alright! Thanks for helping me out of the puzzle, dear Kris! I suppose, I would need your help soon again, for another Blogspot feature. I'd let you know soon.
For now, let me scuttle off to my blogs with the 'Comment you back' badge... ;)))
Thanks again and Cheers!
Quite a good way to display a message before someone tries to copy content from a site.
Deer Reetha,
Each time I come here, you richly award me. Now I disabled the right click on my blog. Thank you tremendously.
Thank you so much for this information and the script. I don't really think I've ever had anyone copy my blog or pictures, but It's something every blogger should think about.
Post a Comment