Random Blog Article wordpress plugin

What does the plugin do?

The random blog article was written to display links to some of my favourite blogs on the homepage of my site. I decided the blogroll took up too much space and wanted article titles on the site too.

When the page loads the first blog and article is picked random and displayed. After this, every 15 seconds (by default) a new blog and article are randomly picked from your favourite blog list. The RSS feeds are cached so no need to worry about bandwidth usage or your blog being slowed down!

The plugin just needs to be activated and a small peice of code put in a template file for where ever you’d like it to appear. All settings can be controled in the wordpress admin panel and there is no need to edit any code.

Can I see it in action?

Yes, its installed and running on this blog. Just scroll up to the top right. I’ve put it here on my blog but you can stick it in any template you like.

The plugin has its own page in the admin panel to add rss feeds and tweak settings. Nothing too fancy but the ability to add as many feeds as you need without refreshing the page. See also: the screenshot of the admin panel and plugin in action below.

Random Blog Article Plugin Admin PanelRandom Blog Article Plugin

Download

To download this plug-in, choose either the zip or the tar.gz

rbarticle-1.0.tar.gz

rbarticle-1.0.zip

Installation

1. Upload the “rbarticle” folder to your wp-content/plugins/ directory.
2. Chmod the cache folder 777.
3. Copy `<?php rbarticle_tpl_init() ?>` to where ever you would like the random article to appear.
4. Add and modify these styles in your template’s styles.css file

#rbarticle_result (the div container that the article is updated in to)
#rbarticle_result .blog (the class for the blog title)
#rbarticle_result a (the article link)
#rbarticle_result .separator (a span class around the separator (if specified))

5. Activate the plug-in
6. Browse to Options > RB Article
7. Add rss feeds to your list of favourites
8. Enjoy