WP Recent Comments With Avatars

WP Recent Comments With Avatars Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 5,065 downloads
WP Recent Comments With Avatars Icon

Try plugin: WP Recent Comments With Avatars

We'll create fresh WordPress site with WP Recent Comments With Avatars installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Recent Comments With Avatars

Adds avatars and announcements comments. Compact code.

3


0


0


0


0

updated: 11 years ago
since: 11 years ago
author: TrueFalse

Description

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>