Sunday, January 5, 2014

How To Block AdBlocker on Your Blogger Blogspot?



Advertisement annoys each and every visitor especially the pop up ads. This is the reason why lots of internet addicts recommend AdBlock, which brings fruitful experience to users but for Bloggers it’s the biggest pain in their brain. When a user blocks ads with the help of Ad Blocking Software It takes away lots of earning opportunities from a blogger and hence, they notice a significant decrease in their earnings. You have seen lots of WordPress Plugins created to block unwanted advertisement, but blogger lacks in optimizing. Therefore, in blogger we don’t have identical scripts like WordPress but what we have is, worth considering. This script will keep on sending notifications to your visitors until they disable AdBlock so today we will discuss How to Block AdBlock on Blogger BlogSpot Blog?
How AdBlock Could Damage Bloggers:

Ad Blocker not only hurts a blogger mentally but also damages his online earning possibilities. Earning is not everything, but to run an organization we need money so if there would be no earning then the probabilities are extremely high that a blog might face the tragic ending, and as a result users would lose their vital source of learning.

Readers moreover loyal readers need to realize, that a man who is responsible for running such an enormous organization, who is keeping everything together in a systematic manner need some sort of token money. It doesn’t matter whether the money is large or small, but it does increases thirst in a blogger to blog more effectively.

How To Detect Your Visitors Are Using AdBlock:

This is the toughest part of this whole process, with the help of some scripts we can easily detect their browsers, operating system and even their IP Addresses but its extremely difficult to identify whether they are using it or not. Here we need to compare our Blog’s daily visitors and earning statistics, if the earning ratio is extremely low in comparison with visitors then sure-enough your visitors are bluffing you with ad blocker.

How To Get Rid Of AdBlock From BlogSpot Blogs:

There are two different methods which could be utilized to realize our visitors to disable ad blocker while surfing your website.

Ask Your Readers to Disable AdBlock:

Make conversations with your reader on your blog or schedule a hangout with them, and make them realize that the community is declining due to lack of sponsors, while some sponsors are not satisfied because visitors are using ad blocking scripts. It has almost cut downed blog’s earning into two pieces. Ask for help, and tell them to disable their Ad Blocker while browsing your blog.

Force them to stop using AdBlock:

To force your visitors to disable AdBlocker we will use a Script which will detect AdBlock and guide the user to disable if they want to continue, otherwise it will keep on sending annoying notifications to until or unless they disable AdBlock so to do so.

Go to Blogger >> Template >>
Back up your template incase any thing went wrong.
Now select Edit HTML >> Proceed.
Then search for ]]></b:skin> and once you find it, just above it paste the following CSS code.


#mbl_noadblocker {
display:none;
}
Now search for </head> and just above it paste the following JavaScript Code.


<script type="text/javascript">
if (document.getElementById("mbl_noadblocker") != undefined)
{
}
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 mybloggerlab.com...");

setTimeout("nag()",12000);
}
</script>
Now Search for <body> and just below it paste the following code.


<script type="text/javascript" src="http://ftp.bauer-power.net/misc/tc/advertisement.js"></script>


All done Save your Template by pressing Save Now button.
Now any visitors who will visit you 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

So, guys we hope now you are stress free and can easily wipe out those who are bluffing you with AdBlock. If you need any help feel free to ask till then, peace, blessing and Happy NO Ads Blocking.
credit>> http://www.mybloggerlab.com