如何在她的页面上通知内容创建者新的Disqus评论?

时间:2021-11-14 03:11:50

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.

其他用户(例如Bob)可以使用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?

目前Disqus会通过电子邮件向网站管理员发送电子邮件通知新评论。是否可以通知安妮?

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

我没有使用Wordpress(在使用WP时请参阅此处的相关问题),这是一个Django站点。

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.

我已经看到你可以从Disqus获得一个Javascript回调,我可以使用它来触发对我的后端的API调用以发送通知电子邮件。但如果Disqus可以直接发送通知,我将不需要重新发明*。

1 个解决方案

#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.

你可以,但这是一个非常手动的过程。这还要求作者有一个Disqus帐户,并启用了来自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.

通过disqus管理工具,单击“讨论”选项卡。在此页面上,您可以将线程/文章作者设置为有效的disqus用户。每当有人发表评论时,Disqus都会向作者发送通知。

#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.

你可以,但这是一个非常手动的过程。这还要求作者有一个Disqus帐户,并启用了来自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.

通过disqus管理工具,单击“讨论”选项卡。在此页面上,您可以将线程/文章作者设置为有效的disqus用户。每当有人发表评论时,Disqus都会向作者发送通知。