The Archives

Tag Archives: WordPress Plugin

Hide Affiliate Links With WordPress Redirection Plugin

Posted in: Affiliate Marketing by Kuzzuk on April 9, 2009

hide-affiliate-link

Image Source: sxc.hu

As affiliate marketers, we may need to hide and redirect our affiliate URLs. This post discusses various ways to hide affiliate links and then zooms in on how to use the WordPress Redirection plugin to hide and redirect affiliate links.

As for terminology, people call it link cloaking, link masking or link redirection (see Shoemoney’s post for semantics) but to make it simple, I’ll refer to it as hiding affiliate links.

Many Ways To Skin A Cat Or Hide Affiliate Links

  1. Link Shortening Services: Create a short URL with a click of a button using services like TinyURL or abbrr. Most of these services do not provide a way to save the list of URLs you have shortened so my recommendation is to create a simple spreadsheet to track all shortened affiliate links.
  2. Professional Scripts: Buy paid scripts like Affiliate Redirector or Samurai Stealth Cloaker to hide affiliate links. By the way, I have hidden these affiliate links with the WordPress Redirection plugin.
  3. Write Your Own Scripts: This is a little too technical for the layperson and I guess you wouldn’t be reading this post if you could write your own script. But if you really want to write your own script then Shoemoney’s post provides a good primer.

Cloaking Affiliate Links With WordPress Redirection Plugin

Obviously, there are many ways to hide affiliate links but I like using the WordPress Redirection Plugin because of its simplicity and basic tracking features.

  1. Download, install and activate the WordPress Redirection Plugin
  2. From your WordPress administrator dashboard, click “Tools” followed by the “Redirection” option on the left panel.
  3. In the “Source URL” textbox add your masked URL. This page doesn’t have to be a valid page, for example, I added http://www.kuzzuk.net/go/AffiliateRedirector which does not exist in reality. In the “Target URL”, add your affiliate link and leave the other options as default. Click the “Add Redirection” button to save the changes.
    redirect-hide-affiliate-links
  4. Now place this masked URL in any of your blog posts and the reader will be directed accordingly. I normally do one more step when I’m linking using masked URLs, I add the rel=”nofollow” tag which means that search engines do not follow this link while indexing my site. This is an often ignored but important step.

Questions or comments. Please feel free to ask!

Twitter This WordPress Plugin Review

Posted in: Social Media by Kuzzuk on March 20, 2009

Twitter This is a great Twitter plugin for WordPress written by Andres Artux Scheffer which can potentially make your blog posts or pages go viral on Twitter.

How Twitter This WordPress Plugin Works

  1. The obvious first step is to install and activate the plugin on your WordPress blog.
  2. Assuming that everything goes well with the installation and activation, the plugin will simply insert a small icon and a “Twitter This” link at the end of every blog post or page. When users click this link, the Twitter username and password fields are displayed which allows them to tweet the blog post or page.
  3. If the user enters the correct Twitter username and password then the blog post or page title along with a shortened link is posted as a tweet otherwise an error is displayed.

Everything sounds really good so far but there are a few issues with the plugin. I know it is a free plugin so I shouldn’t be complaining too much but my main grouse is the lack of support for other languages. This is how it can be fixed.

No Language Support

The language used for the plugin is Spanish and I could surely add on a language file but that’s a little too techie for most people. The quick and dirty way to change the language is by directly editing the code. The good news is that editing the code is not difficult but the bad news is that you have to edit the code whenever there is an update to the plugin.

Edit the following plugin files.

twitter-this.php on line 89:
From: $html .= "Usuario: ...
To: $html .= "Twitter Username: ...

Post_to_twitter.php on line 94:
From: echo "Posteado en ...
To: echo "Posted on ...

Post_to_twitter.php on line 96:
From: echo "Error en Twitter, intentelo luego";
To: echo "Error posting on Twitter, please check your username and password";

Remember to back up before amending the files. The above changes should make the plugin workable on English language blogs. However, other limitations still exist but these are fortunately not deal breakers.