How to link cloak in WordPress

WordPress link cloaking in blueAs a blogger with over 50,000 visitors every month I need to find ways of monetizing my site. After all having a huge visitor count is great on paper and when approaching advertisers but it falls short of paying the rent every month and buying expensive toys that I can’t resist! I’ve still got my eye on you £600 camera..

One way of monetizing my cycling site is through the use of Affiliate Links. My audience is interested in cycling products so whenever I mention a product that I genuinely like, trust and would use myself (remembering trust is everything) I add a link. Often these links look very unsightly. Take for example this typical affiliate window link:

http://www.awin1.com/cread.php?platform=dl&awinmid=1857&awinaffid=87595&clickref=&p=http%3A%2F%2Fwww.wiggle.co.uk%2Fp%2Fcycle%2F7%2FErgon_GC2_Handlebar_Grips%2F5360036781%2F

It’s like Shrek of the affiliate links. The solution is to cloak the link. So it looks a little something more like this:

http://www.londoncyclist.co.uk/go/ergon/

That’s much more snazzy.

People are more likely to click on the second link as it looks more trust worthy. For a start it has your brand name behind it and secondly there is not a ton of scary looking characters that they don’t recognise.

It is links like the first one that I first discovered affiliate marketing because I typed in awin1.com to see what it referred to. It is how I came across affiliate window and the sites such as Wiggle and Evans Cycles that you can promote with it.

How you link cloak in wordpress

To do this all you need is a plugin called the Link Cloaking Plugin. It works wonders with WordPress and I’ve never had any issues with it. The founders behind the Link Cloaking Plugin have also recently released a premium version which adds some great new features in particular the ability to look at detailed statistics of how many clicks the link has received.

Once the link cloaking plugin is added to WordPress you can click on Tools > Cloaked links and add new links. You can also change the /go/ part of the link from the Settings > Link Cloaking page.

Give the plugin a download today and remove all the ugly links from your site.

Soon I’ll discuss in detail how to use the plugin. I’ll also take a look at some competing link cloaking plugins and go into the features of the advanced version.

Posted in Wordpress | Tagged , , , | 1 Comment

Indie spotify playlists

The best place I’ve found for good indie playlists is:

http://sharemyplaylists.com/

In particularly I focus on the playlists by Iamnottheenemy. He produces a good roundup every month of good new tracks.

Posted in music | Leave a comment

25 London Cycle Routes

I finally finished a great big eBook I had been writing for my cycling blog – London Cyclist. The eBook has 25 amazing cycling routes in London. Each route took me absolutely ages to put together but in the end I was pleased with the result. What I will be doing in future is adding more routes and offering that for free for anyone who downloads.

Overall it’s been a hectic month. From before February I realised I was going to be putting together the whole eBook myself so I set about doing a route per day. Sometimes that worked and other times I found myself getting too tired. My fitness levels are definitely way up on what they were before.

I’ve released the eBook yesterday and I’m busy contacting as many people as possible to let them know it has been released. So far quite a few people have downloaded and the feedback has been very positive. I’m still looking for some people to be critical so I know which areas I need to improve on.

I want to put up some guest posts with what I learned from releasing my first eBook because there is definitely not enough information on the internet about it. I will be contacting some of the top blogs to see if they will let me write for them.

The favourite London cycle route I did is hard to decide. The nightride was very liberating because so many hours had gone into it and it was my final route knowing I could relax afterwards. The most eventful was probably Rickmansworth to Denham ending up falling down in the mud. The longer was the London to Chichester. The best one though… “From a suit to a fluorescent jacket”

If you want to take a look at it, it is available at:

London Cycle Routes

Posted in Uncategorized | Tagged , | Leave a comment

PHP random content on wordpress

I wanted to split test my post footer in WordPress so I could try out two different Aweber forms. However the forms didn’t display in the way I wanted.

The code I ended up using:

