>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Recent Comments With Avatars |
Version | 1.0 |
Author | TrueFalse |
Rating | 100 |
Last updated | 2013-06-27 01:56:00 |
Downloads |
2215
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 1%
WP Recent Comments With Avatars plugin added 4 kB of resources to the Home page and 4 kB of resources to the sample Post page.
WP Recent Comments With Avatars plugin added 1 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Recent Comments With Avatars plugin ads no tables to your Wordpress blog database.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&r=G" alt="">
</div>
<b>UserName</b>: excerpt comment <a href="http://example.com/page/#comment-ID">»</a>
</li>
<li class="recentcomments">
...
</li>
</ul>