From 245a56f0c1c7db884d0bbd4265f6f74a20442748 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 26 Apr 2011 04:39:27 -0700 Subject: lots of facebook fixes --- mod/item.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index e53cfb033..7b561fcca 100644 --- a/mod/item.php +++ b/mod/item.php @@ -538,7 +538,8 @@ function item_post(&$a) { proc_run('php', "include/notifier.php", $notify_type, "$post_id"); - $datarray['id'] = $post_id; + $datarray['id'] = $post_id; + $datarray['plink'] = $a->get_baseurl() . '/display/' . $user['nickname'] . '/' . $post_id; call_hooks('post_local_end', $datarray); -- cgit v1.2.3