$chosen = mt_rand(1,3);
switch($chosen){
case 1:
include ‘first.php’;
break;
case 2:
include ‘second.php’;
break;
case 3:
include ‘third.php’;
break;
default:
echo ‘something went horribly wrong’;
}

From: Random HTML snippets with PHP include?

This worked very well for me. I simply removed case 3 and changed mt_rand(1,3); to mt_rand(1,2);

This then randomly chose between my first block of text and my second block of text. This meant I could split test their effectiveness by embedding two different aweber forms. When the first form is randomly loaded it counts it in Aweber and then when the second form randomly loads again the results are counted. This meant I could customise the text in a way I wanted and not have to use Awebers built in e-mail forms which were not effective and looked ugly.

Hope this helps someone looking to randomise the way content appears on a page.

Posted in Wordpress | Tagged , | Leave a comment

I’m going with mypsdtohtml.com

Right, I’ve decided to redesign my blog about cycling in London. My designer has already finished a PSD drawing for an expensive fee and now after seeking out someone to convert my PSD to HTML I have gone with http://mypsdtohtml.com/ and a guy called Andres. So far the service seems good and the replies have been prompt. I couldn’t argue with the price as it is extremely competitive and they seem to understand my additional requirements. I’ll post up a full review when the project is done.  In the mean time check out one of my articles from that blog on bicycle insurance. Wish me luck with the design!

Posted in Wordpress | Tagged , | 2 Comments

Transferring my wordpress after javascript not working

So I moved over my hosting plan from Dreamhost to Doreo and moved over the databases, files etc etc and began to notice various errors. In the admin panel I could not minimise the sidebar, or click the dropdown button, or add new tags or choose from the most used tags. Basically everything that revolved around javascript was not working.

Continue reading

Posted in Wordpress | Tagged , , , | Leave a comment

The all-in-one list of Tim Ferriss resources

tim ferriss mugshot I like what Tim Ferriss does. The ideas behind accelerated learning, not wasting your life on the things that don’t matter etc are all excellent. But, Tim, bless him, is a busy guy. He has been coming up with content faster than you could apply and use it! Here is a collection of some of his best stuff, mainly from outside his blog (as I assume you know how to navigate around that!), that you may have missed.
Continue reading

Posted in Lifehack | Tagged , | Leave a comment

Waste some time – Cycling Games!

Just a quick plug for my website on cycling in London. You may want to check out these cycling games that I posted up there earlier.

Posted in Uncategorized | Tagged | Leave a comment

Why I’m selling my Samsung Omnia on eBay

After having spent 20 months with my Nokia N95 it was time for a change. That change was to take the form of a Samsung Omnia SGH-i900 mobile phone.

What a terrible mistake!

I go to write a message and it rotates, I try to scroll the screen and it zooms in, I try to quickly search for my friends name in my contacts and it takes for ever.

The other day I went into a mobile phone shop and I overheard the guy in front of me complaining to the shop assistant about how hard the Omnia is to use and can he exchange it. Get in line mate.
Continue reading

Posted in Mobile | Tagged , , | 3 Comments

Get the most out of your Nseries

This guide is focussed on the Nokia N95 but should be useful for all Nseries devices.

Have you ever wondered how best to use your Nokia Nseries phone? I have had my N95 for over 18 months and have been actively seeking out all the alterations I can make to improve my phone. In this guide I will cover the applications and tweaks that I have come across which will have the biggest impact to your experience. This guide will not cover some of the smaller changes. For that I recommend the N95 Best Tips and Tricks.
Continue reading

Posted in Mobile | Tagged , , , | 1 Comment

Removing Store Arrows in iTunes 8

There is an excellent post on the Glitch about Removing Store Icons from iTunes 8. I have always hated these and I’m glad there is a way of getting rid of them.

Posted in Uncategorized | Tagged , , | Leave a comment

Eurotrip packing list

1 month around Eastern Europe. So I am going to take with me:
Continue reading

Posted in Lifehack | Tagged , , | Leave a comment