How to Add A Comment Count Bubble To Blogger Post Titles

A comment bubble (or speech balloon) with the current number of comments displayed on each blogger post titles might be an excellent addition if you want to make your blog more attractive and engaging. Having a comment bubble icon could help you not only to get more comments on your blog but may, as well, give your visitors a hint about which are the most popular posts on your blog. When a post has received many comments, it could reflect the popularity of your posts and thus, make your readers and visitors to be more interested in reading them.
If you want to add a comment or speech bubble to your Blogger blog, then follow the next steps below:


Step 1. Log in to your Blogger Dashboard > go to Template > click the Edit HTML button

comment bubble, speech bubbles, blogger comment bubble

Step 2. Click anywhere inside the code area and press the CTRL + F keys to open the Blogger search box
blogger search box

Step 3. Find the following tag in your template:
]]></b:skin>
Note: before anything, you need to click on the small arrow next to it and after the code has expanded, search for the ]]></b:skin> tag again

Step 4. Just above ]]></b:skin> add the following CSS styling:
.comment-bubble {
float : right;
width : 48px;
height : 48px;
background : url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicQKmn7CDkRx26SLPw_FZbeTAREcrRixDSgcua3poKkV4SY6_E8KLxympVcElH6V6kKFF1-ZC24VNyDw0EdCt1OigLx0JPlCln_jiIj_ZNMo1otaMYtdt2Dm7Yy092JIWYcdsqO36fVqw5/s1600/speech+bubble+green.png);
background-repeat: no-repeat;
font-size : 18px;
margin-top : -15px;
margin-right : 2px;
text-align : center;
}
Step 5. Now find this code:
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
Note: If you can't find it, search this code instead:
<b:if cond='data:post.title'>
      <h3 class='post-title entry-title' itemprop='name'>
Step 6. And add this code immediately after it:
<b:if cond='data:post.allowComments'>
<a class='comment-bubble' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' style='color: #ffffff; font-size: 18px; font-weight: bold;'><data:post.numComments/></a>
</b:if>
Note:
  • to change the color of the comments number, replace #ffffff with the hex value of your color;
  • to change the font size, increase/decrease the 18px value;
Step 7. Preview your template and if everything is ok, click on Save Template.

Comment Bubbles 

You can choose one of the images below - right click on the image you like and select "Copy Image Address/Location", then replace the blue code from step 4 with the address you just copied.

bubble comment count, bubble blogger postsblogger comments, comment countblogger blogspot, blogger commentsblogger bubble comment countcomments in blogger titlesblogger tips, blogger tricksblogger widgets, bubble comment countbubble comment countBubble Comment CountBubble Comment Count, blogger blogspot


That's it! Enjoy!!! (:

Do you need to add more info on your blog posts? Then I recommend you reading this tutorial:

