facebook "show more" wrong plink after change to background delivery

pull/6/head
friendica 2012-02-04 14:49:27 -08:00
parent ca6e43ef49
commit 289243f85f
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -668,7 +668,8 @@ function facebook_post_hook(&$a,&$b) {
$shortlink = ""; $shortlink = "";
require_once('library/slinky.php'); require_once('library/slinky.php');
$display_url = $a->get_baseurl() . '/display/' . $a->user['nickname'] . '/' . $b['id']; $display_url = $b['plink'];
$slinky = new Slinky( $display_url ); $slinky = new Slinky( $display_url );
// setup a cascade of shortening services // setup a cascade of shortening services
// try to get a short link from these services // try to get a short link from these services