Sunday 7 September 2014

How To Disable Text Selection In Blogger ?



When ever we write a rich unique post for our blog we all are worried about our content being copied by copycats.So to prevent our content we can disable text selection in blog.By disabling text selection no one can directly copy-paste content from your blog.It will decrease the chances of your content being copied.


Disable Text Selection in Blog

All you have to do is to follow these simple steps :-

1.Log in to your Blogger Account > Click on "Layout" > Click on "Add a Gadget".


2.From that Pop up windows scroll down and click on "HTML/JavaScript"


3.Copy this Code.

 <script type="text/javascript">

/***********************************************
* Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//form tags to omit in NS6+:
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=disableselect
document.onmouseup=reEnable
}

</script> 

4.Paste it in the "Content".



5.Click Save and you are done.



Conclusion:After saving widget head on to your blog and try selecting text.If it doesn't worked try doing all steps again carefully.With this widget no one can select your text from your blog.

I hope you have learned something new.If you have any problem or questions regarding this widget please contact via comments.I will love to answer them.Thanks for getting some time for reading this tutorial.Hope i helped you.Stay tuned for more useful Tutorials.


No comments:

Post a Comment

About

Blogging Garage was created by Gurpreet Singh.A young blogger of 16 years of age.He likes to write about blogging and other helpful tips / tutorials.
Designed By Blogger Templates