include some notes on grabbing the tumblr avatar

pull/534/head
friendica 2012-11-11 00:44:30 -08:00
rodzic a807206804
commit 6e0dd29c1b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -593,7 +593,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
if(stristr($url,'tumblr.com') && (! stristr($url,'/rss'))) {
$poll = $url . '/rss';
$check_feed = true;
// Will leave it to others to figure out how to grab the avatar, which is on the $url page in the open graph meta links
}
if($twitter || ! $poll)