Hidden Affiliate Links Wordpress Plugin


Thanks for visiting! If you're new here, you may want to subscribe to my RSS feed. This blog posts regular information about web development, unix/linux, How-tos and patches. Go ahead, subscribe to my feed! You can also receive updates via email, instant messenger, skype or tweeter.

This post is about a wordpress plugin that will help you to manage your hidden affiliate links a lot easier then what others have suggested.

If you don't know why you should hide the affiliate links then continue reading, but if you already know this then skip to the plugin part of the post.

One of the best monetization methods for blogs is using affiliate programs.Money making blogs don't get their income from a single source like adsense, they also use affiliate links for a lot of services like Text Link Ads and other products.

Why hide your affiliate links?

Many bloggers think it's good to hide the affiliate links, not because they don't want their visitors to know they are affiliated but because of other reasons like:

  • Changing your affiliate links is a lot less work because you have to change in just one place then on hundreds of pages where you use those links
  • It hides the ugly part of affiliate codes. People tend to not trust long links with a lot of characters and unknown codes. A nicely formated and clean link is more likely to be clicked then one that contains an affiliate code in it.
  • It kind of forces them to click the link instead of just typing the link (without your affiliate code ) in the browser.
  • better SEO, the links don't look like affiliate links, the redirect is done from a html page that has noindex on it so search engines shouldn't look at it.

Methods to hide Affiliate links

There are a lot of methods to do this like:

  • writing a .htaccess rule
  • doing a http redirect from a script. Setting the HTTP location header to the destination url.
  • doing a redirect from the meta of a html page
  • doing a redirect from javascript by setting the window.location to the destination URL

Those methods are not hard to use but they do involve write a small piece of code and require this for each affiliate link. I will not show you in details any of those methods because there's a better, easier way to do this.

My Method to hide affiliate links

I wrote a plugin for wordpress that will let you define such redirects from a nice (AJAXy ) web interface inside your wordpress admin.

The plugin installs just like any other wordpress plugin and once installed you can start defining your affiliate link without having to write any code.

The plugin uses a meta and javascript redirect inspired by a post on John Chow dot Com about hiding affiliate links for better seo

License

The plugin is released under GPL and the usual "No Warranty" disclaimer applies

Download

Hidden affiliate links v0.1.zip
Hidden affiliate links v0.1.tar.gz

Installation

The script was tested on wordpress 2.2.3, so it you use any other version and it doesn't work let me know about and problems and I'll try to write a fix. If you use a previous version you should really upgrade to the latest version of wordpress.
Copy hidden-affiliate-links.zip and unzip or copy hidden-affiliate-links folder in wp-content/plugins then go to wp-admin -> Plugins and activate the Hidden Affiliate Links plugin

Using the plugin

After you activate the plugin you can go to wp-admin -> Manage -> Hidden Affiliate Links and add/edit/delete hidden affiliate links. For each link you have to define a slug, a destination link/code and a description.Manage Hidden Affiliate Links

The "slug" is what the link looks like on your blog, the link/code is the part where the visitor will be redirected and the description is something to remind you what's this link about, but it's also used in the title of the page that's doing the redirect ( in case the redirect does not succeed ).

For example if the slug is go/tla and the link/code is my affiliate link for Text Link Ads http://tinyurl.com/2kasce then if you write a post on your blog and you use a link like http://patchlog.com/go/tla in your post, anyone that clicks that link will be redirected to http://tinyurl.com/2kasce

