Skip to content

Commit

Permalink
Merge pull request #151 from DaSchTour/master
Browse files Browse the repository at this point in the history
improved social media networks. Cheers!
  • Loading branch information
Matthieu Aubry committed Dec 8, 2013
2 parents 6f94546 + 90d2638 commit f141555
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions core/DataFiles/Socials.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,17 @@
'weeworld.com' => 'WeeWorld',

// Last.fm
'last.fm' => 'Last.fm',
'lastfm.ru' => 'Last.fm',
'lastfm.de' => 'Last.fm',
'lastfm.es' => 'Last.fm',
'lastfm.fr' => 'Last.fm',
'lastfm.it' => 'Last.fm',
'lastfm.jp' => 'Last.fm',
'lastfm.pl' => 'Last.fm',
'lastfm.com.br' => 'Last.fm',
'lastfm.se' => 'Last.fm',
'lastfm.com.tr' => 'Last.fm',

// MyHeritage
'myheritage.com' => 'MyHeritage',
Expand Down Expand Up @@ -129,9 +139,11 @@

// LiveJournal
'livejournal.ru' => 'LiveJournal',
'livejournal.com' => 'LiveJournal',

// StudiVZ
// StudiVZ/MeinVZ
'studivz.net' => 'StudiVZ',
'meinvz.net' => 'MeinVZ',

// StackOverflow
'stackoverflow.com' => 'StackOverflow',
Expand Down Expand Up @@ -179,7 +191,7 @@
'multiply.com' => 'Multiply',

// Foursquare
'ru.foursquare.com' => 'Foursquare',
'foursquare.com' => 'Foursquare',

// vkrugudruzei.ru
'vkrugudruzei.ru' => 'vkrugudruzei.ru',
Expand Down Expand Up @@ -209,5 +221,8 @@

// Vimeo
'vimeo.com' => 'Vimeo',

//tumblr
'tumblr.com' => 'tumblr',
);
}

0 comments on commit f141555

Please sign in to comment.