How to embed an iframe in Confluence page?
- Log in as your Confluence Admin, go to manage add-ons
- Enable all the modules of the Confluence HTML Macros
Insert the Include HTML Macro when you are creating/editing a page.
a) Go To Insert More Content > Other macros
b) Search for HTML macro
c) Paste the following code inside the macro
Save the page
<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>
When adding a macro I did the following:
- "Other Macros"
- Search for "iframe"
- Select "Iframe" macro
- Enter only the iframe url, and any other required settings.