On 6/06/10 19:56 , gerbenzaagsma wrote: > The problem seems to be the line in the module (see code below) where it > says: "$name posted " (about 10 lines from the bottom).
Looks like you need to add a line for the feed name/URL in activitystream_feed_streamapi() and then retrieve this later. You can get the feed name with $feed->get_title() and the permalink for the feed with $feed->get_permalink()
