Steps To Add Comment Bubble Next To Post Title
- Login to your Dashboard.
- Go to Templates.
- Edit Html >>Expand Widget Templates.
- Find for ]]></b:skin> tag.
- Paste the below code before it.

float : right;
width : 48px;
height : 48px;
background : url(Your Bubble Image Link);
background-repeat: no-repeat;
font-size : 18px;
position:absolute;
margin-top : -15px;
margin-right : 2px;
text-align : center;
}
- Now, find for this code.

- Add the below code before it.
<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>
- Now, Save your Template.
0 comments:
Post a Comment