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'/>
·
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/AVvXsEhjZ1x6PIinrAhWOPFuGqwEBa3GA9ZIDYBAIBC6qrEDTYfcQLuA9sRpzS5B_AS0t6mmU0DXdzPSZgIaN5gcGELtpbBntD1-zC4O-Cl2ugxjSHlLVi_sdSmdkWUfmhyphenhyphenDwF5HI-UX8stazFiv/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/AVvXsEhjZ1x6PIinrAhWOPFuGqwEBa3GA9ZIDYBAIBC6qrEDTYfcQLuA9sRpzS5B_AS0t6mmU0DXdzPSZgIaN5gcGELtpbBntD1-zC4O-Cl2ugxjSHlLVi_sdSmdkWUfmhyphenhyphenDwF5HI-UX8stazFiv/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.