Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-05-2007, 10:44 PM   #1 (permalink)
Osiris's Avatar
 

Join Date: Jan 2005

Location: Kentucky

Posts: 32,078

Osiris is a jewel in the roughOsiris is a jewel in the roughOsiris is a jewel in the rough

Send a message via ICQ to Osiris Send a message via AIM to Osiris Send a message via MSN to Osiris Send a message via Yahoo to Osiris Send a message via Skype™ to Osiris
Default Money Makers: Firefox Referrals

This is already the fourth article in the Money Makers series which are hopefully a great read for webmasters who try to earn some money from their websites. This time I’m going to introduce a method of earning money by making users download and install Firefox with the Google Toolbar. I have picked this one from all the referrals that Google Adsense offers because I firmly believe in Firefox and use the Google Toolbar myself to check pageranks for instance. Whenever a user downloads and installs Firefox with the Google Toolbar you earn up to $1 depending on the location of that user.
The only prerequisite is that you do have an Google Adsense account. If you do not have one simply go to Google and signup for one. They take almost any site and do not look at visitors or other stats of your site. My first try at earning money from this referral did not work out well. I tried to add a banner in a sidebar at the beginning which did not work out that well. Mainly because it was out of context there and I removed it soon after placing it there.
I visited one of my partner sites (Webby’s World) by chance at work using the Internet Explorer and saw a message that caught my attention. The first paragraph after the header did not show his site content but a notice that I was not using Mozilla Firefox with a small text explaining why I should use Firefox. The link was of course a link to Google Referrals and I thought that this was indeed a great way of reaching a target audience. This text was not showing when I opened the site with Firefox which meant that he had to use some sort of script to determine the browser of the visitor. I decided to give this a try.
I did find a php script that was checking the browser of the visitor pretty fast and added it to my site with the Google Adsense Referral link and a short text inside. The results were amazing. I was able to earn five times the amount that I was earning before from referrals by targeting only Internet Explorer users and explaining to them why I made the suggestion to switch to Firefox with Google Toolbar. Let me show you the script first:
<?php function ae_detect_ie() { if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) return true; else return false; } ?> <?php if (ae_detect_ie()) { ?> Place Code and Text in here <?php } ?>
I added the script to my single.php file of Wordpress below the articles. I first thought about placing it on top like I saw it at Webby’s World but I did not want to remove the attention of my visitors from my articles. It surely performs better if placed at the top of the site.
__________________
Osiris is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox 3 Alpha 4 has been released Osiris Windows Operating Systems and Software 4 04-29-2007 10:57 AM
I need help with Firefox... Chris93 Windows Operating Systems and Software 2 04-25-2007 05:07 PM
Firefox Also Vulnerable To .ANI Exploits Osiris Browser & General Internet Questions 1 04-06-2007 01:14 PM
Bookmarks in Firefox ! weswes Browser & General Internet Questions 2 04-06-2007 01:07 PM
Has IE7 Turned Back Firefox? Osiris Browser & General Internet Questions 0 03-30-2007 04:06 PM