Wednesday, March 19, 2014

How to Disable Adblock For Blogger

How To Disable Adblock For Blogger

How to Disable Adblock for Blogger 

Advertisements are totally annoying and disgusting for internet surfers, specially pop up ads are most irritating, that's why lots of internet experts recommend Adblock for blocking these annoying ads which will bring smooth experience for internet surfers but its the biggest trouble for bloggers as without ads they can't make any money, there are lots of Adblocking software like AdblockAdblock plus etc. which are used by many people who don't like such ads and hence an opportunity to make some money gets away. There are lots of wordpress plugins which are developed specially for disabling or blocking these Adblock Softwares but unfortunately Blogger lacks in such cases, but today we have a cure.

How Adblock Could Damage Bloggers ? 

As we know Adblock disables / blocks Advertisement of any Ad Network whether it is adsense, chitika, clicksor or any kind of ad network. Therefore without ads there would be high decrease in online revenue earning. That totally affect life of bloggers who want to make money from there blogs. It also reduces CPM, CPC and othere rates from which your estimated revenue is generated. You can make good money just don't need to have users with Adblock. It also lowers the confidence of blogger who isn't getting good revenue. So Adblock can damage a blogger by mentally and his potential online revenue.
How To get Rid Of This Adblock for Blogspot Blog Readers ?
Well, its a bit simple. There are two ways for getting rid of Adblock.
1. Ask Your Blog Visitors / Readers to Disable Adblock by themselves.
2. Force them to close or disable Adblock.

1. Ask Your Blog Visitors / Readers to Disable Adblock by themselves.
As this method is not 100% efficient but still you can place conversations with your blog readers to disable adblock while browsing your blogs. Hope there could be little increase in ad revenue earning.

2. Force them to close or disable Adblock.
You can force your blog readers to disable their Adblock by simple script which you will need to place in your blog template. This script will detect Adblock in users browser and will guide them to disable it if they want to continue, otherwise it will keep displaying annoying messages until user disables Adblock. To install this script just follow these easy steps.
1. Go to Blogger Dashboard > Template > Click Edit HTML.
2. Then search for the code ]]></b:skin> and once you find it, paste the following CSS code  just above it.
#tex_noadblocker {
    display:none;
}
3. Now search for the code </head> and paste the following JavaScript Code just above it .
<script type="text/javascript">
if (document.getElementById("tex_noadblocker") != ()
{
}
else
{
    alert("We've detected that you're using AdBlock Plus or some other adblocking software. In order to keep this website free, this site is sponsored in part by advertisements.\r\nPlease consider disabling your ad blocker on this website\r\nif you enjoyed the content, and would like to support future \r\ninformative posts.Thank you!\r\n\r\nClick OK to continue\r\n\r\nPowered by BloggerHero.com...");
        setTimeout("nag()",12000);
}
</script>
4. Now Search for <body> and paste the following code just below it.
<script type="text/javascript" src="http://ftp.bauer-power.net/misc/tc/advertisement.js"></script>
5. Everything is fine, don't edit anything. You are done, Hit Save !

Now any visitors who will visit you blogger blog with AdBlock enable will face an annoying message, he will continue to get this message until he disables AdBlock. Here is the example of that message.
adblock message
So Bloggers, you are now stress free, i hope above tutorial must have helped you. After some days you will seriously get some increase in your Ad Revenue Earning. That's It.
If you have any problem regarding this post just drop your comment here or you can also say "Thanks" simply.

0 comments:

Post a Comment