Setup

Live in about 5 minutes.

Pick what your website is built with. Every path is the same shape: paste one snippet, publish, done.

What's your website built with?

WordPress + Elementor

~5 min
  1. 1
    Elements HTML Text Image Drop HTML widget here
    Edit the page with Elementor and drag in the HTML widget where you want the booking form.
  2. 2
    HTML Code
    Paste the snippet into the HTML widget.
  3. 3
    Update
    Update / Publish. (On WordPress.com you need a plan that allows custom code; self-hosted WordPress works out of the box. If nothing shows up, check for a cache plugin and clear it.)
Your snippet
<div
  data-booking-widget
  data-api-base="https://your-domain.example"
  data-publishable-key="pk_your_key_here"
></div>
<script src="https://your-domain.example/widget.global.js" async></script>

This is a placeholder key. Log in to get your real snippet →

Did it work?

Reload the page. You should see the booking widget where you pasted the HTML widget. If not, see pitfalls below.

Pitfalls

  • WordPress.com plans: the free and Personal plans block custom code. You need Business or a self-hosted WordPress install for the HTML widget to run.
  • Cache plugins: if you don't see your changes, clear your cache plugin (or your host's server-side cache) after publishing.
Log in to get your real snippet Browse the full docs hub