Got Questions? (866) 441-7203

Live customer support. M-F 9am-5pm EST

Chitika's Recent Awards

Red Herring Global Top 100 Winner
Red Herring Global Top 100 Winner
Top 100 Private Companies in the Northeast
Top 100 Private Companies in Northeast
Chitika Named Best of Inc.
Chitika Named Best of Inc.
Most Innovative Technology Finalist
Most Innovative Technology Finalist  
 

Linx Keeps Moving Forward

February 20th, 2008
4 comments

  

By: Mike Axiak

“Let Linx monetize your site”

Linx Growth

A little over a week ago Linx beat RPU in number of clicks. I can’t believe it. Just a few months ago Linx was little more than a word and a rough sketch. I generally don’t like to make comparisons between our products (since they have very different uses and roles to play in the overall revenue of a publisher) but this was really exciting for me.

What’s more exciting for me, though, is what we have in store for Linx. Some of you may have noticed that your individual earnings from Linx may have changed over the past month— some of you for the worse. Today we just released a new version of the code which will offer us much more flexibility in picking the best keywords, the best ads while still keeping your ads displaying as quickly as ever. The great thing about these changes? You don’t have to do a thing. Nope, just me and my colleagues :-).

phpBB Tip: Showing Linx only to guests of your forum

If you happen to be using phpBB on your site, Linx is a great opportunity to monetize those forums. One of the problems is that you don’t want to ruin the user experience for your logged-in users by highlighting words. How do you use Linx only when you have guests viewing your forum? Simple:

  1. Open styles/prosilver/template/overall_footer.html
  2. Look for
    <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
  3. Add this code after the code above:
    <!-- IF not S_USER_LOGGED_IN -->
    <script type="text/javascript">
    <!--
      ch_client = "YOUR_USERNAME";
      ch_sid = "PHPBB Chitika Linx";
    //-->
    </script>
    <script type="text/javascript"
        src="http://scripts.chitika.net/static/linx/chitika_linx.v3.js"></script>
    <!-- ENDIF -->
    

That’s it! You should have linx appearing for only users that are not logged in.

Iain’s Wordpress plugin

Iain over at programmershelp.net posted a Wordpress plugin for Linx. I tried it for myself. Using it is dead simple— simply download to your plugins and set your client and you will start making money! Good Job Iain!

About the Author: Karla Escolas is part of the CRM/Marketing team here at Chitika Inc. She also specializes in working one-on-one with publishers using simple optimization techniques to increase their revenue. Follow her on Twitter @KarlaChitika to find out more.
 
 
 

4 Responses to “ Linx Keeps Moving Forward ”

  1. Bob Mateer Says:

    This is in reference to your phpBB Tip. I’m not sure what version of phpBB you are referring to, but in mine, I don’t have a styles directory. But it really doesn’t matter since there is no overall_footer.html file. The themes (styles) that I have worked with over the years have only a overall_footer.tpl file. I am using the current phpBB 2 format. Am I missing something here?

  2. Michael Axiak Says:

    Hey Bob,

    Thanks for the comment. I basically stole the idea from http://www.phpbb.com/kb/article/advertisements-in-phpbb3/,
    but this is for version 3. For version 2, feel free to place that code inside overall_footer.tpl (just about anywhere).

  3. marcus Says:

    great work
    loving it

  4. Foxy Says:

    Hi

    Where do you place the code in vbulletin script to make it show in the posts and threads?

    Foxy

Leave a Reply

The Chitika Blog uses Gravatar avatars to give a face to your comments, don't have one? Get a Gravatar!