Changeset 344 for trunk/Elsewhere
- Timestamp:
- 10/31/07 17:29:50 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Elsewhere/plugins/Elsewhere/lib/WWW/SocialNetworks.pm
r341 r344 6 6 7 7 our %Networks = ( 8 '1upcom' => [ '1up.com', 'http://%s.1up.com/' ], 8 9 '43things' => [ '43Things', 'http://www.43things.com/person/%s/' ], 9 10 aim => [ 'AIM', 'aim:goim?screenname=%s' ], … … 22 23 goodreads => [ 'Goodreads', 'http://www.goodreads.com/user/show/%s' ], 23 24 hi5 => [ 'Hi5', 'http://hi5.com/friend/profile/displayProfile.do?userid=%s' ], 25 iconbuffet => [ 'IconBuffet', 'http://www.iconbuffet.com/people/%s' ], 26 icq => [ 'ICQ', 'http://www.icq.com/people/about_me.php?uin=%s' ], 27 iusethis => [ 'IUseThis', 'http://osx.iusethis.com/user/%s' ], 24 28 jaiku => [ 'Jaiku', 'http://%s.jaiku.com/' ], 25 29 lastfm => [ 'Last.fm', 'http://www.last.fm/user/%s/' ], 26 30 linkedin => [ 'LinkedIn', 'http://www.linkedin.com/in/%s' ], 27 31 livejournal => [ 'LiveJournal', 'http://%s.livejournal.com/' ], 32 magnolia => [ 'Ma.gnolia', 'http://ma.gnolia.com/people/%s' ], 28 33 mog => [ 'MOG', 'http://mog.com/%s' ], 29 34 multiply => [ 'Multiply', 'http://%s.multiply.com/' ], … … 31 36 newsvine => [ 'Newsvine', 'http://%s.newsvine.com/' ], 32 37 ning => [ 'Ning', 'http://%s.ning.com/' ], 38 ohloh => [ 'Ohloh', 'http://ohloh.net/accounts/%s' ], 33 39 orkut => [ 'Orkut', 'http://www.orkut.com/Profile.aspx?uid=%s' ], 34 40 pandora => [ 'Pandora', 'http://pandora.com/people/%s' ], … … 36 42 reddit => [ 'Reddit', 'http://reddit.com/user/%s/' ], 37 43 sonicliving => [ 'SonicLiving', 'http://www.sonicliving.com/user/%s/' ], 44 steam => [ 'Steam', 'http://steamcommunity.com/id/%s' ], 38 45 stumbleupon => [ 'StumbleUpon', 'http://%s.stumbleupon.com/' ], 39 46 tabblo => [ 'Tabblo', 'http://www.tabblo.com/studio/person/%s/' ], … … 42 49 twitter => [ 'Twitter', 'http://twitter.com/%s' ], 43 50 upcoming => [ 'Upcoming', 'http://upcoming.yahoo.com/user/%s' ], 51 virb => [ 'Virb', 'http://www.virb.com/%s' ], 52 vox => [ 'Vox', 'http://%s.vox.com/' ], 53 xboxlive => [ 'Xbox Live', 'http://live.xbox.com/member/%s' ], 44 54 youtube => [ 'YouTube', 'http://www.youtube.com/user/%s' ], 45 55 zooomr => [ 'Zooomr', 'http://www.zooomr.com/photos/%s' ], 46 vox => [ 'Vox', 'http://%s.vox.com/' ],47 56 ); 48 57
