您知道如何通过 Javascript 在其他网站上嵌入 Discourse 评论(Embed Discourse comments on another website via Javascript)吗?
但是,如果您认为多个主题链接到某个页面,那么您或许可以使用 TopicLink 表来搜索链接到该 URL 的主题(可能需要使用 Data Explorer 插件),然后您就可以获得主题和帖子的 ID,以便链接到它们。
我不认为有一个端点可以获取它们。我想插件可以使其可用。另外,Discourse GitHub 做了类似的事情,所以那可能会有帮助。