Want Traffic? Have PHP/Design Skills?

Wednesday, August 27th, 2008

How would you like to gain a steady stream of quality traffic to your website? Traffic that won’t vanish in a few weeks. Traffic that will keep on coming for a long time.

Write a WordPress Plugin, or if you lean more toward design rather than coding, make a WordPress theme. WordPress resources are the ultimate linkbait. It may take you awhile, but it doesn’t take much work to get the traffic coming. Write a page about the plugin on your blog, submit your theme or plugin to WordPress/Extend, post a quick note to WLTC News, and submit to a few social bookmarking sites. It won’t take long before the plugin spreads through the blogosphere, netting you some incoming traffic, and some good links and mentions on other blogs. I’ve done this twice, with WP125 and GoCodes, and both plugins have really added a helpful boost to Webmaster-Source.

If you Google “WP125,” a good many of the 12,000+ results are related to my plugin, though I have to admit there are some scrapers and non-plugin-related posts in there. “WP125 ad” returns higher quality results, and 4.890 at that. Not bad considering the plugin is only a month and a half old…

Now I know not everyone has the skills to put together a good theme or a useful plugin, and therefore may not be able to make use of this tip at the moment. But don’t give up on this idea yet. Anyone can learn PHP, or pick up blog design. If you’re already blogging with WordPress, chances are you’ll be able to pick up said skills without too much difficulty if you put your mind to it.

Amazon Auto Affiliate Linker

Tuesday, August 19th, 2008

Prolific plugin author Joost de Valk has put together a WordPress plugin that’s simple in function and insanely useful.

Are you a member of Amazon Associates? Amazon’s widely-used affiliate program can be an effective way to monetize a blog, especially if the blog publishes book reviews, or something of the sort. However, it’s a bit of a pain to, when writing a post, traipse over to associates.amazon.com, log in, and go through the menus to generate an affiliate link, search for the product you want, and paste the resulting URL into your post.

Enter Amazon Auto Affiliate Linker. Install the plugin, tell it what your Associates ID is, and go back to blogging. Now you can skip the Associates dashboard when you write posts. Just go to Amazon.com to search for the book, and copy the URL to the product listing. From there you can use that ordinary URL in your post, and the plugin will automatically add your Associates ID when you press publish. Simple, I told you.

WP125 Plugin: Easy WordPress 125×125 Ad Management

Thursday, July 10th, 2008

After a few months of planning and work, I’ve finally released my new WordPress plugin. I’d had the idea sine around the time I started selling 125×125 ads on Webmaster-Source. I thought it was a bit of a pain to hard-code ads in and manually take them down after their run was over. And I don’t like figuring out end dates by counting ahead on a calendar either. That’s why I put together WP125, a WordPress plugin for easy 125×125 ad management.

I built the plugin to simplfy the management of 125×125 ads, and lower the barrier to get started selling them a little. Some of the features include

  • Custom ad layout options.
  • A widget to drop into your sidebar to make it easier to set the plugin up. Or you can use a template tag if you’re pro-code like me.
  • Click tracking.
  • Ads are automatically taken down on their end date.
  • The plugin can figure out an ad’s expiration date automatically, based off how many days you say the ad should run for (no more counting forward on your calendar!). It took a bit of time and effort to get this feature working, but it was certainly worth it.

Try the plugin out, and tell me what you think. It’s a first release (1.0.0), and it’s barely been out tweleve hours, so it may have some bugs or interface oddities that need fixing. (It’s not on Wordpress plugin site quite yet either, but I’m working on that…) Tell me what you like, what needs fixing, etc.

I think WP125 is off to a good start, but I had to shave off a couple features I’d originally planned in order to get it out the door in time for the WLTC WordPress Plugin Competition. Sadly, that means I’m unable to use it on Webmaster-Source to manage my ads. I built the plugin to work the way I figured most people woud prefer, and pushed my preferences to the side for now. I handle my ads a little differently than other people, and it would have taken too much extra time and work to build support for that into the plugin. Hopefully I’ll have the time to include the settings I’d like at a later date.

Enjoy the plugin, and send your feedback along!

What Plugin Coders Must Know About WordPress 2.6

Wednesday, July 9th, 2008

Planet Ozh has a new post up by the name of What Plugin Coders Must Know About WordPress 2.6. Ozh put out a similar post back when 2.5 was in development, and I found it very useful. This time around, there’s even more to worry about, er, be aware of.

It seems that users will be able to move their /wp-content directory wherever they want when the new release is out. That means you can’t rely on it being located at /wp-content anymore. A user could have it at /stuff/w-content or ../lib/wp-content, or anywhere, really.

Luckily, Ozh explains how to programmatically find the /wp-content URL or path.

Widgetized WordPress Admin Dashboard

Friday, May 23rd, 2008

In WP 2.5 the WordPress developers tweaked the WP dashboard, making it a bit more usable, looking sort of like Netvibes or iGoogle. Unfortunately, they haven’t seen fit to provide the ability to customize the dashboard “widgets” yet. So what’s the point? Well, it looks better…

