If using Disqus, the authors of posts/pages do not get notified of comments if they're not Disqus moderators. This plugin fixes that.
This plugin notifies post/page author by email of comments posted through the
Disqus Comment System plugin even if the author is not an admin of the Disqus account used for the site.
In other words, this plugin implements the same notification functionality that WordPress ships with out of the box but which is disabled by using the Disqus Comment System.
Confirmed to work with (and to also be needed with) at least Disqus Comment System versions 2.74-2.84.
These sites/blogs describe the same issue that this plugin solves. Using this plugin is simpler though and prevents you from shooting your own leg (by not doing custom hacks)
Contributers to the initial version of this plugin that was released in March 2014 on GitHub
Before installing, make sure you have the Disqus Comment System plugin installed AND that you have not disabled automatic comment syncing in the Disqus WP plugin’s settings
As a final option, especially if you maintain multiple sites, you may wish to use Git to clone the plugin:
If you’re admin on the Disqus account used for the site then yes you will receive two emails on your own posts, one from Disqus and another from WordPress. However, users who have authored content on your site but are not admins in the Disqus account will only receive one notification email (coming from WordPress).
Starting from version 1.1, each WordPress user can choose to opt out of receiving the comment notification emails generated by this plugin.
There is a delay of a few minutes in notification delivery as notifications to post/page authors are emailed only after the Disqus system submits them back to your WordPress installation; this usually doesn’t take more than 5 minutes.
Yes, that’s a duplicate of the codebase of this plugin. This plugin was originally released on GitHub in March 2014. In August 2014 I applied and got the plugin promoted to WordPress.org. The GitHub repo still remains active and all changes to the plugin are actually first pushed to GitHub and only after that are they pushed to the SVN repo at wordpress.org.
If you’d rather use this plugin by doing a git clone, feel free to do so 🙂
In standard WordPress settings you can define for WP to email the post/page author whenever a comment is posted on their content; this setting is on by default. However, if you’re using the Disqus Comment System plugin, then post/page authors won’t receive comment notifications. Instead, only comment moderators (defined in Disqus admin panel) will be notified.
You should not modify the Disqus Comment System plugin code to accomplish author notification. Why? Because it’ll break your plugin updates. In other words, any time you update your Disqus plugin, you’ll have to remember to re-apply your modification…
And what if you manage multiple WP sites? There’s a 95.37% chance you’ll forget to re-apply
the change on at least one of those WP instances at least sometime…plus it’s pretty annoying re-applying the change over and over again.
Instead, this plugin utilizes WP’s wp_insert_comment hook/action and the wp_notify_postauthor function as done in this plugin.
I assume it will work with the same WordPress versions as the Disqus Comment System, which is WP 2.8 and higher. Nevertheless, I have not tested support on all versions. If you come across a combo of WP+Disqus versions with which this plugin doesn’t work, could you please report it, thank you 🙂
I haven’t tested. Please report in case you try it 🙂
Remove post type dependent notification triggering due to it not working correctly. Adding it back in v1.2.