Lifestream data and plugins

As I tried to collect my “lifestream” data for my In The Moment tab, I first investigated the incredible land of WordPress plugins. This is one of the core reasons I use WordPress – the open platform means that there’s probably a plugin for pretty much anything you can think of.

There are several plugins that promise to collect all  your data from around the web. The primary issue with these is that they are just RSS feeds themselves. That means none of the data is duplicated onto your database. That’s fine if all you want to do is showcase the latest, but I actually wanted to duplicate it and have a copy myself.

1. Lifestream seems like the oldest one out there. But the plugin seemed complex and would require me to write a class file etc. Er… right. Also, given the date it was created, I wasn’t sure it would work with WP 2.6. Gave it a pass.

2. SimpleLife is display only, no archive. I understand why some people want display only. I just want more.

3. Lifestream (yes, another with the same name) is the newest and seems to work for a lot of people. When I tried it, the formatting was very messed up and I couldn’t figure out where to change it. And it still had the issue of not being in my db.

Twitter Import

4. WP-o-matic is a plugin that pulls RSS feeds from anywhere and imports it into the database. This seemed perfect and I use it for other things on this blog, but it has two issues. One, it is highly temperamental and second, it populates the header and the body with the same content. So the content of a tweet would be the header and the body. Ugh-ly. I guess I could have figured out a way to change the template of a post based on whether it was in the category “In The Moment”, but it felt like complex code and I didn’t venture there.

5. Twitter Tools by Alex King does do a database import. However, it only works for Twitter and it also had the “tweet as header and body” issue.

Besides these plugins there are others that do the same thing including MyBlogLog’s “new with me” feature and the Profilactic WP plugin. I looked at them, but seeing they are all just RSS feeds, I skipped them for the same reason.

If you are looking for a plugin that will display the last 20 tweets or last couple of days of activity, one of these plugins is sure to meet your needs.

Since I was looking for database import (and backup of my dispered data), and a reasonably good presentation of the results, none of the plugins I could find met my needs. I gave up and decided to use Tumblr instead. More to come on the pros and cons of that decision.