[Request] – Mobile ads (w/ suggestion inside)
-
HI Romolo,
just a few thoughts on displaying mobile ads.
You have probably the best AdSense plugin around for wordpress. Despite sometimes ads break up the text a bit when inserted along images, it’s pretty great.
Also, you already have the best code for detecting a mobile device accessing the site without depending in any other tools (for instance, jetpack).So, may i suggest adding options for ads targeted for mobile devices?
Since the code for hiding ads from mobile devices is already implemented, you can do something pretty simple:– Create another section in settings page for desired mobile ads sizes, similar to existent page – the presets are already there;
– Then,
if_mobile?
=> hide desktop ads (already done);
=> show mobile ads instead, based on preferences.OR, instead of showing Ad Type 1, Ad Type 2, Ad Type 3, you can get the user to choose the mobile alternative for each of the ads, so no other change is needed.
Than, you can,
a) either hide mobile ads completely,
b) let the desktop ads be replaced with their mobile siblings.I can beta test if you’d like.
Thanks and regards!
Afonso
- The topic ‘[Request] – Mobile ads (w/ suggestion inside)’ is closed to new replies.