Add digg button into blogger post

  1. Login to blogger dashboard
  2. Select "Template" then click "Edit HTML"
  3. Click "Proceed"
  4. Tick "Expand Widget Templates"
  5. Search for "<data:post.body/>", replace it with the following code:
    <p>
    <!-- DIGG -->
    <div style='float:right; margin-left:10px;'>
    <script type='text/javascript'>
    digg_url = '<data:post.url/>';
    </script>
    <script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
    </div>
    <data:post.body/>
    </p>
    

SEE ALSO:

1 comment:

  1. Thanx for sharing this , but I want to ask is there a method by which it shows few lines of post instead of the blog description.Like it happens in facebook when using rss graffiti, it shows few lines , but while using digg it or pin it button , blog descriptopn appears instead of the post

    Heres is my blog

    http://www.makeupreviewshall.com

    ReplyDelete