Using blog titles as keywords to target eMiniMalls
October 19th, 2005
4 commentsBloggers 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(); ?>";
4 Responses to “ Using blog titles as keywords to target eMiniMalls ”
Top 5 Posts
Digg Traffic v/s Google Traffic - A Chitika Analysis Report
A Chitika Blog Dollars Study says $500 Million!
Blog Bash 30 days 30 expert bloggers
Recent Posts
Categories
- A Publisher Speaks (8)
- Blog Bash Expert Posts (30)
- Blog Bash News (3)
- Chitika Events (9)
- Chitika SPHERE (20)
- Chitika Videos (12)
- Chitika | Premium (37)
- Chitika | Pulse (14)
- Chitika-Google Mini Series (7)
- Contests! (21)
- eMiniMalls (52)
- Facebook (7)
- Front Page News (108)
- Funny Video Friday (1)
- Industry Pulse (57)
- Inside Chitika (128)
- Linx (1)
- Newsletter (4)
- Optimizing (31)
- Payments (12)
- PPC Ad Units (80)
- Publisher Success Stories (11)
- Publisher Tools (55)
- Referral Program Rewards (11)
- The Developers Grove (10)













October 23rd, 2005 at 11:28 pm
More Chitika tips and tricks
Customize more, earn more.
…
October 24th, 2005 at 4:27 pm
I just posted a how-to document at this url which tells you how to do this for Blogger blogs.
http://www.feedbuzzard.com/blog/2005/10/24/chitika-blogger-how-to/
November 2nd, 2005 at 4:08 pm
There’s actually an easier way of setting the keyword to the title which doesn’t depend on blog software. Use the following javascript:
ch_query = document.title;
November 3rd, 2005 at 5:01 pm
Another good option for Movable Type users would be
ch_query = “< ? $MTEntryKeywords$ ?>“;
This way, you can specify exact keywords for each blog entry.