How can I notify content creator of new Disqus comment on her page?

ぐ巨炮叔叔 提交于 2019-12-24 21:45:56

问题


I have a site with user profile pages, that users can add content to, e.g. Anne.

Other users (e.g. Bob) can comment on these pages using Disqus.

When a Bob comments on Anne's page, I'd like to notify Anne of the new comment.

Currently Disqus emails the site moderator to notify the new comment. Can it be made to notify Anne as well?

I'm not using Wordpress (see related question here for discussion when using WP), this is a Django site.

I've seen that you can get a Javascript callback from Disqus, which I could use to trigger an API call to my backend to send a notification email. But if Disqus can send notifications directly itself I won't need to reinvent the wheel.


回答1:


You can, however it's a very manual process. This also requires that the author have a Disqus account and has enabled email notifications from Disqus.

Through the disqus admin tool, click on "Discussions" tab. On this page you can set the thread/article author to a valid disqus user. Disqus will send notification to the author whenever someone comments.



来源:https://stackoverflow.com/questions/30187465/how-can-i-notify-content-creator-of-new-disqus-comment-on-her-page

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!