Return to Snippet

Revision: 18215
at September 23, 2009 16:02 by paulgrenwood


Initial Code
//Delicious
<a title="Bookmark this post at Delicious" rel="nofollow" href="http://delicious.com/post?url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php echo urlencode(get_the_title($id)); ?&gt;">Bookmark at Delicious</a>

//Digg
<a title="Submit this post to Digg" rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=&lt;?php the_permalink(); ?&gt;">Digg this!</a>

//Twitter
<a rel="nofollow" href="http://twitter.com/home?status=<?php echo urlencode("Currently reading: "); ?><?php the_permalink(); ?>" title="Share this article with your Twitter followers">Tweet this!</a>

//StumbleUpon
<a title="Share this post at StumbleUpon" rel="nofollow" href="http://www.stumbleupon.com/submit?url=&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php echo urlencode(get_the_title($id)); ?&gt;">Stumble this!</a>

Initial URL


Initial Description


Initial Title
Add Custom Bookmark Links

Initial Tags
wordpress

Initial Language
PHP