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/AVvXsEiM0auj62hrxsGBGd5CE47xsMmB7jcJCDVWkunBfsMw-CndOCEq-bmYpnOUSnfo4RmuM2RwbcB9XdNaoecBSXzX-BVchxLLBBsd_bxngQF2kCmHUClsXqiM0atG7fDgTiPAC_Wvb7tnI0Av/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/AVvXsEiM0auj62hrxsGBGd5CE47xsMmB7jcJCDVWkunBfsMw-CndOCEq-bmYpnOUSnfo4RmuM2RwbcB9XdNaoecBSXzX-BVchxLLBBsd_bxngQF2kCmHUClsXqiM0atG7fDgTiPAC_Wvb7tnI0Av/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.
0 comments:
Post a Comment