Embed on a custom HTML site
For static sites, plain HTML pages, or any builder that allows raw HTML and JavaScript, use the script embed directly.
Available onFreePlusPro
Script embed (recommended)
Steps
- 1Open the HTML file or template.
- 2Paste the script embed code where the calendar should appear.
- 3Deploy or publish the page.
- 4Verify on desktop and mobile.
- —Place the code in the actual rendered HTML, not in a CMS field that escapes tags.
- —The script tag can go in the head or just before the closing body tag - both work.
If your builder strips scripts
Some locked-down builders remove <script> tags. In that case use the iframe embed instead, and paste the whole snippet - including the small script that follows the iframe. That script forwards your page theme into the iframe and resizes it to fit the widget. If your builder strips that script too, the iframe still renders: add ?theme=light or ?theme=dark to the iframe URL to match your site, and the widget keeps a fixed height. Where scripts are allowed, the script embed is better - it follows your page theme and height automatically.