Make bank recommending firefox – but don’t waste ad space!

You should notice the add above under the search button.

It basically tells anyone who has IE to get a better browser aka firefox.

For each of those who download firefox I receive a buck. But why waste the space if a viewer already has firefox? Obviously they’re not going to download it again, right?

You can do this easily if you follow these steps:

1. Download and install “Who Sees Ads
2. Add this code to your header file for your theme:

<?php function ae_detect_ie() { if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER
['HTTP_USER_AGENT'], ‘MSIE’) !== false)) return true; else return false; } ?>
</head>

3. Next you will need to configure an ad context in Who See’s Ads. Go to the admin panel for the Who Sees Ads plugin.

    – Choose a name for your ad context. I chose ‘firefox’.
    – Now go down to second option from the bottom it should say:
                    X if (<scroll box>) {<display>}
    – You will want it to look like:  
                    X if (<(ae_detect_ie())>) {<display>}
    – Now drag and drop that row below where it says Active Rules.
    – Put your ad for firefox in the form that says: Ad code.
    – Click Save Context.
    – Now go back and create another context and call it -  ifhasfirefox.
    – Find the rule:  if Any condition  then

-->


    – Move this to Active Rules and Put your adsense code in the Ad code area and save.
    – Now go back to the first context you made and put the following rule under the previous rule in active rules.                   if Previous conditions fail, try context   

 

 

Basically this will tell the script that if the first condition is not met which would show the firefox ad, then show the second ad which is the ‘ifhasfirefox’ ad.

You can see this script in action on my site – just load my page in firefox and internet explorer. Let me know if you have any questions or need help with this.

 Please note in order to promote firefox and earn money you will need to be a member of adsense you can sign up here:


 

 

 

 
 

If you enjoyed this post, make sure you subscribe to my RSS feed!
Blog Traffic Exchange Related Posts Blog Traffic Exchange Related Websites
  • verveineVerveine (Verbena) by Le Jardin Retrouvé Review Continuing to sample Le Jardin Retrouvé’s scents passed on to me from cpf via LJR.  The flower scents: Citron Poivré (Spicy Lemon), Eau de Tubéreuse (Tuberose), Jasmin (Jasmine), Verveine (Verbena), The Lys (Lily), and Chèvrefeuille (Honeysuckle).  I will do the roses in a separate category. Verveine (Verbena) A billow of......
  • blog traffic exchangeReview of WordPress Plugin Development One of the most well known publishers around the globe right now is Packet Publishing, and thy specialize in the development of CMS web applications and open source technologies as well. CMS stands for content management system, and WordPress is an example of what a CMS is capable of. Packet......
  • blog traffic exchangeThe So-Called Old Tank Syndrome New tank syndrome is well documented, in fact there is an article on it on this website (http://www.aquaristsonline.com/articles). It is where the aquarist has been impatient and has added livestock either in too much quantity in the first place, or has added livestock in ones or twos but has left......
  • conveythis-onlineConveyThis Language Translator App For Android Platform In my last blog post, i wrote about Add language Translation Widget for your blog with ConveyThis. ConveyThis is a good and space saver free translator for your blogs. ConveyThis also offer free online translations that are powered by Google. ConveyThis Language Translator App For Android Platform With Android phones......
  • Top 100 Tools and Resources for YouTubeTop 100 Tools and Resources for YouTube [/caption] YouTube is still the undisputed king of video sharing on the web, so it only makes sense that there would be a slew of tricks and tools for it. From Adobe AIR applications that let you download videos to Firefox extensions that protect you from RickRolls, and much more,......
  • Ozh
    Or:

    function ae_detect_ie() {global $is_IE; return $is_IE;}
blog comments powered by Disqus