Atlanta Intown Web Design

Home arrow Blog arrow Web Design Howto arrow Adding Chitika to jReviews Templates

Adding Chitika to jReviews Templates

Sunday, 14 October 2007

I have recently signed up to be a Chitika publisher .  This company is a great fit for product review websites and has been getting good reviews.  I have deloped a way to add the code to a single place in a jReviews template and use Joomla variables to determine the appropriate product for display.

Time Consuming to add individual affiliate links

If you have even a few content items it can be very time consuming to add a new affiliate link to each one.  I have developed a  way to add the Chitika Minimall code to the template and use the Joomla! content page title as the search term for the product affiliate code.  This is a huge time saver and allows you to make changes and updates in one place rather than with every content item.

Adsense Concerns

Chitaka can be run alongside adsense.  It is always good to confirm this for yourself but it appears that you are not breaking the adsense TOS by adding the Chitaka Minimalls to pages that contain Adsense.  This article from the Chitika knowledge base addresses the Adsense topic.

To add the Chitika code you your site:


1. Sign up to be a Chitaka publisher.

2. Sign into Chitaka and set up your minimall the way you want.  Select the colors, font, and display size.

3. Copy the Chitika code and copy it into the desired location in your jReviews template.  Add good starting place for this is in the jreviewcontent.html file.  You could put the Chitika Minimall between the editor and user review or at the bottom of the page.  You will know the most appropriate place on your site.

<!-- chikita mini mall code -->
<script type="text/javascript"><!--
ch_client = "XXXXXXXXXXX";
ch_width = 468;
ch_height = 180;
ch_non_contextual = 1;
ch_sid = "XXXXXXXXXXXX";
var ch_queries = new Array( "XXX" );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/mm.js" type="text/javascript">
</script>                   
<!-- end of chitika code -->

4. Locate:

  • var ch_queries = new Array( "XXX" ); line

 Where XXX is the search terms you have entered

5. Replace XXX with {TITLE}  you need the curly brackets and TITLE needs to be in all caps.

the {TITLE} variable will print the Joomla! page title.  Since the title of the page is your product name and description, this value will be used at Chitika to determine which product will be displayed.

6. Now confirm that everything displays as it should.

Hope this helps!

 

Comments (10)Add Comment
0
Sample page?
written by Tony Lindskog, October 26, 2007
Hi and thank you for this excellent tutorial, would you happen to have a sample page to show how it looks in reality?

Thanks,

Tony Lindskog
SoftwareViews.com
0
Found it...
written by Tony Lindskog, October 26, 2007
http://www.ipodspeakerreviews....ystem.html

I found a sample (I think) of yours - unfortunately it shows why I am not so impressed with Chitaka. The article and the item for sale is not the same one.

Are you making any affiliate sales? Is it good for your bottom line?

Again - great tutorial!

--Tone
0
Everything works pretty good
written by Steven, October 26, 2007
I have on occasion seen where the product on the page is not the one advertised. smilies/sad.gif This usually happens on some of the more obscure ipod systems or when chitika is not right. For the most part correct system is displayed. The Chitika add is the one at the bottom of the page.

While this system is not perfect it is better than having to do it all by individually. That really comes in handy when you want to change the style of the add. I currently have about 80 items on the ipod site. It would take some time if I want to change one small variable.

As far as the bottom line. I would say it helps. With out getting to specific the additional Chitika revenue is about 30% of what I am doing in adsense. My sales from amazon my have dropped a bit but my numbers there are not consistent enough to make a good judgment. I am still selling items through amazon so I have left them both. The chitika is more consistent. The net net is the site make more money with the Chitika ads and I think it is a benefit to people looking for good deals.

Hope this helps! If you have any more quesitons let me know I am happy to help out. Also if you do sign up for Chitika could you go through one of the links on this page so I will get credit with Chitika.
0
...
written by palcom, December 09, 2007
hi thanks for this wonderful ,informative tutorial.

Thanks
palcom
palcomonline.com
0
Thank Steven
written by Tony Lindskog, January 10, 2008
Thanks, that was really informative, I appreciate the input.

Keep up the great work,

--Tony
0
Very nice article
written by web hosting, May 20, 2008
Thank you for this nice information
0
Wonderful templates
written by Web design company, July 26, 2008
Hi,

This is really wonderful templates.

Thanks for sharing here.
0
Best templates
written by Web Service Provider, September 22, 2008
Hi,

It's really too good.

You have great job done.

Thanks...
0
Excellent tutorial
written by Sam Wilson, October 27, 2008
Excellent tutorial; it works!
0
...
written by Ray Creations, February 08, 2009
Thanks for code, I will try it out today.

Write comment

busy
 
< Prev   Next >