Buffer: Links to Appnet and Twitter are shortened now. (Including the images)
This commit is contained in:
parent
1320a26a01
commit
3ebfe081ba
|
@ -326,21 +326,19 @@ function buffer_send(&$a,&$b) {
|
||||||
$post["preview"] = $a->get_baseurl() . "/privacy_image_cache/".privacy_image_cache_cachename($post["preview"]);
|
$post["preview"] = $a->get_baseurl() . "/privacy_image_cache/".privacy_image_cache_cachename($post["preview"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
//if ($includedlinks AND isset($post["url"]))
|
if ($includedlinks) {
|
||||||
// $post["url"] = short_link($post["url"]);
|
if (isset($post["url"]))
|
||||||
|
$post["url"] = short_link($post["url"]);
|
||||||
|
if (isset($post["image"]))
|
||||||
|
$post["image"] = short_link($post["image"]);
|
||||||
|
if (isset($post["preview"]))
|
||||||
|
$post["preview"] = short_link($post["preview"]);
|
||||||
|
}
|
||||||
|
|
||||||
// Seems like a bug to me
|
// Seems like a bug to me
|
||||||
// Buffer doesn't add links to Twitter and App.net (but pictures)
|
// Buffer doesn't add links to Twitter and App.net (but pictures)
|
||||||
if ($includedlinks AND isset($post["url"]))
|
if ($includedlinks AND isset($post["url"]))
|
||||||
$post["text"] .= " ".short_link($post["url"]);
|
$post["text"] .= " ".$post["url"];
|
||||||
|
|
||||||
//if ($includedlinks AND ($post["type"] == "link"))
|
|
||||||
// $post["text"] .= " ".$post["url"];
|
|
||||||
|
|
||||||
//if ($includedlinks AND ($post["type"] == "video"))
|
|
||||||
// $post["text"] .= " ".$post["url"];
|
|
||||||
|
|
||||||
//print_r($post);
|
|
||||||
|
|
||||||
$message = array();
|
$message = array();
|
||||||
$message["text"] = $post["text"];
|
$message["text"] = $post["text"];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user