Better Recent Comments
Provides an improved Recent Comments widget and a shortcode to display your recent comments on any post or page.
The facts
- Rating
- 4.8★ from 16
- Active installs
- 2k+
- Price
- Free
- Last updated
- 28 Mar 2024
- Added
- Feb 2016
- Requires WP
- 6.0
- Tested up to
- WP 6.5.10
- Requires PHP
- 7.4
- Downloads
- 67,633
Our analysis
AI-assistedBetter Recent Comments is a WordPress plugin that enhances the default Recent Comments widget by providing more flexibility and options. It allows you to display recent comments with user avatars and the option to show or hide comment dates. Additionally, it includes a shortcode for placing recent comments in various locations on your site, not just the sidebar or footer.
The plugin is compatible with WPML, ensuring that comments displayed are in the current language, which is useful for multilingual sites. It also offers various customization options for formatting, number of comments, date format, avatar size, and more, making it suitable for users who want to tailor their comment display.
Best for: This plugin is best for WordPress users looking to enhance comment visibility on multilingual sites.
What it does well
- ✓Improves upon the default Recent Comments widget
- ✓Includes a shortcode for flexible placement of comments
- ✓Compatible with WPML for multilingual sites
- ✓Customizable options for formatting and display
- ✓Active installation base of 2,000 users
Where it falls short
- •Limited information on additional features or support
- •Translations only available in Spanish, French, and Italian
Verdict
Better Recent Comments provides useful enhancements to comment display for WordPress users, particularly those managing multilingual content. Its flexibility and customization options make it a practical choice for improving user engagement.
From the developer
Kestrel's own description of Better Recent Comments, lightly tidied.
The default Recent Comments widget is somewhat limited. Better Recent Comments improves on this by providing a more flexible widget with options to show the user’s actual comment, as well as show avatars and the ability to show or hide the comment date.
As well as the widget, there’s a handy shortcode you can use to display your recent comments. This is useful if you need to display comments somewhere other than your sidebar or footer, such as on your homepage. Simply add the shortcode [better_recent_comments].
That’s not all! The plugin is also WPML compatible, which means that the comments will be restricted to those in the current language. The default WordPress widget will list all recent comments, regardless of language, so you might end up with comments for German-language posts in the sidebar of your English site. Better Recent Comments solves this and makes sure the comments are for the current language only.
Translations currently provided in Spanish, French and Italian.
View the full plugin documentation in our Knowledge Base.
Options available with the shortcode:
format– the format of each recent comment. This option uses ‘placeholders’ which are substituted with the actual data when the comments are displayed. See the FAQs for details.number– the number of comments to display. Default: 5 commentsdate_format– the date and time format to use. Like WordPress, this uses a PHP date format. It defaults to ‘M j, H:i’. See this cheat sheet for a full list of date and time options.avatar_size– the size of the avatar in pixels. Only used if you have included {avatar} in your comment format (see ‘format’ option). Default: 50post_status– the status of posts to retrieve comments for. Defaults to ‘publish’. Can be a single status or a comma-separated list, or ‘any’ to show comments for all post statuses.post_type– the post type to retrieve comments for. Accepts a single or multiple post types (e.g. ‘post’ or ‘post, dlp_document’) or ‘any’ to show comments for all post types. Default: ‘any’excerpts– set to ‘true’ to show an excerpt of the comment (limited to 20 words), or ‘false’ to show the full comment. Default: truereplies– set to ‘true’ to also show responses to comments, or ‘false’ to only see the top level comments. Default: true