Google Blogger just Added another feature to show commenter avatar! So again. this is great, but if you have a customized template the avatars won't show up. So how to fix that..
How To Fix:
- To enable profile images in your blog's comments, go to Settings | Comments.
- If you still don't see avatars. Go to Layout > Edit HTML :.
- Click "Download Full Template" to backup your template.
- Check "" to show full template.
- Look-up <b:if cond='data:comment.authorUrl'> and insert the following code right before it:
<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='35px' width='35px'/>
</b:if>
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
After Google Blogger 10th anniversary.. It started to present new features like:
- Jump Breaks to show Post summaries on index page.
- Tag-Cloud widgets : Partly cloudy, chance of labels
- New Post Editor: An overview of the new post editor.








As I have customized layout, I tried your "Fix", but it didn't worked on my layout. Any clue??
(I did found the code you mentioned, in my template and also added the code you have provided but got no result)
Thank You!
Arshad
@Ahmed,
Tell me your blog address.. or email me.
Hello Mike!
I arrived here searching for this hack.
I also tried and didn't worked for me too.
my blog url is: http://sujanacharya.blogspot.com/
I am using 3 column denim template, heavily customized though.
Can it be fixed ?
Thanks !
@Sujan Sharma,
Ya, it didn't come up! are you sure you've enabled profile images in Settings | Comments.
for further assistance, you can email me your template.
Mike!
Thanks for quick response. Yes, I have enabled that settings.
Actually, I found another little long code, which worked. But, as that also removed my "Author's Comment" settings (highlighting of Author comment)I reverted back.
@Sujan Sharma,
You welcome.. I believe you can maintain the author's comment highlighting while adding the avatar feature..
hi Mike
you can update the tuto because it didn't work with all blogger templates for instance mine: i had to add .avatar-image-container img in the CSS but other templates even if my tip that i did it couldn't work so the solution up to now here :
http://www.bloggerbuster.com/2007/05/about-author.html
http://www.leblogger.com/2009/09/avatar-image-profil-commentaire-blogger.html
@الطالب,
Thanks buddy.. but CSS on leblogger.com is supposed to customize the avatar but not necessary for it work.
He tries to put a background image behind the avatar in case the commenter was not using a Blogger account as it would show a transparent 1x1 gif image.
Still, It is worth mentioning that Blogger CSS files defines the Style for the avatar by selector like this [#comments-block .avatar-image-container img] which will not apply on the avatar unless the comments container (dl or ol element) had the id="comments-block" !
So, you need to look for <ol class="commentlist"> and replace with <ol class="commentlist" id="comments-block">.
For bloggerbuster.com, I guess you mean this link: http://www.bloggerbuster.com/2009/09/profile-avatars-for-blogger-comments.html
i did try what u ve said but it didnt work with my blog!
@الطالب,
for further assistance email me..!
oh damn, it have been almost 10 days my avatar is only showing, the blogger team really took too much time to solve this ....
@Soufiane,
ya, sometimes the new feature of commenter avatar doesn't work!