How to stop other Bloggers from copying your Blog Post Image


Are you a blogger,Are other bloggers stealing your post Images/pictures you uploaded.Never worry again. follow the step below to put a stop to that


Try this 

Step 1 : Go to Template > Click Edit HTML > 

Step 2: Press Ctrl and F together, a box will pop up. Inside the box type </head> and press enter.

Step 3 : Copy the code below this file and paste it just after the tag </head>

Step 3 :  Click Save, and try to right click any picture on your Blog.

If you want to change the word that shows when you right click from "Hey dear, Sorry Right click is temporary disabled" to your own choice words. Follow the process above but this time inside the box type "Hey dear, Sorry Right click is temporary disabled" when it shows highlight it and replace it with your own choice of words and click save.


<script type="text/javascript">
//<![CDATA[
    function nocontext(e) {
        var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName;
        if (clickedTag == "IMG") {
            alert(alertMsg);
            return false;
        }
    }
    var alertMsg = "Hey dear,Sorry Right click is disabled";
    document.oncontextmenu = nocontext;
//]]>
</script>


If you still have problem, then ask through comments. I will reply to your comment here.


Related Posts
Previous
« Prev Post