/ Published in: PHP
Expand |
Embed | Plain Text
//Delicious <a title="Bookmark this post at Delicious" rel="nofollow" href="http://delicious.com/post?url=<?php the_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>">Bookmark at Delicious</a> //Digg <a title="Submit this post to Digg" rel="nofollow" href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>">Digg this!</a> //StumbleUpon <a title="Share this post at StumbleUpon" rel="nofollow" href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>">Stumble this!</a>
You need to login to post a comment.
