'del.icio.us', 'description' => t('Bookmark this post on del.icio.us.'), 'link' => 'http://del.icio.us/post?url=&title=', ); $links['digg'] = array( 'name' => 'Digg', 'description' => t('Digg this post on digg.com'), 'link' => 'http://digg.com/submit?phase=2&url=&title=', ); $links['stumbleupon'] = array( 'name' => 'StumbleUpon', 'description' => t('Thumb this up at StumbleUpon'), 'link' => 'http://www.stumbleupon.com/submit?url=&title=', 'icon' => 'stumbleit.png', ); $links['twitter'] = array( 'name' => 'Twitter', 'description' => t('Share this on Twitter'), 'link' => 'http://twitter.com/?status=%20--%20', ); $links['pingthis'] = array( 'name' => 'Ping This!', 'link' => 'http://ping.fm/ref/?link=&title=&body=', 'description' => t('Submit to Ping.fm.'), ); $links['propeller'] = array( 'name' => 'Propeller', 'link' => 'http://www.propeller.com/submit/?U=&T=', 'description' => t('Submit to Propeller.'), ); $links['reddit'] = array( 'name' => 'Reddit', 'link' => 'http://reddit.com/submit?url=&title=', 'description' => t('Submit this post on reddit.com.'), ); $links['slashdot'] = array( 'name' => 'SlashDot', 'link' => 'http://slashdot.org/bookmark.pl?url=&title=', 'description' => t('Bookmark this post on SlashDot'), ); $links['newsvine'] = array( 'name' => 'Newsvine', 'link' => 'http://www.newsvine.com/_tools/seed&save?u=&h=', 'description' => t('Submit this post on newsvine.com.'), ); $links['furl'] = array( 'name' => 'Furl', 'link' => 'http://www.furl.net/storeIt.jsp?u=&t=', 'description' => t('Submit this post on furl.net.'), ); $links['facebook'] = array( 'name' => 'Facebook', 'link' => 'http://www.facebook.com/sharer.php?u=&t=', 'description' => t('Share on Facebook.'), ); $links['myspace'] = array( 'name' => 'MySpace', 'link' => 'http://www.myspace.com/index.cfm?fuseaction=postto&t=&u=', 'description' => t('Share on MySpace.'), ); $links['google'] = array( 'name' => 'Google', 'link' => 'http://www.google.com/bookmarks/mark?op=add&bkmk=&title=', 'description' => t('Bookmark this post on Google.'), ); $links['yahoo'] = array( 'name' => 'Yahoo', 'link' => 'http://bookmarks.yahoo.com/myresults/bookmarklet?u=&t=', 'description' => t('Bookmark this post on Yahoo.'), ); $links['buzz'] = array( 'name' => 'Buzz Up!', 'link' => 'http://buzz.yahoo.com/buzz?targetUrl=&headline=&summary=', 'description' => t('Buzz up this post on Yahoo! Buzz.'), ); $links['linkedin'] = array( 'name' => 'LinkedIn', 'link' => 'http://www.linkedin.com/shareArticle?mini=true&url=&title=&summary=&source=', 'description' => t('Publish this post to LinkedIn'), ); $links['technorati'] = array( 'name' => 'Technorati', 'link' => 'http://technorati.com/search/', 'description' => t('Search Technorati for links to this post.'), ); $links['technorati_favorite'] = array( 'name' => 'Favorite on Technorati', 'link' => 'http://technorati.com/faves?sub=addfavbtn&add=', 'description' => t('Add this post to your Technorati Favorites.'), 'icon' => 'technorati.png', ); $links['icerocket'] = array( 'name' => 'Icerocket', 'link' => 'http://blogs.icerocket.com/search?q=', 'description' => t('Search IceRocket for links to this post.'), ); $links['misterwong'] = array( 'name' => 'Mister Wong', 'link' => 'http://www.mister-wong.com/addurl/?bm_url=&bm_description=', 'description' => t('Bookmark this post on Mister Wong'), ); $links['google_buzz'] = array( 'name' => 'Google Buzz', 'link' => 'http://www.google.com/buzz/post?url=', 'description' => t('Buzz this post on Google.'), ); $links['mixx'] = array( 'name' => 'Mixx', 'link' => 'http://www.mixx.com/submit?page_url=&title=', 'description' => t('Submit this post on mixx.com.'), ); $links['box'] = array( 'name' => 'Box', 'link' => 'https://www.box.net/api/1.0/import?url=&name=&description=&import_as=link', 'description' => t('Box it!'), ); $links['blinklist'] = array( 'name' => 'Blinklist', 'link' => 'http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url=&Title=&Pop=yes', 'description' => t('Add to Blinklist'), ); $links['identica'] = array( 'name' => 'identi.ca', 'link' => 'http://identi.ca/?action=newnotice&status_textarea=+', 'description' => t('Dent this on identi.ca.'), ); $links['newskicks'] = array( 'name' => 'Newskicks', 'link' => 'http://newskicks.com/submit.php?url=', 'description' => t('Kicks this post on NewsKicks.'), ); return $links; }