嵌入第三方网站的Widget

有没有办法将特定主题或“最新帖子”等内容嵌入到第三方网站?最好只使用一些 Javascript 或 iframe 代码。

我尝试搜索和谷歌搜索,但找不到解决方案。

提前致谢!

这是我能想到的最接近的东西,但它是用于评论的。

是的,这是可能的,并且效果很好:

3 个赞

太棒了!这看起来应该能解决问题。

只是好奇为什么我只能显示一个主题?有人知道吗?

这是分类(有很多主题):Amazon Specific - Process & Workflow Management Forum

这是嵌入代码:
<d-topics-list discourse-url="https://forum.flowster.app" template="complete" top_period="all" category="17" per-page="5"></d-topics-list>

但只出现一个主题:

:thinking:

有人有什么想法吗? :cry:

能否分享一下嵌入式播放器的网址?

@Falco 这是 HTML。它还没有部署到任何地方 :slight_smile: (因为它不起作用,所以只显示一个主题)

<!DOCTYPE html>
<html lang="en">
  <head>
	<script src="https://forum.flowster.app/javascripts/embed-topics.js"></script>
</head>
<body>
<d-topics-list discourse-url="https://forum.flowster.app" template="complete" top_period="all" category="17" per-page="5"></d-topics-list>
</body>
</html>