Internet Marketing Idea, Blogging, Tools, Tips, and More…
RSS Feed

Cloak Affiliate Link with GoCode WordPress Plugin

I found a lot of references in the internet regarding affiliate link cloaking, for a few, using iFrame, using php header location to redirect user, or using a simple but effective way like TinyUrl services.

The first two are not scalable, each time we have new affiliate link, we need to create a new file to handle the URL redirection, yup, a boring and not effective work.

TinyUrl is a great service, especially after they add new feature that allowed us to create our own short Url, not just a random string like before, but the link will not look professional, because every body knew about TinyUrl and what its can do.

GoCode WordPress Plugin bring this affiliate link cloaking into a new era. Using GoCode we have our own TinyURL service within our blog, even more, we can track how many visitor had click our affiliate links, really help us to track which one is the most successful one, and why? This way, we can improve our way of placing and displaying our affiliate links for better click through rate.

Plugin installation is easy, download, upload to server, and activate. Place the following code in your .htaccess file, above the line that says “# BEGIN WordPress”:

RewriteEngine On RewriteRule ^go/([a-zA-Z0-9_-]*)/?$ /index.php?gocode=$1 [L,R]

Later on, we have new page called GoCode in our WordPress admin panel Manage, where we can manage our link directions.

GoCode Affiliate Link Cloaking

To cloak our affiliate link, add new GoCode by filling the form with redirection key, our true affiliate link, and check box whether we want to track this link or not. The cloaked link will be look like this:

http://domain.tld/go/redirectionkey

neat and look professional.

PS: If you are using a non Apache web server, like Lighttpd that isn’t support .htaccess, then you need to consider another way to cloak your affiliate links.

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Related Posts

Posted in Affiliate, Plugins

nonofollow

8 Comments I follow so far... to “ Cloak Affiliate Link with GoCode WordPress Plugin ”


audy July 10th, 2008 at 11:40 am

wah thank u banget infonya paaak….tapi kayanya mesti dijelasin lewat pm dulu yaaah:D pake bahasa indo;) thank u bangettttt..

audys last blog post..How Are You? I am Regular Thank You

Poer July 10th, 2008 at 2:51 pm

hehehe… ok dy :P

dotcomguru July 25th, 2008 at 12:51 pm

Can we implement this affiliate cloaker inside of widgets or the sidebars?
Or is it limited to articles and posts only?

Poer July 25th, 2008 at 7:00 pm

dotcomguru » yup, we can use it every where, even from other website, just like link that created by tinyurl service.

dotcomguru July 27th, 2008 at 9:13 am

POER

Could you give me some assistance on how to implement the cloaker with the TEXT widget for wordpress 2.5. I am not having any luck.

Thanks in advance

Poer July 27th, 2008 at 7:25 pm

hi dotcomguru, if the code is successfully created, we can access our cloaked affiliate link using http://oursite.com/go/key/ with key is an alias that we input in the go code creation form.

this cloaked affiliate link can be treated like normal link, that’s why it’s can be placed anywhere, within our site, from other site, email etc, like normal url.

so could you please specified what do you mean by placing the cloaker in the text widget? as i am understand, we just put our text on the widget, with html tag if needed to, to display the text on the sidebar.

regards.

sopian November 17th, 2008 at 7:18 pm

what is link cloaking? the sound like fake link to me, and why tinyurl is effective?
thanks

Branson Computer Repair November 21st, 2008 at 10:41 pm

Thanks for the great info. I installed this plugin but had some trouble with the .htaccess. So, I finally figured out that it was my Apache’s mod_rewrtie function. After some adjusting, I finally got it to go. Thanks again!



Leave a Reply