WP Recent Comments With Avatars

plugin banner

Adds avatars and announcements comments. Compact code.

Author:TrueFalse (profile at wordpress.org)
WordPress version required:3.5.1
WordPress version tested:3.5.2
Plugin version:1.0
Added to WordPress repository:27-06-2013
Last updated:27-06-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:http://sitehint.ru/?p=827
Total downloads:5 065
Active installs:100+
plugin download
Click to start download

Lightweight plugin that overrides the default widget “recent comments” in WordPress, adding an avatar display visitors comments and quotes length of 50 characters.

Is a direct descendant of WP_Widget_Recent_Comments.

Example markup that is generated by the plugin(for theming):

<ul id="recentcomments">
  <li class="recentcomments">
    <div class="alignleft">
      <img width="32" height="32" class="avatar avatar-32 photo" src="http://0.gravatar.com/...%3D32&amp;r=G" alt="">
    </div>
    <b>UserName</b>: excerpt comment <a href="http://example.com/page/#comment-ID">ยป</a>
  </li>
  <li class="recentcomments">
  ...
  </li>
</ul>

FAQ
ChangeLog