With an external tool, you can embed a calendar into Landing Page or Website Pages.
This has the following benefits:
- You can display upcoming dates for your webinars.
- Members can copy dates from the calendar to their personal calendars.
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 a calendar.
- Create the code for embedding in the tool.
- Typically, this is an iframe tag.
- 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 gearwheel icon of 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.