How to Disable Copying of Posts in Blogger?

Tutornecio| Friday, May 30, 2014 | 10:17 PM

Here we will going to share some simple JavaScript coding and you just need to add them in your blog and after it your site visitors are only read your posts and you can save your precious content from copycat, just go for below steps and learn how you can put JavaScript coding in your blogger blog.
1. Go to Blogger Dashboard>> Layout and click on Add Gadget.
2. Now one popup window will appear, just scroll down and select HTML/JavaScript.
3. After It simply copy below coding and paste in HTML/JavaScript box.

===============================================


<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=disableselect
document.onmouseup=reEnable
}

</script>

====================================================
How to Disable Copying of Posts in Blogger?
Leony Li
By Tutornecio
Published: 2014-05-30T22:17:00-07:00
How to Disable Copying of Posts in Blogger?
4.5 11 reviews
Author:
Article Related:
Share: Facebook Google+ Linkedin Technorati Digg

Tutornecio

Edit

Tutornecio adalah Portal berita sajian khusus untuk pembaca yang kami kutip dari berbagai sumber berita, Masukan Email anda di bawah ini untuk mengikuti berita terbaru kami atau ikuti Facebook dan Twitter kami dengan klik Ikuti dan secara otomatis anda akan mendapatkan Update berita terbaru kami.

Breaking Reviews close button
Back to top

Bagaimana Pendapat Anda?
 
Copyright © 2011-2014. Tutornecio - All Rights Reserved | Blog By McQuarro.com | Visit Blog TutorNecio | Tech reviews by Fageincsys.com