Web Design Blog

Repost of: http://www.problogdesign.com/wordpress/social-bookmarking-link-codes-for-33-of-the-biggest/

In this post, I’ve written the WordPress codes for 33 of the largest social bookmarking and networking sites out there.

Blinklist

1
http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=<?php the_permalink(); ?>&Title=<?php the_title(); ?>

Delicious

1
http://delicious.com/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&notes=<?php the_excerpt(); ?>

Design Float

1
http://www.designfloat.com/submit.php?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

Digg

1
http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&bodytext=<?php the_excerpt(); ?>

Diigo

1
http://www.diigo.com/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

Dzone

1
http://www.dzone.com/links/add.html?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

Facebook

1
http://www.facebook.com/share.php?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>

Fark

1
http://cgi.fark.com/cgi/fark/farkit.pl?h=<?php the_title(); ?>&u=<?php the_permalink(); ?>

Friendfeed

1
http://www.friendfeed.com/share?title=<?php the_title(); ?>&link=<?php the_permalink(); ?>

Google Bookmarks

1
http://www.google.com/bookmarks/mark?op=edit&bkmk=<?php the_permalink(); ?>&title=<?php the_title(); ?>&annotation=<?php the_excerpt(); ?>

Hacker News

1
http://news.ycombinator.com/submitlink?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>

Identi.ca

1
http://identi.ca/notice/new?status_textarea=<?php the_permalink(); ?>

Linked In

1
http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&summary=<?php the_excerpt(); ?>

Live Favorites

1
https://favorites.live.com/quickadd.aspx?marklet=1&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

Mister Wong

1
http://www.mister-wong.com/addurl/?bm_url=<?php the_permalink(); ?>&bm_description=<?php the_title(); ?>

Mixx

1
http://www.mixx.com/submit?page_url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

MySpace

1
http://www.myspace.com/Modules/PostTo/Pages/?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>

Netvibes

1
http://www.netvibes.com/share?title=<?php the_title(); ?>&url=<?php the_permalink(); ?>

Newsvine

1
http://www.newsvine.com/_tools/seed&save?u=<?php the_permalink(); ?>&h=<?php the_title(); ?>

Ping.fm

1
http://ping.fm/ref/?link=<?php the_permalink(); ?>&title=<?php the_title(); ?>&body=<?php the_excerpt(); ?>

Posterous

1
http://posterous.com/share?linkto=<?php the_permalink(); ?>&title=<?php the_title(); ?>&selection=<?php the_excerpt(); ?>

Propeller

1
http://www.propeller.com/submit/?url=<?php the_permalink(); ?>

Reddit

1
http://reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

Slashdot

1
http://slashdot.org/bookmark.pl?title=<?php the_title(); ?>&url=<?php the_permalink(); ?>

Sphere

1
http://www.sphere.com/search?q=sphereit:<?php the_permalink(); ?>&title=<?php the_title(); ?>

Sphinn

1
http://sphinn.com/index.php?c=post&m=submit&link=<?php the_permalink(); ?>

StumbleUpon

1
http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

Technorati

1
http://technorati.com/faves?add=<?php the_permalink(); ?>

Tipd

1
http://tipd.com/submit.php?url=<?php the_permalink(); ?>

Tumblr

1
http://www.tumblr.com/share?v=3&u=<?php the_permalink(); ?>&t=<?php the_title(); ?>&s=<?php the_excerpt(); ?>

Twitter

1
http://twitter.com/home?status=<?php the_title(); ?> - <?php the_permalink(); ?>

Yahoo Bookmarks

1
http://bookmarks.yahoo.com/toolbar/savebm?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>

Yahoo Buzz

1
http://buzz.yahoo.com/submit/?submitUrl=<?php the_permalink(); ?>&submitHeadline=<?php the_title(); ?>&submitSummary=<?php the_excerpt(); ?>&submitCategory=science&submitAssetType=text

One thing that you should note though is that if you put images into your excerpts, then you should remove the section from any of the links that have it. For example:

1
http://delicious.com/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&notes=<?php the_excerpt(); ?>

Would become:

1
http://delicious.com/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

And that’s all 33. Hopefully it should cover just about any site you need, but if there any others, just let me know and I’ll add to it!