Jason of Pressography.com has provided a solution, since the WordPress devs haven’t yet. The Widgetized Admin Dashboard plugin does just what it’s name says. It removes the WordPress Development News and WordPress Planet boxes, and adds a new sidebar to the Widgets screen called “WordPress Dashboard.” You can then put whatever you want on the Dashboard, and re-order the widgets at will. You could even use your themes’s functions.php file to write your own custom widgets, if WordPress and your plugins don’t provide one you would like.

Login-Box Plugin for WordPress

Thursday, April 10th, 2008

Login-Box, by danillonunes, puts a hidden WordPress login in your template, which can be made visible by pressing Ctrl-E (or in some cases Alt-E). Not a bad idea.

I’ve found it much easier to do administrative tasks by putting a login link on Webmaster-Source’s navigation. However, this is kind of dumb, since my users have no use for it. I’m the only one who can register new users, so no one other than me can really login. (I started out allowing registrations, but the spammers decided it was funny to register 20+ accounts per day…) Maybe I should replace the login link with this plugin? Or I suppose I could just bookmark the wp-admin link for easy access… :D

Back to the plugin:

Login-Box has several configuration options. You can define

  • The way the login box looks
  • Which key combination opens and closes the dialog
  • Whether someone logging in should go to the Dashboard, or back to the page they came from.

I think this plugin would be useful for multi-author blogs, possibly, though for my purposes it’s overkill, I think.

Smarter Archives: Clean and Compact Date-Based Archives

Monday, April 7th, 2008

I can’t stand seeing blogs that have a long list of monthly archives in their sidebars (I’m looking at you, prefab Blogger templates!). It clutters the design, and promotes long sidebars.

Blogger users, unfortunately, don’t have the nifty Pages feature WordPress bloggers get (or plugins for that matter), so they won’t be able to enjoy this amazing WordPress plugin.

Smarter Archives, creates a new template tag, <?php wp_smart_archives(); ?>, that you can put in a custom template, allowing you to build a custom Archives page. I use it here, and ProBlogger does also.

The plugin displays the monthly archives compactly, one line of text per year, so you have room on the page for other things, like a tagcloud, output from the Popularity Contest plugin, etc.

WordPress 2.5 Automated Plugin Updater

Sunday, March 23rd, 2008

WordPress users have long complained about the time and effort required to update all of their plugins. WordPress 2.5 RC1 introduces a new feature that allows you to update plugins to their latest version simply by clicking a link and entering your FTP password.

I’ve tried this out on a test installation of WordPress, and it’s great. There are, however, a few issues with this new feature.

The automatic upgrade does not deactivate your plugin first and then reactivate it after upgrading. If the plugin requires activation to run any checks for WordPress version, or do any db fixes, or “activate” any new features then it won’t do this and the plugin won’t work as expected. In most cases this can be simply remedied by remembering to deactivate and then reactivate the plugin after the upgrade is complete.

This is important because plugins sometimes update database entries when a plugin is re-activated after an update. So if you use the automated updater, be sure to deactivate and re-activate the plugin after the update has completed, to insure that the plugin will continue to work correctly. (more…)

Preview Theme Plugin

Friday, February 15th, 2008

Working on a new theme for your blog? Wouldn’t it be nice if you could edit a theme, and preview the results, without activating it for all to see? Yes, you can do that.

You could do it the hard way, and install another copy of Wordpress in another location (your local computer, a directory of your website, etc). Or you do it the easier way and use the Preview Theme Plugin for Wordpress.

Preview Theme, when installed, allows you to view a theme by appending ?preview_theme=ThemeName to a page’s URL. So to view WSC’s index with the Wordpress Classic theme, you could use this URL: http://www.thesite.com/index.php?preview_theme=WordPress%20Classic

Cool, or what? Now you can work on your new theme, live on your blog, without letting anyone see it. and if you’re really paranoid about people not seeing the theme ( :D ), the plugin allows you to restrict the preview feature to certain user levels (e.g. Administrator) .

GoCodes Redirection Plugin 1.0

Wednesday, February 6th, 2008

Introducing my latest Wordpress plugin: GoCodes, the redirection plugin for Wordpress.

Have you ever had to give someone a shortened version of a URL? Maybe you’re a podcaster, and you need to say “visit mydomain.com/2008/01/03/my-post-with-a-long-url/ for more info.” Wouldn’t it be useful if you could just say “go to mydomain.com/go/mycoolpost/ ?” Sure, you could use a service like tinyurl.com, but that’s still not too great if you need the URL for a podcast. It’s still awkward to read-out “tinyurl.com/27asr9,” isn’t it? It’s less professional too. GoCodes let’s you create shortcut URLs to anywhere on the internet, right from your Wordpress Admin. Whether you need it for podcasting, printed publications, or affiliate programs, GoCodes will do the job for you.

You can read more and download the plugin here.


Close
E-mail It