[Update] Add Auto Bubble Comment Count In Blogger Post Title
Some visitor do not understand the topic or their problem not solved by your description so they ask for help by comment.It is very good way to communicate and to help each other.today we will learn how to add bubble comment count.It show the number of comment on your post within beautiful bubble.It looks very pretty.It can see it beside post title.
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
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.
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.