I have a doubt about Copyrights in Blogger.com blogs
I see some bloggers who are using Blogspot, have protected rheir site from Copying, by disabling the "right click options" on their blog. I just want to know hoe to do it, because i need it too.... if there is anybody using this option please tell me, how to do that...???
There is no foolproof way to disable others from copying our blog's content. One can easily block javascript on a page by using the browser's inbuilt options. I feel that providing the copy option is necessary. People may want to copy a line or two and quote it in their blog, referring to you. And to their surprise, they find that the task cannot be done.
Exactly!
Sometimes I want to quote a line or two while commenting because I really liked the lines, or if my post is kind of similar, and then when I can't , it is very annoying. Not everyone wants to steal your material and like you said Ranjith, if people want to, they'll find a way.
No need for screen shoot bro... basics, popular, featured and more... in these options
click on Basics-> Exactly 11th Gidget is HTML/Javascript (scrol the pop-up window to come down).
and follow the steps....
There you'll see add gadget option on your blog's layout....
Then add the HTML/Javascript Gadget.
Paste this code there and save the gadget.
and view your blog then check it out....!!!!
Yatin Khurana Just go to your blog. Then go to Design click on Layout, add a html gadget, paste this code. That's it...!!!!
I use this code which is better than disabling right click option. Most of the times you need the right click option to quickly right click and open a link on a new tab. But this code helps in preventing copying the contents of the post. i.e; if you click and slide your mouse over the words, The content cannot be copied. Hope this helps. Use it as a part of your gadget.
<script type="text/javascript">//Prevent Copying Content From Blogger/Blogspot//For full source code, visit http://bloggerstrade.blogspot.comvar omitformtags=["input", "textarea", "select"]omitformtags=omitformtags.join("|")function disableselect(e){if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)return false}function reEnable(){return true}if (typeof document.onselectstart!="undefined")document.onselectstart=new Function ("return false")else{document.onmousedown=disableselectdocument.onmouseup=reEnable}</script>
I use both codes.
Hi, Neha Kuduvalli are you using this code... is it working....???
Yapeee... It is working. thanks dude...!!!! but i used this. without the "//Prevent Copying Content From Blogger/Blogspot//For full source code, visit http://bloggerstrade.blogspot.com " statement. with this statement it is not worked for me...!!!!
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]omitformtags=omitformtags.join("|")function disableselect(e){if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)return false}function reEnable(){return true}if (typeof document.onselectstart!="undefined")document.onselectstart=new Function ("return false")else{document.onmousedown=disableselectdocument.onmouseup=reEnable}</script>
It works either way. And you are most welcome but please don't refer me as dude, dude!! :P
Sure Neha Is this OK..!!
Add a simple code by add gadget -> html/javascript. Code can be found easily by searching the same question you have asked :).
Sign in to reply to this thread