21 How to number comments in Blogger/BlogSpot

This Blogger hack will show you how to add comment count inside a speech bubble, so that you & your readers can use the numbers to mention or point to a particular comment on any of your posts and besides this, it could as well improve the look and feel of your blog.

Note: This works with the previous blogger commenting system, so if you want to add this hack, you should remove first the Blogger threaded comments. Learn here How to remove Blogger threaded comments

UPDATE! Now you can add comment bubble in your threaded comments too. Read this tutorial:
How to Add Numbered Comments In Threaded Comments
blogger blogspot, tricks

How to add numbered comments on our Blogger/Blogspot blog
how to blog, blogspot blogger

Step 1. Go to Dashboard - Template - Edit HTML (click on Proceed button, if needed)


 Step 2. Select "Expand Widget Template" (make a backup)

Step 3. Now find (CTRL+F) the following code in your template:

<b:loop values='data:post.comments' var='comment'>

Step 4. Immediately above/before it, paste this code:

<script type='text/javascript'>var CommentsCounter=0;</script>

Step 5. Find this code:

<data:commentPostedByMsg/>

Step 6. And immediately below/after it, copy and paste this:

<!--comments-count-starts-->
<span class='comments-number'>
<a expr:href='data:comment.url' title='Comment Link'>
<script type='text/javascript'>
CommentsCounter=CommentsCounter+1;
document.write(CommentsCounter)
</script>
</a>
</span>
<!--comments-count-stops-->

Step 7. Find (CTRL+F) this tag in the template:

</head>

Step 8. Paste this code just above/before it:

<!-- comments-count-starts-->
<style type="text/css">
.comments-number a:link, .comments-number a:visited {
color: black !important;
text-decoration: none !important;
background: url(http://3.bp.blogspot.com/-zrPssaxSG2E/T47v-XB1EWI/AAAAAAAAB8E/uUz8RiJnW2U/s1600/comment+bubble+1.png) no-repeat;
width: 50px; /*image-width size*/
height: 48px; /*image-height size*/
float: right;
display: block;
margin-right: 5px;
margin-top: -15px; /*comments-counter position*/
text-align: center;
font-family: 'Century Gothic','Lucida Grande',Arial,Helvetica,Sans-Serif;
font-size: 15px;
font-weight: normal;
}
.comments-number a:hover, .comments-number a:active {
color: #1BA0E1 !important;
text-decoration: none !important;
}
</style>
<!-- comments-count-stops-http://helplogger.blogspot.com-->

Note:
  • To change the comment bubble, replace the red text from above with your own address
  • To change the color of the numbers, replace the blue text with the hex value of your color

Comment Bubbles 

To choose a comment bubble, right-click on the image and select "Copy Image Address/Location":


how to blogblogger blogspotblogspot blogger, how to blogwidget blogger blogspotblogs, how to blogblogspot or blogger, how to blogtutorials, how tocomments, how to, blogspot bloggernew comment, how to blogblog design, bloggerblogger.com


IMPORTANT: You could use any image instead of the one linked in the code above (STEP 8) but after that, you should modify the size values (width and height), so that the numbers inside the bubble to be correctly adjusted.

Step 9. Save the template... and enjoy your comments :]

You might also be interested in this tutorial from the same category:
How to Add a Comment Bubble to Blogger Post Titles.


21 comments:

  1. Nice blog , but try adding some kind of live chat to this blog so that we visitors can discuss among ourselves instead to commenting and waiting for the replies ...there are many such free services available ..ex , http://confaber.com

    ReplyDelete
  2. hmm... this didn't work for me. Does this not work when you have comments in a separate page?

    ReplyDelete
    Replies
    1. Hi Becky, if you have threaded comments enabled it does not work but it should work with the old comment system. Please verify if you have added the codes at the right places

      Delete
  3. Hi, I am using a simple blogger template and I can't find any of the codes listed here. I have tried everything, if you could help me that would be great.

    ReplyDelete
  4. Anonymous7/30/2012

    i think becky m means "does this not work when you have "pop up window" comments.

    what's the answer?

    ReplyDelete
  5. I tried this on my blog, and everything seems to work fine except that the numbers don't show up in the bubble. Do you have any idea why that might be and what I can do to fix it? I don't have a standard blogger template, mine was customized.

    ReplyDelete
  6. Yay!!!! Finally a tutorial that works on numbering blog comments!!! I just created a newer blog and couldn't get any of the tutorials online to work. I think the whole problem with the others was that no other directed me to remove the blogger threaded comments. Will be doing a link to this post on my blog. Thank you so much!!!
    BBD

    ReplyDelete
  7. Anyone know how do i make my last comment to be first in list ?

    Sorry my english .
    I try to explain what i want

    So my post has 200+ comments and i want to see the last comment ,first !

    ReplyDelete
  8. Can't get it to work for me. Do I have to disable avatar pics for it to work?

    ReplyDelete
    Replies
    1. Nope. You have threaded comments on your blog. This tutorial should work for you: Link
      Hope it helps :)

      Delete
  9. i don't found the code that mentioned in step 4 >.<

    ReplyDelete
  10. Thanks its very helpful :)

    ReplyDelete
  11. Your blog is awe-inspiring. I have found many new things. Your way of staging is also fascinating. You have elected very incredible topic. I appreciate it.

    ReplyDelete
  12. For some unknown reason, this awesome tweak (ie to get numbered comments) is just not working for me no matter how hard I've tried. And yes, I am using threaded comments. I really couldn't tell you why this is the case. My only guess is that since I am in the habit of trying all sorts of random tweaks and customizations I happen to fancy, it may be that one of the tweaks I already have in place (saved) is preventing this from taking effect.

    ReplyDelete
  13. Great Post, thank you for sharing :)

    ReplyDelete
  14. wanna try it
    thanks

    ReplyDelete
  15. Very nice post!! , thank you for sharing. I have gone for it for my blog but numbers are not displaying in bubbles.

    ReplyDelete
  16. I tried this on my blog, and everything seems to work fine except that the numbers don't show up in the bubble. Do you have any idea why that might be and what I can do to fix it? I don't have a standard blogger template, mine was customized.

    ReplyDelete
  17. Anonymous3/08/2013

    i dosent work for me :/

    ReplyDelete
  18. Thank you for taking the time to share this tutorial. Numbered comments will be very helpful. I do not see the 'Expand Widget Template' when I am in Edit HTML and when I try paste the code in step 3 into the ctrl box, it shows 0 of 0. Is there a solution for this? Thanks again!

    ReplyDelete