Many tools allow embedding their content into websites.
This allows you to embed functions such as calendar or comment features into Landing Page, Website Page, or Course Themes.
This is usually done via iframes.
Good to know
We do not offer services, advice or support for your own code.
If you have technical difficulties with your website, remove your own code to check whether this is the problem.
How to embed iframes in a HTML/JS component:
- Create the code for embedding in the tool.
- Make sure that the code is an iframe tag:
<iframe src="https://..."></iframe>
. - Copy the code.
- Open a landing page, website page, or a course theme in the page builder.
- Add the HTML / JS component to the page.
- Click on the gear icon next to the component to configure the component in the side menu.
- Click on Open code editor.
- Insert the copied code.
- Click on Save.
- Edit the other settings of the component.
- In the header bar, click on Save.