Apr 22

INTFOX + Google Adsense

Posted by webmaster

<script type="text/javascript">
var int_fox_var = { intFox_msg: 0,
  intFox_width : "100", //INTFOX bar width
  intFox_sfx_id : "", //Your SFX ID. if empty, default will be use.
  intFox_background : "#33CC00", //Background color
  intFox_text_color : "#CC0000", //Font color
  intFox_text_size : "13", //Font Size
  intFox_text_weight : "bold", //Font weight
  intFox_bar_speed : "3", //INTFOX bar speed
  intFox_mode : "SFX", //Service mode
  intFox_close_btn : "http://images.inturl.com/close_bar.gif" };

</script>
<script src="http://api.inturl.com/intfox.js.php?tid;6836553" type="text/javascript"> </script>

As displayed above from a sample code generated from INTFOX, you can enable Google Adsense Referral (Firefox plus Google Toolbar) by modifying the snippet by following these steps.

Step 1:
Replace
intFox_sfx_id : 'XXXXXX', //Your SFX ID
with
intFox_gad_id : 'XXXXXXXXXXXXXXXX', //Your Adsense Publisher ID: pub-XXXXXXXXXXXXXXXX

Step 2:
Change
intFox_mode : 'SFX', //INTFOX Mode
to
intFox_mode : 'GAD',

Step 3:
There is no step 3 for the code modification, just add the code to your website as describe on INTFOX pages

Now the code should look like this :

<script type="text/javascript">
var int_fox_var = { intFox_msg: 0,
  intFox_width : "100", //INTFOX bar width
  intFox_gad_id : "XXXXXXXXXXXXXXXX", Your Adsense Publisher ID: pub-XXXXXXXXXXXXXXXX.
  intFox_background : "#33CC00", //Background color
  intFox_text_color : "#CC0000", //Font color
  intFox_text_size : "13", //Font Size
  intFox_text_weight : "bold", //Font weight
  intFox_bar_speed : "3", //INTFOX bar speed
  intFox_mode : "GAD", //Service mode
  intFox_close_btn : "http://images.inturl.com/close_bar.gif" };

</script>
<script src="http://api.inturl.com/intfox.js.php?tid;6836553" type="text/javascript"> </script>

Note: You only need the numeric value of your Adsense Publisher ID, which means you dont have to include 'pub-'

Please do not click on the 'DOWNLOAD NOW' link in the process of testing the link to see if it's working! This will make Google ban you from the Adsense program and honestly, I won't be responsible for giving you this tip.

To know if your Adsense ID appears on the link, hover(not click) your mouse on the link and check your status bar to see it display what the link is.

Feb 27

INTFOX goes live!

Posted by webmaster

INTFOX, spreads Firefox a friendly way!

INTFOX was released today, Wed, 27th of Feb,2008! To read more about it visit the service page

Please log all error are comment here.

Thanks for using INTFOX!