Linux 软件免费装
Banner图

Disqus Notify Post/Page Author

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

标签

post page comments email notification author notify comment disqus

下载

1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1 1.1.1 1.2 1.2.1

详情介绍:

Purpose 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. INSTALL THE PLUGIN Works with Confirmed to work with (and to also be needed with) at least Disqus Comment System versions 2.74-2.84.

安装:

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 Installation through WordPress user interface
  1. (Log in to your WordPress site)
  2. In WP admin interface choose Plugins > Add New OR Navigate to http://YOURSITE.com/wp-admin/plugin-install.php
  3. In Add New Plugin interface search for: Disqus Notify Post Author
  4. Install the plugin
Installation using a zip file
  1. Download the zip package of this plugin from its GitHub repo
  2. Go to the Plugins - Add New page in WP
  3. Click Upload and select the downloaded ZIP file
Installation using Git As a final option, especially if you maintain multiple sites, you may wish to use Git to clone the plugin:
  1. Open an SSH connection to your WordPress server
  2. Navigate to the plugins directory: [wproot]/wp-content/plugins
  3. Run the following command: git clone https://github.com/jannecederberg/disqus-notify-content-author.git
  4. Log into your WordPress using your browser and go to the Plugins listing
  5. Enable the plugin

屏幕截图:

  • Notification opt-out in user profile settings is by default not selected. The per-user notification opt-out is useful especially for those users who are Disqus admins to avoid double-notifications.

升级注意事项:

1.0.1-1.0.5 Updates to claimed Wordpress and Disqus Comment System version support, no changes to the plugin itself. 1.0 Initial public release. Nothing to upgrade.

常见问题:

I receive two notification emails for comments on my own posts

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.

Why won't the notifications arrive immediately?

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.

There's a repo/plugin on GitHub with the same name

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 :)

What's the background of the plugin?

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.

Why not simply modify Disqus plugin code?

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.

Does the plugin work with WP versions prior to 3.9?

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 :)

Does the plugin work with Disqus versions prior to 2.74?

I haven't tested. Please report in case you try it :)

更新日志:

1.2.1 (2016-02-23) 1.2 (2015-09-20) 1.1.1 (2015-09-18) Remove post type dependent notification triggering due to it not working correctly. Adding it back in v1.2. 1.1 (2015-09-18) 1.0.5 (2015-04-28) 1.0.4 (2014-12-22) 1.0.3 (2014-11-04) 1.0.2 (2014-09-07) 1.0.1 (2014-08-20) 1.0 (2014-08-14)