嵌入一个Google文档

大家好,

只是快速说一下……希望如此!

我想将一个 Google 文档嵌入到帖子中,因为我们使用论坛发布政策并收集反馈。

我找到了一个名为 “Google docs Onebox for Discourse” 的插件,它可以满足我们的需求,但安装时不起作用。我对 Onebox 是否已包含在 Discourse 的安装中感到困惑?

将链接粘贴到帖子中时,它显示如下:

而我们需要的是这样的:

(图片非原创)

有什么建议吗? :slight_smile:

谢谢,
James。

1 个赞

您可能需要在您的 允许的 iframe 管理员设置中将 https://docs.google.com 添加到白名单,然后在帖子中像这样放置您的链接:

<iframe src="https://docs.google.com/document/d/1xM9RtF1wp1m50rLcrZ0RBV2OV1JxweyRhJQnAYAaDf8/edit?embedded=true" width="300" height="300" frameborder="0" marginheight="0" marginwidth="0">
</iframe>

也许有人更有经验,可以补充一些细节。:slightly_smiling_face:

6 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.