开发者 |
jcederberg
kraftbj |
---|---|
更新时间 | 2016年2月23日 19:04 |
捐献地址: | 去捐款 |
PHP版本: | 2.8 及以上 |
WordPress版本: | 4.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
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 :)