58 comments:

  1. Great script for bubble count.Yeah bubble counter button makes blog more attractive.Thanks for sharing step by step information of adding bubble counter button.

    ReplyDelete
  2. ...I want to do this but I cannot find either of the two codes in step 4 in my expanded widget template...

    ReplyDelete
    Replies
    1. Hello Amber,

      Then search for this code: <h3 class='post-title entry-title' itemprop='name'>
      Hope it works

      Delete
    2. wow, I'm an idiot. I got it. Thank you very much. It looks great.

      Delete
  3. I follow all steps you mentioned but i didn't find bubble on my blog....please help me...

    http://techknowgalaxy.blogspot.in/

    ReplyDelete
  4. Actually i am using Facebook comment box..

    ReplyDelete
  5. how to remove the under line when hover?

    ReplyDelete
  6. thanks so much! your site helped me more than any of the others!

    ReplyDelete
    Replies
    1. You're welcome dear. I'm happy that you find it useful :)

      Delete
  7. Finally got it to work! But I was wondering how to center the number inside the bubble ..
    Any tips?

    Here's what it looks like so far ... The number is closer to the top and not centered. ..
    http://papaisapreacher.blogspot.com

    ReplyDelete
  8. thank you. i like this widget.

    ReplyDelete
  9. thank you :). btw, how to change the font colour?

    ReplyDelete
    Replies
    1. I'm sorry, now I've updated my post. Add the code in red from step 5 followed by the apostrophe (') then change #ffffff with the hex value of your color. Hope it works, thanks for visiting!

      Delete
  10. does this works for disqus comments as well ? I'm not using the default comment system provided by blogger, but i want to display comment bubble. Help!

    ReplyDelete
  11. I can't get this to work. :( Reason being ~ I can find either of the codes in Step 4. I did see where you commented and gave another code- I cant find that either. :(

    Please help. I am just using a Simple Template in Blogger if that helps...no special template or fancy coding. Thanks in advance!!!! <3

    ReplyDelete
  12. Do you know how to make the link go to #comments and not #comment-form? Thanks!

    ReplyDelete
  13. Very god. I want to move down the text. How do i do it?

    ReplyDelete
  14. I got is right, but is only the bubble showing. the number of comments not showing in the bubble

    ReplyDelete
  15. This is cute but for some reason my numbers aren't central to my speech bubble. Do you know why this is?

    ReplyDelete
  16. Hi, love your tutorials! Quick question - the bubble is appearing on my posts that already have comments but the ones with no comments have no bubble or comment link? any idea what i need to change?
    www.thebearhut.blogspot.com

    ReplyDelete
  17. I have finally figured it out so please disregard my previous comment. Many thanks

    ReplyDelete
  18. Thanks! This worked like a charm for me!
    Can anyone help me center the number within the bubble?

    ReplyDelete
    Replies
    1. Man, I played with this for awhile just to figure out how to center the number. OK, here is the solution. In the last code, after:

      font-weight: bold;

      Add this line right after it:

      text-align: center; line-height: 23px;

      Adjust the number according to your images. That'll should work.

      Delete
    2. Thank you! I thought I am going mad on this one, but your solution works great!

      Delete
  19. Hey, great tutorial but I have the same problem as everyone else -- how do we center the text in the speech bubble? Also can we move the bubble to the bottom of the post rather than the top right near the title? Thanks!

    ReplyDelete
  20. amazing tutorial, really makes it so easy! Thank you!!

    ReplyDelete
  21. Very good site. Thank you for your help.

    ReplyDelete
  22. Good tutor. I will us it in our coming blog of Puff and Pie.
    Thanks.....! Visit again to this post.

    ReplyDelete
  23. thank you so much for the tutorial. I have customize it, very attractive.

    ReplyDelete
  24. Wow... i think this blog is useful and keep blogger.
    Thanks for very informative tutorial.

    ReplyDelete
  25. On my blog there were two locations where I could paste the second chunk of code (the html) - if you twice Search and Find for the suggested text you should paste at the second location.

    ReplyDelete
  26. helo thanks for this site very good.

    ReplyDelete
  27. I followed your guide with above code but it doesn't show anything in my post.

    Please help me.

    ReplyDelete
  28. I have followed it, but nothing is showing. What should I do?

    ReplyDelete
  29. its work for my blog! thank you very much for sharing this.

    ReplyDelete
  30. This is not working for me. I have tried it a few times. I can not figure out if I am doing the code part rite.I find the codes fine and then I put them in correctly but I still can't see the bubbles in the preview.

    I am using the newest version of blogger.Plus its a template I downloaded from btemplates.com

    ReplyDelete
  31. I've tried this several times, adding all the codes and such but the image of the bubble doesn't appear on the blog. Please help

    ReplyDelete
  32. Nice sharing,...
    I'll try it at my blog

    ReplyDelete
  33. Finally got it to work! But I was wondering how to center the number inside the bubble ..
    Any tips?

    Here's what it looks like so far ... The number is closer to the top and not centered. ..
    http://maghrb.com/

    ReplyDelete
  34. very nice post...thanks for publishing...

    ReplyDelete
  35. i have tried more and more times, but the image of the bubble doesn't appear on my blog. Can some plz help me for the same.

    ReplyDelete
  36. Hey I have tried to implement this feature, but had no success. First of all, the bubble appears on the wrong place and I cannot remove it. I have tried to delete the code from here but it didn't work. My blog is http://sommelierschool.blogspot.com/

    Could you help me somehow?
    Thanks in advance.

    P.S.

    This is great blog, thank you!

    ReplyDelete
  37. I want to add a "comments" box at http://music4you.weebly.com

    ReplyDelete
  38. this is Tutorial very good, and i knew about it.
    Thank's

    ReplyDelete
  39. Thanks for this, works great but wondered if Google+comments can be included in comment count.

    Thanks

    ReplyDelete
  40. Finally got it to work! But I was wondering how to center the number inside the bubble ..
    Any tips?

    ReplyDelete
  41. Hello! I love your tutorials! Quick question - the bubble is appearing on my posts that already have comments but the ones with no comments have no bubble or comment link? any idea what i need to change? Thanks.

    ReplyDelete
  42. I am using Google Plus comments. Then Can I use this in my blog ?
    Will this counter count the number of Google Plus comments ?

    ReplyDelete