A good AdBlock alert plugin?

teranu

Regular Member
Joined
Jan 12, 2012
Messages
340
Reaction score
66
I installed Adblock Notify by ThemeIsle, and it doesn't seem to be working. Is the adblocker smarter, or is it me that i'm doing something wrong? This is a question relatable to most of the marketers here.

Anyone knows a working WP Ad Blocker alert plugin? Or how to bypass the blocker and show my items? Adblockers are blocking even products that i'm reviewing in my articles.
 
What does this do exactly?

It runs several checks. If it determins ADB is running, it calls javascript function A, if it is NOT running it calls function B.

You just wire up functions A and B for whatever you want to happen in each case. If you want to block content, function A should put a overall cover and demand adb be taken off, etc. For function B you could thank the user or save statistics about how many block and how many don't.
 
It runs several checks. If it determins ADB is running, it calls javascript function A, if it is NOT running it calls function B.

You just wire up functions A and B for whatever you want to happen in each case. If you want to block content, function A should put a overall cover and demand adb be taken off, etc. For function B you could thank the user or save statistics about how many block and how many don't.

Interesting, I've never though about requiring the users to disable their adblocker to view the content.

You said you're using it yourself... Has it increased your earnings much, is it worth the trouble?
 
I tried to code around adblockers, everytime I do, the ADP people code in changes to their filters. If you want to be successful at it, you have to have a randomizer loading the content, so a filter can't catch it.

If you look in the Ad block Filters, Some of my specific sites are listed in it. Because they only apply certain filters to mysite.

Anyway, I was forced to set up a paywall and force people to pay for content, because adblock hampered my ad generating revenue.
 
Interesting, I've never though about requiring the users to disable their adblocker to view the content.

You said you're using it yourself... Has it increased your earnings much, is it worth the trouble?

It hasn't improved the earnings, but the freeloaders who'd get content for free went away.
 
Back
Top