Ajaxify Comments hooks into native WordPress comments and allows comment posting without reloading the page.
Skip page reloads and separate error screens when posting comments. Ajaxify Comments hooks into your native WordPress comment system and allows comment posting without a page reload. Lazy loading is also supported, which can help speed up your page load time.
Getting Started | Sponsor Us | Ajaxify Home
Ajaxify Comments hooks into your theme and improves the usability of the comment form by validating and adding comments without the need of page reloads. Users can remain on the page and interact with new comments as they’re posted. This plugin also supports lazy loading of comments, which can help speed up your page load time.
When submitting the comment form, WordPress by default reloads the entire page. This can be a disorienting experience for the user. In the case of errors in the comment (invalid email, duplicate comment, empty comment), these often require a separate error screen and the user has to use the back button to edit their comment. This can be a frustrating experience for the user. Adding to that, comments can be resource intensive, and can slow down your page load time.
With Ajaxify Comments, comments are posted without a page reload. If there are errors, the error message is shown immediately, so the user can correct their comment.
Ajaxify Comments also comes with lazy loading of the comments section. For a page with a lot of comments, this can speed things up considerably. You can load comments when the DOM is ready or when the comment section is scrolled into view.
Moreover this plugin includes an option to automatically refresh the comments on the current page while the user stays on your page without requiring a page reload. This can be helpful in busy comment sections where reply response time is important.
Here are some helpful links to help you get started with Ajaxify Comments (docs):
Please use the native WordPress comment system with Ajaxify Comments.
The plugin has integrations with:
The following themes are supported out of the box:
Ajaxify Comments should be compatible with most block themes. If Menu Helper can’t find the selectors, please leave a support request.
Since the plugin hooks into the theme on client-side to intercept the comment form submit process, and to add new comments without reloading the page, the plugin needs to access the DOM nodes using jQuery selectors. The plugin comes with default values for these selectors that were successfully tested with WordPress’ default themes “Twenty Ten”, “Twenty Eleven”, “Twenty Twelve”, “Twenty Thirteen”, “Twenty Fourteen”, “Twenty Fifteen”, “Twenty Sixteen”. If required, the selectors can be customized to match your theme in the plugin’s settings.
Menu Helper is available to help you find the theme’s selectors.
Ajaxify Comments is community supported. If you would like to add or change anything about the plugin, please consider assisting with the development on GitHub.
Please use the support forum to ask questions or to report issues.
Most questions can be resolved by checking out our docs site. https://docs.dlxplugins.com/v/ajaxify-comments – the Search is AI, so it should be able to find what you’re looking for.
This plugin was initially developed by Jan Jonas starting in 2012. Company weweave maintained the plugin from 2014-2022. The plugin is currently supported by Ronald Huereca of DLX Plugins.
See: Plugin Installation.
If you have activated the plugin and are just getting started, please see our Getting Started guide.
WPML is an advanced topic, but we’ve put together a guide to help you translate Ajaxify Comments using WPML.
More than likely you need to set up your selectors. Selectors are an advanced topic, which is why we’ve created Menu Helper. Menu Helper will help you find the right selectors for your theme. Please see our Menu Helper guide for more information.
Lazy Loading is an advanced topic, but we’ve put together a guide to help you understand how to enable lazy loading.
gettext
call only on comment posting, improving performance.functions.php
inclusion.