Use avatar comment



Now Blogger had develop new element that allow blogger to put avatar in comment . Below is the example when it done




The step to do this as follow:

1. Go to Dashboard > Setting > Comment
Choose "Show profile images on comment" if you use default blogger template the avatar will appear normally  in comment,

But if you using template from other site you have to edit some of the script .

2.Go to Design > Design > Edit Html
Click at expand widget



Find this code

<dl expr:class='data:post.avatarIndentClass' id='comments-block'>

if you fail to find above try to find this code:
<dl id='comments-block'>



then replace with this code:

<dl expr:class='data:post.avatarIndentClass' id='comments-block'>



After that find this code :

<a expr: name 'data =: comment.anchorName' />


Replace it with :


<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
</b:if>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:blog.enabledCommentProfileImages'>
<div expr:class='data:comment.avatarContainerClass'>
<data:comment.authorAvatarImage/>
</div>
</b:if>



3. Save your template


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

1 comments:

TROLL HUNTERS said...

hi i want to learn more about blog management Can you help me to solved. ?
(Raxhaxinfo@gmail.com) u can email me pvt ? i'm new user ???

Post a Comment