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/AVvXsEhB_jlJs7oFOJdIKBjHD4MwBPFw-l1mbaghzgVIrjGe3IhtQOO1tBnlxtHU_bLQxuMkNhEg7sQOcMuB67_qsxUITygblNw7BRK__2BOoyEdfxJbwfqhmNlWjhY2zLIr5hjqjgGnqxS8iF6G/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:

Comments/disqusion
62 comments

  1. says:

    cooooooooooooooool

  2. says:

    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.

  3. says:

    nice post thnx for sharing:
    Earn Money Online - SEO Tips - Free Backlink

  4. says:

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

  5. says:

    Hello Amber,

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

  6. says:

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

  7. says:

    wow, this cute..
    like this

  8. says:

    Thanks, worked fantastic http://aladba.blogspot.com/

  9. says:

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

    http://techknowgalaxy.blogspot.in/

  10. says:

    Actually i am using Facebook comment box..

  11. says:

    how to remove the under line when hover?

  12. says:

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

  13. says:

    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

  14. says:

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

  15. says:

    thank you. i like this widget.

  16. says:

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

  17. says:

    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!

  18. says:

    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!

  19. says:

    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

  20. says:

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

  21. says:

    nice. thanks.... :D

  22. says:

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

  23. says:

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

  24. says:

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

  25. says:

    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

  26. says:

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

  27. says:

    hey it wont work for me :(

  28. says:

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

  29. says:

    amazing site thanks for this.

  30. says:

    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.

  31. says:

    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!

  32. says:

    amazing tutorial, really makes it so easy! Thank you!!

  33. says:

    Very good site. Thank you for your help.

  34. says:

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

  35. says:

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

  36. says:

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

  37. says:

    For my blog don't work :(

  38. says:

    This web site is very nice .
    The post is Trusted so allmost the very good.
    very good

  39. says:

    it doesn't work for my blog: www.lumeamirelei.blogspot.it

  40. says:

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

  41. says:

    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.

  42. says:

    helo thanks for this site very good.

  43. says:

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

    Please help me.

  44. says:

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

  45. says:

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

  46. says:

    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

  47. says:

    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

  48. says:

    hello thanks very good

  49. says:

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

  50. says:

    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/

  51. says:

    very nice post...thanks for publishing...

  52. says:

    Really informative post...

  53. says:

    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.

  54. says:

    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!

  55. says:

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

  56. says:

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

    Thanks

  57. says:

    thanks for the article

  58. says:

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

  59. says:

    thanks

  60. says:

    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.

  61. says:

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

  62. says:

    In the present world, everything is on the internet, we use internet for even smallest of things. provide a platform for singles to interact online best dating apps. We have helped many singles find love irrespective of their age. We let the users interact online and the rest is up to their charms.
    https://bandcamp.com/bestdatingapps