include some notes on grabbing the tumblr avatar

This commit is contained in:
friendica 2012-11-11 00:44:30 -08:00
parent a807206804
commit 6e0dd29c1b
1 changed files with 1 additions and 1 deletions

View File

@ -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)