如何在 Confluence 页面中嵌入 iframe?
How to embed an iframe in Confluence page?
我想在 Confluence 页面中嵌入 iframe,例如Google日历。
我在 Confluence 页面中插入 iframe 代码,它应该显示如下日历:
但它只是显示代码文本如下:
<iframe src="https://calendar.google.com/calendar/embed?src=3g3ie767f4ji0e72icgtfjg%40group.calendar.google.com&c" style="border: 0" width="800" height="600" frameborder="0" scrolling="auto"></iframe>
如何在 Confluence 页面中嵌入 iframe?
- 以您的 Confluence 管理员身份登录,去管理附加组件
- 启用 Confluence 的所有模块 HTML 宏
在 creating/editing 页面时插入包含 HTML 宏。
a) 转到插入更多内容 > 其他宏
b) 搜索 HTML 宏
c) 将以下代码粘贴到宏中
保存页面
<iframe src="https://calendar.google.com/calendar/embed?src=3g3ie767f4ji0e72icgtfjg%40group.calendar.google.com&c" noborder="0" width="830"
height="800" scrolling="yes" seamless></iframe>
<iframe src="https://calendar.google.com/calendar/embed?src=3g3ie767f4ji0e72icgtfjg%40group.calendar.google.com&c" noborder="0" width="830"
height="800" scrolling="yes" seamless></iframe>
添加宏时,我执行了以下操作:
- "Other Macros"
- 搜索 "iframe"
- Select"Iframe"宏
- 仅输入 iframe url 和任何其他所需设置。
我想在 Confluence 页面中嵌入 iframe,例如Google日历。
我在 Confluence 页面中插入 iframe 代码,它应该显示如下日历:
但它只是显示代码文本如下:
<iframe src="https://calendar.google.com/calendar/embed?src=3g3ie767f4ji0e72icgtfjg%40group.calendar.google.com&c" style="border: 0" width="800" height="600" frameborder="0" scrolling="auto"></iframe>
如何在 Confluence 页面中嵌入 iframe?
- 以您的 Confluence 管理员身份登录,去管理附加组件
- 启用 Confluence 的所有模块 HTML 宏
在 creating/editing 页面时插入包含 HTML 宏。
a) 转到插入更多内容 > 其他宏
b) 搜索 HTML 宏
c) 将以下代码粘贴到宏中
保存页面
<iframe src="https://calendar.google.com/calendar/embed?src=3g3ie767f4ji0e72icgtfjg%40group.calendar.google.com&c" noborder="0" width="830"
height="800" scrolling="yes" seamless></iframe>
<iframe src="https://calendar.google.com/calendar/embed?src=3g3ie767f4ji0e72icgtfjg%40group.calendar.google.com&c" noborder="0" width="830"
height="800" scrolling="yes" seamless></iframe>
添加宏时,我执行了以下操作:
- "Other Macros"
- 搜索 "iframe"
- Select"Iframe"宏
- 仅输入 iframe url 和任何其他所需设置。