Show
Ignore:
Timestamp:
10/31/07 17:29:50 (10 months ago)
Author:
mpaschal
Message:

More services?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Elsewhere/plugins/Elsewhere/lib/WWW/SocialNetworks.pm

    r341 r344  
    66 
    77our %Networks = ( 
     8    '1upcom'    => [ '1up.com', 'http://%s.1up.com/' ], 
    89    '43things'  => [ '43Things', 'http://www.43things.com/person/%s/' ], 
    910    aim         => [ 'AIM', 'aim:goim?screenname=%s' ], 
     
    2223    goodreads   => [ 'Goodreads', 'http://www.goodreads.com/user/show/%s' ], 
    2324    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' ], 
    2428    jaiku       => [ 'Jaiku', 'http://%s.jaiku.com/' ], 
    2529    lastfm      => [ 'Last.fm', 'http://www.last.fm/user/%s/' ], 
    2630    linkedin    => [ 'LinkedIn', 'http://www.linkedin.com/in/%s' ], 
    2731    livejournal => [ 'LiveJournal', 'http://%s.livejournal.com/' ], 
     32    magnolia    => [ 'Ma.gnolia', 'http://ma.gnolia.com/people/%s' ], 
    2833    mog         => [ 'MOG', 'http://mog.com/%s' ], 
    2934    multiply    => [ 'Multiply', 'http://%s.multiply.com/' ], 
     
    3136    newsvine    => [ 'Newsvine', 'http://%s.newsvine.com/' ], 
    3237    ning        => [ 'Ning', 'http://%s.ning.com/' ], 
     38    ohloh       => [ 'Ohloh', 'http://ohloh.net/accounts/%s' ], 
    3339    orkut       => [ 'Orkut', 'http://www.orkut.com/Profile.aspx?uid=%s' ], 
    3440    pandora     => [ 'Pandora', 'http://pandora.com/people/%s' ], 
     
    3642    reddit      => [ 'Reddit', 'http://reddit.com/user/%s/' ], 
    3743    sonicliving => [ 'SonicLiving', 'http://www.sonicliving.com/user/%s/' ], 
     44    steam       => [ 'Steam', 'http://steamcommunity.com/id/%s' ], 
    3845    stumbleupon => [ 'StumbleUpon', 'http://%s.stumbleupon.com/' ], 
    3946    tabblo      => [ 'Tabblo', 'http://www.tabblo.com/studio/person/%s/' ], 
     
    4249    twitter     => [ 'Twitter', 'http://twitter.com/%s' ], 
    4350    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' ], 
    4454    youtube     => [ 'YouTube', 'http://www.youtube.com/user/%s' ], 
    4555    zooomr      => [ 'Zooomr', 'http://www.zooomr.com/photos/%s' ], 
    46     vox         => [ 'Vox', 'http://%s.vox.com/' ], 
    4756); 
    4857