Why link/code and not just Link? In case you want to hide an affiliate link where you cannot just do a redirect, like adsense referral links that are generated by javascript, then you will have to put the javascript instead of the link.
Because you cannot redirect to a link that is generated by javascript ( because there's no link until the javascript executes ) you'll have to redirect to a page where the javascript is inserted and will execute to generate the link. In this case the user will have to actually click the generated link. So if you put anything else then a link ( starting with http or https ) in the link/code box then the script will think this is a code and will not try to redirect to the code but to a page containing the code. You can customize the look of that page by modifying : redirect_code.php

In case the redirect does no succeed for some reason then you will see a page with the affiliate link in it and the title of the page will be the one specified in the description for the link. You can also customize that page by modifying: redirect_link.php

Advanced Feature

The script is very easy to use but if you want some power and you have some knowledge of writing regular expressions then here's how you can use it. The slug part can be any regex, and anything that will match that regular expression will be redirected to the real affiliate link.

For example I could make the slug like this: (.+)/tla and everything that ends in /tla like http://patchlog.com/go-to/tla or http://patchlog.com/recommended/tla, would be redirected to my text-link ads affiliate link. Or something like go/(tla|text-link-ads) would match both links like http://patchlog.com/go/tla and http://patchlog.com/go/text-link-ads

I hope you like the plugin and let me know of any questions or problems you might have. Feedback is highly appreciated in the comments section of this post.

If you like the plugin you might want to subscribe to my full RSS feed, other great plugins might be on the way.

Update:

there's a new version that can also automatically replace keywords you define with hidden affiliate links Click here to get it.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Reddit
  • del.icio.us
  • Slashdot
  • Spurl
  • StumbleUpon
  • Furl
  • DZone
  • Netscape
  • NewsVine
  • Technorati
  • YahooMyWeb
  • Simpy
If you enjoyed this post, you should subscribe to my full RSS Feeds

RSS feed | Trackback URI

33 Comments »

collapse thread Comment by Chris
2007-09-18 16:11:46

Great work! I think I will be trying it out here shortly.

Just in case any of your readers don’t use Wordpress - my post: http://adclustr.com/tips-tricks/413 shows you a few ways to do it without needing WP.

 
collapse thread Comment by SEO Optimization
2007-09-18 16:35:45

Great move, a pitty my dumb programmer is STILL working on this. Good stuff I can save $$$ on this and tell him to stop with the project.

I will give a try to this plugin after 2-3 days (won’t be around for this period).

Thanks for letting me know.

 
collapse thread Comment by MyBlogContest
2007-09-19 01:29:43

Very nice wordpress plugin. That just make hiding Affiliate Links so easy for everyone.

 
collapse thread Comment by Life is Colourful Subscribed to comments via email
2007-09-19 03:28:54

Giving it a try straight away buddy - let me see how it works for me. If easy, I shall promote it through my blog.

collapse thread Comment by Mihai
2007-09-19 06:01:05

Thanks. If it’s not easy enough or you have any ideas about how this could be improved let me know.

 
 
collapse thread Comment by Arstan
2007-09-20 06:59:45

Really awesome job! Bravo!

 
collapse thread Comment by JM
2007-09-23 18:08:53

It seems to have a tiny bug…after adding the hidden link and the slug, it doesn’t work right away. I have to delete it, and re-add it, using a different name the next time. Is this common with this plugin?

 
collapse thread Comment by KennyP Subscribed to comments via email
2007-09-24 15:37:53

Great plugin, it saves all the hassle work

 
collapse thread Comment by Jauhari
2007-10-03 02:15:33

Why Doesn’t work on my Blogs? I got this message


Warning: include(wp-content/plugins/hidden-affiliate-links-0.1/redirect_link.php) [function.include]: failed to open stream: No such file or directory in /home/.crumb/jauhari/jauhari.net/engine/wp-content/plugins/hidden-affiliate-links-0.1/hidden-affiliate-links.php on line 271

Warning: include() [function.include]: Failed opening ‘wp-content/plugins/hidden-affiliate-links-0.1/redirect_link.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php:/usr/local/lib/php’) in /home/.crumb/jauhari/jauhari.net/engine/wp-content/plugins/hidden-affiliate-links-0.1/hidden-affiliate-links.php on line 271
 
collapse thread Comment by Bryan
2007-10-05 03:45:48

I’m really confused with this plug-in…i use it on some links and it works like a charm. On other links it won’t work at all. I’ve check and re-checked them a million times and I don’t see where the problem is. Where are the files located where the redirect is? I need help

 
collapse thread Comment by Curtis Penner
2007-10-09 01:01:38

Do I need to create a new directory, say “goto” with this plugin? Do I need to create a new redirect page with this plugin as John Chow suggests? If I go to manage->hidden affiliate links and fill in the fields, then hit “add hidden link”, nothing happens. It doesn’t even process the information.

Since your image above differs from the new version, I’m not sure what I could be doing wrong.

Your help is appreciated.

Curtis

 
collapse thread Comment by Mihai
2007-10-09 03:17:57

You don’t need to create a new directory or a new page.
If you’re using the new version and it doesn’t let you set up new links this is because of a bug in the script. Please look in the comments section of the new version http://patchlog.com/wordpress/hidden-affiliate-links-update-version-02/ because someone has posted a solution

 
collapse thread Comment by khuram Itmiaz Subscribed to comments via email
2008-01-14 01:05:18

it doest work it goes straight to 404 pages. do i need to have permalinks ON?

 
collapse thread Comment by DLo Subscribed to comments via email
2008-02-23 06:10:27

I installed the plug in and got it to work with a link. After I tested the link my home page then would come up blank. I had to uninstall it to get things working normally. I tried it twice and the same thing. Not sure why it messed up my site…??

 
collapse thread Comment by lalit Subscribed to comments via email
2008-02-29 04:23:08

404 error for me too .what s solution for it ?
thanks in advance

 
collapse thread Comment by novice Subscribed to comments via email
2008-03-23 09:34:21

Does this work with the version 2.3.3. When I am trying to add the links, it does not work.

 
collapse thread Comment by ANONYMOUS
2008-06-15 04:01:32

Not work in 2.5.1 when I am trying to add the links :-(

 
collapse thread Comment by Oleh
2008-06-30 19:15:25

Does not adds new links in Wordpress 2.5.1.

collapse thread Comment by Mihai
2008-07-01 11:41:45

I think everyone and their dog has figured out by now that this plugin does not work in wp 2.5.x and it will probably never work so please stop posting these kind of comments I really don’t want to mark them as spam. I will try to release a new version that will work in wp 2.6 but I can’t promise any release date

 
 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post


Creative Commons License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License

Technology Blogs - Blog Top Sites Search For Blogs, Submit Blogs, The Ultimate Blog Directory Blogarama - The Blog Directory 5starsblog Computers Blogs - Blog Flare blog search directory gob BlogHop