How to add beautiful bubble comment counter to blogger :
Step 1
Login to your blogger blog and select the blog from your blog dashboard. Now selecttemplate >> edit html.
Step 2
Click in the template code area and press ctlr + F5 to open search box and type the following code in the search box.
]]></b:skin>
Step 3
Step 2
Click in the template code area and press ctlr + F5 to open search box and type the following code in the search box.
]]></b:skin>
Now expand the code by clicking the arrow next to it and search for the above code again, simply add the below code above ]]></b:skin>
Once the above code is added to the template, search for the code below
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
.comment-bubble {
float : right;
width : 48px;
height : 48px;
background : url(http://goo.gl/92MxG2);
background-repeat: no-repeat;
font-size : 18px;
margin-top : -15px;
margin-right : 2px;
text-align : center;
}
width : 48px;
height : 48px;
background : url(http://goo.gl/92MxG2);
background-repeat: no-repeat;
font-size : 18px;
margin-top : -15px;
margin-right : 2px;
text-align : center;
}
Step 4
Once the above code is added to the template, search for the code below
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
If due to some reason you are unable to find the above stated line of code look for the code written below.
<b:if cond='data:post.title'>
<h3 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title' itemprop='name'>
Step 5
Now add the following code immediately after this code.
<b:if cond='data:post.allowComments'>
<a class='comment-bubble' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' style='color: #000000; font-size: 18px; font-weight: bold;'><data:post.numComments/></a>
</b:if>
I have provided a few beautiful images that you can add to your blogger bubble comment counter, just replace the URL with the above stated URL in Step 3 that is highlighted in pink color.
Now add the following code immediately after this code.
<a class='comment-bubble' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' style='color: #000000; font-size: 18px; font-weight: bold;'><data:post.numComments/></a>
</b:if>
Customize comment counter:
You can change the #ffffff hex color code to the choice of your color or color which suits to your template. Similarly, change 18px font size to your preferred font size.I have provided a few beautiful images that you can add to your blogger bubble comment counter, just replace the URL with the above stated URL in Step 3 that is highlighted in pink color.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDVP1w1t_bCQ5V0mK8H6TkFxOAdOk16C3Nve7xMqgdtJofH4UsXSShmK9ovW5DKX9tpPToKBUq5zatYu3irHviEc9MN9OjrdoFgO9UBiveZGO-rtPIhaNQR8XSb7UgVVlV_cVrq9Lau-UG/s1600/blue+bubbe+comment+counter.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjN56D0KhLWSHplZ67IMlmUd3UuPO2aeanuA0eBOzjUX3acrW3vY-vKiBhu-QOkhRwlIC6axivEAkh5PtWXuYxW3kvzOt_3eLbA4-zsGtuvfwELwIOnySAwPfDEduUe4EgavUAivvdhdhlh/s1600/pink+comment.png
I hope you have liked our effort of providing a beautiful bubble comment counter to blog post title. Do write to us in the comments section. If you face any problem, don't hesitate to ask.
Do You Like This Post ?