OK - tried this for the first time importing my Tweets into my personal EE blog space.
First time it choked because of some weirdness I had with the new weblog/new custom fields. I deleted both and started over from scratch.
Second time - worked great! Imported in the 20 posts.
Although I just discovered EE’s 100 char. limit in the Title field. Doh! This results in many tweets being truncated (especially with the inclusion of the username, see below). Probably best to add another field for the tweet itself for anyone trying to do this too.
Two things I need to figure out now:
Twitter’s pubDate is not adjusted for my timezone, i.e. the date saved with my entry is 7 hours ahead of what it should be. Is there a way to modify this at the time of grabbing the RSS entry?
Secondly, the problem with the username affixed to the beginning of the title. I found this Trimmer plugin that can do it when I output the data, but again is there a way to parse this during the time of the RSS grab?
And I’m with klick above - need to be able to access that lower level data in FriendFeed AND be able to extract the two different titles from Google Reader shared items which currently look like this:
<link rel="alternate" href="http://www.kottke.org/remainder/08/06/15936.html" type="text/html"/>
<link rel="related" href="http://www.kottke.org/" title="kottke.org"/>
Obviously the “alternate” one would be the one I’d like to use as the Title. “related” would be good for a “via” link (like the Google Reader Shared page).
