RichWAHM One Moms tips to making Money Working at Home


Various Chitika eMiniMall Code to keep in mind

By Kristy | October 28, 2005 at 2:50 pm

There are a variety of other pieces of code that you can include in your eMiniMalls code to change the functionality of your ads. These include:

Disable Search Tab -
If you want to disable the search tab (and remember if you use the Adsense search function you need to) - simple add the following line of code to the middle of the code that Chitika give you:

ch_nosearch = 1;

Make ‘Best Deals’ Tab the default -
Some site owners prefer to have the ‘Best Deals’ tab showing first to readers rather than the default one. To do this simple add the following code:

ch_default_tab = ‘Best Deals’;

Rotate Random Ads -
I’m not sure why anyone would use this one but if you want completely random ads use the following code. Before you do remember that this will mean you get ads that have no relevancy to your site’s content which is likely to decrease your click through rate and earnings significantly.

ch_non_contextual = 1;
ch_query = “”;

Change Fonts -


ch_font_text = “Arial”;
ch_font_text = “Arial Narrow,Verdana”;

Comments