Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Update User Activitys Stream by RSS Feed

Thanks for that link, it looks good but I had a quick question. Say i want to have user “johnb” have a profile whose activity feed is updated from the RSS feed of say TechCrunch, how would I edit loader.php?

array(
‘feed_url’ => ‘http://feeds.delicious.com/v2/rss/boonebgorges?count=15’,
‘feed_action’ => ‘%s posted the link %s on Delicious’,
‘component’ => ‘delicious’,
‘type’ => ‘new_delicious_link’,
‘show_text’ => __( ‘Show Delicious Links’, ‘bp-external-activity’ )
),

Skip to toolbar