WP Recent Comments With Avatars

June 27, 2013

WP Recent Comments With Avatars Plugin

Adds avatars and announcements comments. Compact code.

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> 

Installation

  1. Unzip files.
  2. Upload ‘wp-recent-comments-with-avatars’ to the ‘/wp-content/plugins/’ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Place the widget “Recent Comments” in the sidebar. That’s it!

FAQ

Changelog

1.0

  • The first version of the plugin.

Details

  • Version: 1.0
  • Active installations: 100
  • WordPress Version: 3.5.1
  • Tested up to: 3.5.2

Ratings


5 Stars
4 Stars
3 Stars
2 Stars
1 Stars