Index: services/general_services.module =================================================================== --- services/general_services.module (revision 360) +++ services/general_services.module (working copy) @@ -103,6 +103,11 @@ function general_services_service_links( 'link' => 'http://www.mister-wong.com/addurl/?bm_url=&bm_description=', 'description' => t('Bookmark this post on Mister Wong'), ); + $links['slashdot'] = array( + 'name' => 'SlashDot', + 'link' => 'http://slashdot.org/bookmark.pl?url=&title=', + 'description' => t('Bookmark this post on SlashDot'), + ); return $links; }