May 26, 2009

0

Add Digg Button To Your Post

  • May 26, 2009
  • anand
  • Share
  • I have a trick to add Digg icon beside your posts so that it enables the visitors to digg your posts directly. It also lets you submit the particular post in Digg. You can do it in a simple way bu just following some simple steps:

    Step by step:

    Login to your blogger account

    1. Click "layout" and then select "edit HTML" tab.
    2. Click "expand widget" and then search for the code


    <p><data:post.body/>



    3. Aftet getting this piece of code Paste Thw following Code

    <p>
    <!-- Digg this button start -->
    <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>
    <!-- Digg this button ends -->



    4. Save the template and take a look of your blog, you will be having The Digg button

     

    0 Responses to “Add Digg Button To Your Post”

    Subscribe