Affiliate link cloaker WordPress plugin

by Joe Brewer on July 11, 2011

Affiliate link cloaker is a free WordPress plugin that can geo target cloaked affiliate links. This plugin has the capability to generate a link like http://www.brewsterware.com/recommends/amazon and have visitors from the USA click on the link and get sent to www.amazon.com, visitors from the UK sent to www.amazon.co.uk and so on.

In addition to this, these cloaked links can be automatically inserted into content. Keywords or phrases can be set to be changed to nofollowed links that open in a new window so that visitors are not taken away from your website.
[click to continue…]

{ 23 comments }

Region detect wordpress plugin

by Joe Brewer on May 22, 2011

Region detect is a plugin for WordPress that detects the country that the current visitor is browsing from. It can display the country to the user; something like:

Hello visitor from United States

This is done by using the codes %%COUNTRYCOD E%% and %%COUNTRYNAM E%% in your posts (take out the spaces).

The plugin makes the two character ISO 3166-1 country code and country name available to other plugins – just declare the global variables $rdISO3166_1 and $rdCountryName.

[click to continue…]

{ 3 comments }

WordPress autoblogging plugin

December 14, 2010

So, further to my previous post I now have a fully functioning autoblogging plugin for wordpress based on all of requirements of using cron jobs and other bits. It wasnt as easy as I initially thought it would be as I’ve had to pretty much touch every line of code in the software – I [...]

Read the full article →

strptime for windows

August 22, 2010

I was searching for a windows implementation for the php function strptime, however the best help/advice that I could find was read the source code and write it yourself. Here is my implentation that I knocked up with date_parse_from_format so you can use it on version of php less than 5.3.0

Read the full article →

Updates for Caffinated Content

August 12, 2010

For those of you that use Caffinated Content you may be interested to heat that kansieo has decided to sell 19 copies of the source code to Caffinated Content – it was 20, but I’ve bought one.  Full details can be found here – In a nutshell kansieo is allowing 20 developers to take the [...]

Read the full article →