DISQUS.reset javascript 函数有错误处理吗?

Does the DISQUS.reset javascript function have any error handling?

我想知道是否有任何方法可以向 DISQUS.reset javascript 函数添加错误回调。

请问有谁知道reset函数有没有更详细的文档?或者有错误回调?

我能找到的唯一示例 [1] 引用了这段代码:

DISQUS.reset({
  reload: true,
  config: function () {
    this.page.identifier = identifier
    this.page.url = url
  }
})

参考资料: [1] https://help.disqus.com/customer/en/portal/articles/472107-using-disqus-on-ajax-sites

鉴于 Disqus 支持页面的最后更新时间是 2014 年 1 月,我怀疑他们不打算投入更多精力来支持单页 Web 应用程序。

最后我们决定不使用 Disqus,因为它对我们的客户来说不够灵活,包括:

  • 无法hide/show 赞。
  • 虽然可以配置 "sort of" 匿名评论,但他们的表单试图推动用户注册,而我们的一些客户不希望这样。
  • 重Javascript
  • 无法hide/show 建议