Feeds
Rob Loach - June 1, 2008 - 18:26
| Project: | FriendFeed |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
On user/%user/friendfeed, provide the FriendFeed RSS.

#1
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.
#2
That FriendFeed user feed is actually hardcoded.... It should be something like:
drupal_add_feed('http://friendfeed.com/'. $username, 'FriendFeed);
... Or something.