From: friendica Date: Thu, 21 Jun 2012 06:04:55 +0000 (-0700) Subject: show last.fm source in username X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=53c9ea760659b39deeab9cff5d4f26d5abd63d31;p=friendica.git show last.fm source in username --- diff --git a/include/Scrape.php b/include/Scrape.php index 947f3f99f4..4f53effe92 100644 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -569,6 +569,7 @@ function probe_url($url, $mode = PROBE_NORMAL) { $profile = $url; $poll = str_replace(array('www.','last.fm/'),array('','ws.audioscrobbler.com/1.0/'),$url) . '/recenttracks.rss'; $vcard['nick'] = basename($url); + $vcard['fn'] = $vcard['nick'] . t(' on Last.fm'); $network = NETWORK_FEED; }