Consider, you are working hard in creating images for your webpage and someone just copy and paste on their webpage without any credit or appreciation, then how would you like to feel? In today's post, here is a important trick for every blogger or webmaster to stop your Image stealing. You just have to put a little piece of code in your template which will prevent users to copy Images from your web page.
also read: Common Reasons for AdSense ban
must read: How to make money online with InfoLinks
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/AVvXsEgC38RCkIRxVopkiSZXkWcLQiHgN21G3VPuvWVDGkk2i4DvZ4GJTAt4LUI8LPmPYhUUhCHZmziQZXuSP6SCElLCYm4N3jGXAPW6zrAcQOBagBjKVY_BehE_ONR5jiEjOVXbU4g0pzCaRRXV/s1600/Stealing-Detected.png"
alt="Blogging State 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.
- 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>
//<![CDATA[
$(function(){
$(".post-body img").after("<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC38RCkIRxVopkiSZXkWcLQiHgN21G3VPuvWVDGkk2i4DvZ4GJTAt4LUI8LPmPYhUUhCHZmziQZXuSP6SCElLCYm4N3jGXAPW6zrAcQOBagBjKVY_BehE_ONR5jiEjOVXbU4g0pzCaRRXV/s1600/Stealing-Detected.png" alt="Blogging State Stealing Detected" style="margin-left: -212px; opacity: 0; position: relative; top: 0;" />");
});
//]]>
</script>
0 comments:
Post a Comment