[Edit: The latest version of this plugin can be found here.]
Here’s the latest version of my Ma.gnolia plugin for WordPress. It allows you to publish your latest Ma.gnolia links in your WordPress sidebar (or anywhere else you want to call it from).
WordPress’s built-in RSS handlers didn’t seem to like Ma.gnolia’s feeds, so I’ve used PHP5’s built-in DOM XML functions. Obviously this means that you will need version 5 of PHP on your server. If this isn’t an option, feel free to use my original JavaScript plugin, still available here.
The syntax remains the same as the previous version, with the exception that the byline is no longer an option.
<?php magnolia(USERNAME[, NUMBER_OF_STORIES); ?>
eg. to show my feeds with the default options, I simply use:
<?php magnolia('barryprice'); ?>
To show 23 of my feeds, I’d use this instead:
<?php magnolia('barryprice', 23); ?>
Dead simple.
Diffs to automate usage of this plugin with K2 will be up shortly.
Download Ma.gnolia plugin v0.1