How to add bubble comment count in blogger
Before adding i tell you that i will introduce you two style of this widget.lets start the process
First you have to login to blogger account
Now go to template and edit Html
click inside code area and press ctrl+f you can see search box appear.
Find this code
Add the below code above ]]></b:skin>
For green
For Blue
Now find this code
If not found try to find this
After it paste below code
<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>
Save your template your work has been done.
Note:To change the color of the comments number, replace #ffffff with your hex color code
To change the font size, increase/decrease the 18px value according to your requirement.