How to Disable Copying Text From Your Blog?

Exclusive content is usually under the eyes of thieves, who steal these posts and articles without permission or even the source said, so I've written this post to stop this process.

1. Go to Blogger Dashboard > Template
2. Download a copy of your template
3. Now click on Edit HTML
4. Use Ctrl + F to find <head> and paste the following code after it.
<!--- www.bbloggertutorials.Blogspot.com 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>
5. Save template.
That is it!!
Anda baru saja membaca artikel yang berkategori Blogger Tutorials / How to / Tips and Tricks / XML XHTML dengan judul How to Disable Copying Text From Your Blog? . Anda bisa bookmark halaman ini dengan URL http://bblogger-tutorials.blogspot.com/2013/07/how-to-disable-copying-text-from-your.html. Terima kasih!
Ditulis oleh: maz - Thursday, July 4, 2013

Belum ada komentar untuk "How to Disable Copying Text From Your Blog? "

Post a Comment