SDN Contributor WordPress Widget V1.0
August 1, 2007 · 3 Comments
In the last couple of days I had some time to work on a widget for a new instance of this blog I’m builing up at the moment. The idea was to have a sidebar widget with some information from my SDN profile like total points and the latest blog posts.
My blog is running on WordPress. Because I didn’t had any experience with PHP I found the del.icio.us widget by Automattic, Inc. very useful as a basic example for a plugin including how to build the widget configuration view. Frank Bueldges work on WP-RSSImport fitted well for reading the blog feed. Nigel James pointed me to curl which did a great job fetching a SDN Business Card related website to parse it for the name and total number of points.
The widget is called SDN Contributor and now available as version 1.0 and you can see it running on my new blog. I’ve set up a wiki page with all further information like installation instructions and download location. If you’re a SDN member and have a WordPress blog under your own control, give it a try.
Possibly related posts: (automatically generated)
Categories: SDN Contributor
Tagged: PHP, SDN, Widget, Wordpress






Mark Finnern // July 8, 2008 at 6:28 am
Love your widget, would like to use it on http://finnern.com, alas the wiki link is coming up empty
Please fix.
Thanks, Mark.
Michael Koch // September 17, 2008 at 10:44 pm
Just came across this. WP-RSSImport is very interesting. I use the (rather dated) Magpie RSS to aggregate my RSS feeds for my blog. I also use Yahoo Pipes for some feeds, which works well.
M
Oliver // September 18, 2008 at 12:08 am
In the latest version, which supports WordPress 2.5 I use a custom class and PHPs internal XML parser. You’ll find it in the wiki linked in the post.