This tutorial will add comments-bubble icons to your post-titles displaying the total count of the comments.
STEP #1:
Log in to Blogger, go to Layout -> Edit HTML
And mark the tick-box “Expand Widget Templates“
Now find this in the template:
<h3 class='post-title entry-title'>
<!--COMMENT-BUBBLES-STARTS--><b:if cond='data:post.allowComments'>
<a class='comment-bubble' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/></a>
</b:if><!--COMMENT-BUBBLES-STOPS-http://www.esoftload.info-->
</head>
<!--COMMENT-BUBBLES-STARTS--><style type="text/css">
.comment-bubble {
float: right;
background: url(http://4.bp.blogspot.com/_MdgHW8LLOTQ/S916UapH7FI/AAAAAAAAADo/KynJjzCUU7Y/s320/df97c4.jpg.png) no-repeat;
width: 55px;
height: 38px;
font-size: 18px;
margin-top: -15px;
margin-right: 2px;
text-align: center;
}
</style><!--COMMENT-BUBBLES-STOPS-http://www.esoftload.info-->





























