How To Stop Your Image Stealing ?
- Go to Your Blogger Dashboard > Template > Edit HTML.
- Take a backup of your template.
- Now find for <head> in your template
- Add below code just above/before <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
Note - If your blog have already a jquery plugin then ignore this step.
- Now again find </head>
- And add below code just above/before </head>
<script type='text/javascript'>
//<![CDATA[
$(function(){
$(".post-body img").after("<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5OfxsvHNAwCHUQJEQaW29w79Ka1PLLL2YpPG3hxvFp428-N1HRiglJyTAc5Zi_qgBp3ICZo64zxz3ixmEkrpmfDclWq_xwPTvncutvgYxl3bkUw_cxPsCiqx3tJN2Dhxoeo7HlyFsEUca/s1600/Stealing-Detected.png" alt="Things-Guide Stealing Detected" style="margin-left: -212px; opacity: 0; position: relative; top: 0;" />");
});
//]]>
</script>
//<![CDATA[
$(function(){
$(".post-body img").after("<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5OfxsvHNAwCHUQJEQaW29w79Ka1PLLL2YpPG3hxvFp428-N1HRiglJyTAc5Zi_qgBp3ICZo64zxz3ixmEkrpmfDclWq_xwPTvncutvgYxl3bkUw_cxPsCiqx3tJN2Dhxoeo7HlyFsEUca/s1600/Stealing-Detected.png" alt="Things-Guide Stealing Detected" style="margin-left: -212px; opacity: 0; position: relative; top: 0;" />");
});
//]]>
</script>
I hope this small trick will surely help you to prevent your Images from republishing on other websites.
Post a Comment