Alex Pooley's Blog

Hello there, my name is Alex Pooley and I'm a freelance web developer residing in Perth, Western Australia. My passion is in the development of web sites that solve everyday problems. Here's a gallery of some of my notable work. If you need a web site designer or developer, contact me with further details. Lastly, you can read more about me.

SEO With Widgets @ WordPress.org

May 20th, 2008

Why don't you subscribe to my blog while you're here? I'm a freelance web developer and I blog about Ruby, Rails, and business online.

Go ahead and subscribe to my RSS feed. Thanks for visiting!

As you’re probably already aware, back links are the life blood of SEO. Besides three way reciprocal linking, blog commenting, directories, social networking, guest book spamming, and so forth - there are other avenues to getting back links that you may not have considered.

WordPress.org provide a directory of Wordpress plugins that facilitates the publication of user created plugins. The great thing about this directory is that the links are not no-follow, and you can even control your anchor text. Beautiful!

For example, my Social Buttons plugin that allows you to easily embed social voting buttons in your blog posts is located at http://wordpress.org/extend/plugins/social-buttons.

Now, check out the page rank of the main directory!



That’s some nice link juice flowing our way!

OK, so let’s say some day WordPress no-follow the links.. what then? All is not lost! If your plugin is actually any good, people may actually use it, and then they may follow through to your web page. I was very suprised to learn that people are actually using my Social Buttons plugin, despite there being a zillion similar plugins already out there! Here’s my download stats for the plugin since the release:



and here’s my stats of people treking through from the directory to my site:





Sweet!

If you’re really savvy then you can also embed your URL in your widget. This will allow you to get a back link from everyone that installs your widget on their site! I don’t recommend you do this out of context though. Google bans have been given in similar circumstances.

The process to get your plugin added to the directory is pretty straight forward:

  1. Write a plugin
  2. Request to submit the plugin to the directory
  3. Upload the plugin
  4. Revel in Internet glory

Need an idea for a plugin? No worries. The plugin directory provides a list of popular tags and popular plugins.



Don’t know how to write a plugin? Don’t worry, I can write it for you! I’m a freelance web developer and would be happy to write your plugin and discuss your widget marketing options (WordPress, or otherwise). Get in touch with me through my contact form.

Did you like this article? You may like to consider subscribing to my blog. On occassions when the planets are aligned I can provide some good advice and opportunities.



Subscribe To RSS

Release: Social Buttons Wordpress Plugin

May 9th, 2008

Here’s a Wordpress plugin that allows you to selectively add social network buttons such as digg, sphinn, etc to your posts or theme design.

There’s a stack of these type of plugins out there, but I couldn’t find one that allowed me to add a button for a social network on a per post basis. My main point of pain was that each of my blog posts appeal to different types of social sites so I wanted to be selective with the social buttons I added to each post. For instance, my SEO and marketing posts are better suited to Sphinn, while my technical posts are better suited to Reddit.

Add Buttons Per Post

To scratch my own itch I devised a wordpress plugin creatively called “Social Buttons”. You write a formatted piece of text in your post, and it’s replaced with the button when converted to HTML. It’s kind of like magic, except real, and without cheesy costumes. For example, to add a digg button I write this…


Adding a Digg button using Social Buttons Wordpress Widget

Add you get this result:


You can add more than a single button if you want…


Adding a Sphinn and Reddit button using Social Buttons Wordpress Widget

Add you get this result:


Add Buttons To Your Theme, Or All Posts

It’s also possible to use the plugin within your theme. You add a button to your theme (Digg in this case):

<?php echo sb_make_button('digg', 'http://www.alexpooley.com') ?>

Or, add the same button to every single post (Reddit in this case):

# Inside posts.php of your theme.
<?php echo "I'm in a post now:".sb_make_button('reddit', get_permalink()) ?>

Install

Download the Social Buttons Wordpress Plugin and install the plugin as you would install any other plugin. There are further instructions in the readme.txt if you need them.

If you want a social site added to the plugin then let me know. Or, if you need a particular Wordpress plugin built then get in touch.


Save To Delicious

My Favorite Wordpress Plugins

December 19th, 2006


The Ultimate Warrior

The Ultimate Tag Warrior

Ultimate Tag Warrior (UTW) is the mother of all blog navigational aids. The idea is that you associate tags (keywords) with posts so that you can automatically correlate related posts. You can display the tags you’ve assigned for each post, related posts, and you can also display a sorted aggregate (tag cloud) of all the tags. The purpose of organizing your posts in this way is to make it easier for your readers to find material that interests them.

The related posts is an absolute must have feature for me. This information is particularly important for people who are not yet dedicated readers of your blog and found their way to a post on your site through search engines, online social networks, etc. By appending related posts to the end of your posts, you will aid new readers to not only find further information on their topic, but also to determine if your blog content is to their taste.

Tag Cloud

UTW has a heaps of configurable stuff and a lot can be configured through the UTW options configuration panel. Unfortunately if you want to access the true power of the plugin then you need to pass parameters to PHP calls inside your wordpress template. Take the tag clouds for example. Some of you may be familiar with tag clouds where the font size gets larger for more popular tags. With UTW you have this option, but you also have the option of create a colored tag cloud, a colored and sizable tag cloud, and maybe other options (there’s heaps). For my purposes the tag clouds with different font sizes is too large for my side bars.

While UTW can help organize your onsite content, it’s also possible to use UTW to help optimize your offsite exposure by using tags as meta keywords. I don’t think Google bothers with meta keywords these days, but I’m sure plenty of other search engines do.

Another feature worth mentioning is that you can very easily embed your tags in feeds by selecting a check box in the configuration GUI.

Anyway, that’s the Ultimate Tag Warrior. I’ve only touched on a few key points and I encourage you to try it out for yourself. This plugin is probably the most feature packed, and professional plugins I’ve come across.

Download Ultimate Tag Warrior

Update: I just wrote a post about how to make money online from your blog. Check it out!