Showing posts with label How to. Show all posts
Showing posts with label How to. Show all posts

How to stop other Bloggers from copying your Blog Post Image

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.
CLICK ME TO READ MORE

Easy Method: How to Change Android IMEI To Blackberry IMEI and enjoying BIS subscription

Easy Method: How to Change Android IMEI To Blackberry IMEI and enjoying BIS subscription


Most android users always want the blackberry subscription on their phones because of the cheap charges attracted to it, so today we are going to take a look at how to use such subscriptions on android devices by changing the IMEI numbers of your android device to that of a blackberry
CLICK ME TO READ MORE