How can I add social bookmarking links to blogger blogs and have them display under the post, saying something like "digg this"?
<h3>Social Network</h3> <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>">Subscribes to feed</a></li> <li><a href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=<?php the_title(); ?>" target="_new" >Stumble this site <strong>main post</strong></a></li> <li><a href="http://technorati.com/faves?add=<?php echo get_settings('home'); ?>">Add to my <strong>Technorati</strong> favourite</a> </ul> Try this code works for me# place it into sidebar remember to change <h3> if your code need <h2>