Hello
friends, welcome to the Techtspot Blogger tutorial today I will show you how to Protect your Blogger Blog Content from Copying with pictures.
We write many of posts in Blogger blog and some people are visiting our blog or website post and they can Copy our blog or website contents very easily and we get question on our mind "protect your blog content from copying", so here we can protect our content using JavaScript.
JavaScript code help us to protect our blog content by copy paste people. Using JavaScript it can Disable our blog Copy function or Text Selection function then any of user can't copy anything form our blog.
We write many of posts in Blogger blog and some people are visiting our blog or website post and they can Copy our blog or website contents very easily and we get question on our mind "protect your blog content from copying", so here we can protect our content using JavaScript.
JavaScript code help us to protect our blog content by copy paste people. Using JavaScript it can Disable our blog Copy function or Text Selection function then any of user can't copy anything form our blog.
These
are Following Steps:-
Step
1: Go to Blogger Theme and Click Edit HTML button.
Step
2: Copy the Code and Paste below the </head> tag.
<script language='JavaScript1.2'>
function disableselect(e){
return false}
function reEnable(){
return true}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable}
</script>
function disableselect(e){
return false}
function reEnable(){
return true}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable}
</script>
Note:- Apply this Code First Make a Backup your Blog theme.
How to Disable Copying Text in Blogger | JavaScript
How to Disable Copying Text in Blogger | JavaScript
But when we use JavaScript code to disable Copying Text From Blogger then the most common problem is user can easily disable the JavaScript code on any web browser then user can copy our content, so we use CSS code for protecting our content - Disable Copy Paste in Blogger using CSS.
Read More:-
How to Embed PDF DOC Files in Blogger
How to Create A Menu Bar in Blogger
How to Insert Code Block in Blogger Post
How to Disable Right Click on Blogger Pictures
I hope you enjoy this Post. If any problem comment it.
very good its work...
ReplyDeletenice post
ReplyDeletethanks it working ....
ReplyDeletegood job thank you
ReplyDeletethanks for comment :)
DeleteAmazing , Thank you very much
ReplyDeleteThanks for comment :)
DeleteNice
ReplyDeleteThanks for comment :)
Delete