How do you add social bookmarking links to blogger?

Discussion in 'Blogging' started by thechilli, Mar 21, 2008.

  1. #1
    How can I add social bookmarking links to blogger blogs and have them display under the post, saying something like "digg this"?
     
    thechilli, Mar 21, 2008 IP
  2. tamilsoft

    tamilsoft Banned

    Messages:
    1,155
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
  3. thechilli

    thechilli Peon

    Messages:
    109
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks a lot
     
    thechilli, Mar 21, 2008 IP
  4. coldgansta

    coldgansta Guest

    Messages:
    1,614
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <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() ?>&amp;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>
     
    coldgansta, Mar 21, 2008 IP