Add-on Webpass.io - receive revenue for ad free site usage

Mouth

Well-known member
http://webpass.io is a new service, currently in beta, that looks to provide good functionality for site owners.

Users sign-up, on a monthly subscription, to get xx thousand of page visits ad free on supported sites. In return, webpass.io shares the revenue with you.

They have an API ( https://webpass.io/support/article/api ), and I thought it would be a perfect fit for xenforo sites.
 
Yes! What are you using to achieve that?
https://xenforo.com/community/resources/rellect-adblock-detector.2312/

@rellect said this...

Put this script somewhere on the page
<script>
$(window).on('AdBlockOn', function(){
$('html').addClass('AdBlockEnabled');
});
</script>

It will add a special class to the html tag if adblock is detected.
Now you can use .AdBlockEnabled class to style the page and make the site look broken...or remove from display altogether.


Im hoping that @rellect adds the ability to automatically put the users who are using adblocker into a user group (via a user group criteria) that we can use to put these users into a special user group. Would make things even easier!
 
https://xenforo.com/community/resources/rellect-adblock-detector.2312/

@rellect said this...




Im hoping that @rellect adds the ability to automatically put the users who are using adblocker into a user group (via a user group criteria) that we can use to put these users into a special user group. Would make things even easier!

That's not possible to do as far as I know. All of the checks to do this are client side. You could do it though AJAX I suppose, but that seems like it may be unreliable.
 
I mean, you could say, use ajax to get the post content after checks, but who says they can't be manipulated. People block ads rather than pay for ad free subscriptions on the site (a lot of sites have this) - people don't like paying, they don't like ads either. This wouldn't work.
 
th ad monetize pro add on by audentio has the feature to integrate webpass.io to stop showing ads created by the add-on. it also has feature to sell advertising directly to customers via paypal using preset ad packages and has tracking and stats.
 
Top Bottom