Linx Keeps Moving Forward
February 20th, 2008
4 commentsLinx 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:
- Open styles/prosilver/template/overall_footer.html
- Look for
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --> - 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!
4 Responses to “ Linx Keeps Moving Forward ”
Leave a Reply
The Chitika Blog uses Gravatar avatars to give a face to your comments, don't have one? Get a Gravatar!
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)














February 21st, 2008 at 8:16 am
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?
February 21st, 2008 at 11:34 am
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).
February 22nd, 2008 at 6:58 am
great work
loving it
March 3rd, 2008 at 11:57 am
Hi
Where do you place the code in vbulletin script to make it show in the posts and threads?
Foxy