How To Disable AdBlockers on Your Blogger Blogs?
Now learn "How To Disable AdBlockers on Your Blogger Blogs?". Yup! AdBlockers are effecting your earnings as my dear blogger Reginald Chan tell me on Facebook chat that this is a big reason behind low Adsense earnings.With many AdBlockers people can block adsense and other ads on your blog/site. That mean no earnings. Adsense is best at advertisement but many internet users don't like more ads such as pop-ups therefore they install AdBlockers which is fruitful for users/visitors but painful for bloggers and webmasters. But! don't worry bloggers I have a better solution for this shit "Block AdBlocker on Your Blogger Blog". Yes! now you can block AdBlockers on your blogs at all internet browsers/explorers. Many peoples are using many AdBlockers such as AdBlock and AdBlock Plus. In WordPress there are lots of plugins to disable AdBlockers. But!! on blogger you have to add some coding into template HTML editing area. In this article I will show you how you can easily add a plugin in blogger for blocking AdBlockers.
AdBlockers could damage bloggers: Spouse you have 2K visits a day but earning is 0 so what is the reason behind ? I think 80% of internet smart users are using AdBlockers to block all type of ads. Now think about what type of visitors you have on your blog ? If they all are smart then you can't earn. Money is vital thing for a blogger. If you making money with your blog then you can update it daily, you will love your blog.AdBlockers Can Damage Bloggers ? Yes! Read How
- Your readers are humans so ask them to disable AdBlockers for your blog. Tell/Force them to block AdBlockers for your blogs. Give them a reason to block AdBlockers such as " Disable your AdBlocker and Get more exciting content".
How You can Detect your Visitors are Using AdBlock?
So! You know how you can detect that your blog visitors are using adblockers or not ?. With many scripts and software we can trace there IP addresses, browsers and operating systems but detecting Adblockers is not easy. We can't do this.
Using this script you can ask your visitors to disable their adblockers and also you can force them to disable permanently. Tell them "We are making money with ads so please disable your ad-blocker and give happiness to us".
1. Go to blogger.com >> Select your desired blog
2. Backup your blog's template before making any changes in XML area.
3. Then click on Edit HTML button
4. Click anywhere at coding and then press Ctrl+F an search bar will appear >> search for ]]></b:skin>
5. Now paste the following CSS coding above ]]></b:skin>
Now all your blog visitors who are using any type of adblocker will get an error message. User will continue get this message until he disables AdBlocker. See the example of that message below.
- We can detect this matter with a logic "compare your Blog’s daily traffic with earning statistics, if the earning ratio is extremely low in comparison with traffic then sure-enough your visitors are using an adblocker".
How To Disable AdBlockers on Your Blogger Blogs?
Here is a great tweak for disabling AdBlocker on your blogger blogs. With the coding you can make your own "Block AdBlocker Plugin" for blogger powered blogs. You can force any visitor to disable their adblocker. This is a great and very simple script for our dear blogspot users.Using this script you can ask your visitors to disable their adblockers and also you can force them to disable permanently. Tell them "We are making money with ads so please disable your ad-blocker and give happiness to us".
1. Go to blogger.com >> Select your desired blog
2. Backup your blog's template before making any changes in XML area.
3. Then click on Edit HTML button
4. Click anywhere at coding and then press Ctrl+F an search bar will appear >> search for ]]></b:skin>
5. Now paste the following CSS coding above ]]></b:skin>
#abt_noadblocker {6. Now search for </head> and just above it paste the following Java-Script Coding.
display:none;
}
<script type="text/javascript">7. Now search for <body> and just below it paste the following coding.
if (document.getElementById("abt_noadblocker") != undefined)
{
}
else
{
alert("We've detected that you're using AdBlocker or some other adblocking software. In order to keep this web-site free, this website is sponsored in part by advertisements.\r\nPlease consider disabling your ad-blocker on this site\r\nif you enjoyed the content, and would like to support future \r\ninformative posts/articles.Thank you!\r\n\r\nClick OK to continue\r\n\r\nPowered by allblogthings.com...");
setTimeout("nag()",12000);
}
</script>
<script type="text/javascript" src="http://ftp.bauer-power.net/misc/tc/advertisement.js"></script>8. That's all. Now click on Save Template button and sit back.
Now all your blog visitors who are using any type of adblocker will get an error message. User will continue get this message until he disables AdBlocker. See the example of that message below.