generate permalink to source article

This commit is contained in:
Friendika 2011-04-26 19:01:10 -07:00
parent a5d478233c
commit 8fbdb61ee2

View file

@ -589,6 +589,8 @@ function fb_consume_stream($uid,$j,$wall = false) {
$datarray['author-name'] = $from->name;
$datarray['author-link'] = 'http://facebook.com/profile.php?id=' . $from->id;
$datarray['author-avatar'] = 'https://graph.facebook.com/' . $from->id . '/picture';
$datarray['plink'] = $datarray['author-link'] . '&v=wall&story_fbid=' . substr($entry->id,strpos($entry->id,'_') + 1);
$datarray['body'] = $entry->message;
if($entry->picture)
$datarray['body'] .= "\n\n" . '[img]' . $entry->picture . '[/img]';