On user/%user/friendfeed, provide the FriendFeed RSS.
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.
That FriendFeed user feed is actually hardcoded.... It should be something like:
drupal_add_feed('http://friendfeed.com/'. $username, 'FriendFeed);
... Or something.
Comments
Comment #1
dugh commentedI 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.
Comment #2
robloachThat FriendFeed user feed is actually hardcoded.... It should be something like:
drupal_add_feed('http://friendfeed.com/'. $username, 'FriendFeed);
... Or something.