Customizable background colors for eMiniMalls

The background color can now be changed. The option for that is now in the control. But if existing users want to hack the code, they can do use using a line like this: ch_color_bg = “#CCCCCC”;

Published
Categorized as Blog Tagged

Using blog titles as keywords to target eMiniMalls

Bloggers using WP and MT can customize the eMiniMalls code and pass the title of the blog post as a keyword. On MT insert the following code: ch_query = “<$MTEntryTitle$>”; On WP insert the following code: ch_query = “<?php the_title(); ?>”;

Published
Categorized as Blog Tagged

Using Custom Fields in WordPress to set your eMiniMalls queries

Jacken describes in detail how you can use WordPress’ Custom Fields to easily set your own quieries: But wouldn’t it be great if you could use the Custom Fields that’s already in WordPress? Well you can. And here’s how I did it. When writing your blog posting, just add a tag called “ad” in the… Continue reading Using Custom Fields in WordPress to set your eMiniMalls queries

Published
Categorized as Blog Tagged

eMiniMalls Full Script for Setting your own Keywords

Here’s the full script (for the 300×250 unit) that you can use to assign your own keywords: <script type=”text/javascript”><!– ch_client = “<userid>”; ch_width = 300; ch_height = 250; ch_non_contextual = 1; var ch_queries = new Array(“iPod”, “Digital Camera”); var ch_selected=Math.floor((Math.random()*ch_queries.length)); ch_query = ch_queries[ch_selected]; //–></script> <script src=”http://scripts.chitika.net/eminimalls/mm.js” type=”text/javascript”> </script> Please replace “userid” with your own userid.… Continue reading eMiniMalls Full Script for Setting your own Keywords

Published
Categorized as Blog Tagged

eMiniMalls Search Tab

You can hide the search tab on eMiniMalls by inserting the following line in your code: ch_nosearch = 1;

Published
Categorized as Blog Tagged

Using eMiniMalls in non-contextual mode

By default eMiniMalls service is set to be non-contextual. That means you can set your own keywords. The following lines in your customized code can be edited to include keywords of your choice: ch_non_contextual = 1; v ar ch_queries = new Array(“laptop”, “ipod”); var ch_selected=Math.floor((Math.random()*ch_queries.length)); ch_query = ch_queries[ch_selected]; Please note: Replace the list of queries… Continue reading Using eMiniMalls in non-contextual mode

Published
Categorized as Blog Tagged

Latest buzz on our eMiniMalls

Check out what Sales & Marketing Mgmt magazine has to say about our eMiniMalls: Bettering Banner Ads

Published
Categorized as Blog Tagged