On user/%user/friendfeed, provide the FriendFeed RSS.

Comments

dugh’s picture

I see this is implemented on your own site, is there a patch?

For now I just added a header image back to the person's friendfeed page, which has the rss feed and links to all the services.

robloach’s picture

That FriendFeed user feed is actually hardcoded.... It should be something like:

drupal_add_feed('http://friendfeed.com/'. $username, 'FriendFeed);

... Or something.