Mahi Time
Help / Embed

Embed on your website.

Two ways to bring the booking wizard onto your existing site. Both keep customers on your domain, no awkward redirect to a third-party page.

First, find your snippet

  1. Sign in to your Mahi Time admin at app.mahitime.com/admin.
  2. Open the Settings group in the left sidebar.
  3. Click Embed.
  4. Copy the snippet from the section that fits, popup button or inline iframe.
The Embed page also has a live demo, click the orange Book now button on that page to see exactly what your customers will see before pasting anything onto your site.
2

Inline iframe (embedded on the page)

Show the booking wizard directly on your page, no button click required. Best for dedicated /book pages where booking is the only thing the visitor came to do.

The snippet

<iframe
  src="https://www.mahitime.com/book/your-salon?embed=1"
  style="width:100%; min-height:780px; border:0; border-radius:12px;"
  loading="lazy"
  allow="payment"
  title="Book an appointment"
></iframe>

The ?embed=1 flag hides the public page's outer header and footer so it sits cleanly inside your layout.

Where to paste it

WordPress

Edit the page → Add block → Custom HTML. Paste the snippet. Update.

Squarespace

Edit → Add block → Code (under "More"). Paste the snippet. Save.

Wix

Add Elements → Embed Code → Embed HTML. Paste, then drag to position.

Webflow

Add panel → Embed element. Paste the snippet. Save & publish.

Shopify

Online Store → Pages → Add page (or edit). Switch to "Show HTML" in the editor toolbar. Paste.

Plain HTML

Drop the snippet anywhere in the page body. The script tag can also live in <head> if you prefer.

See it live

The popup widget is loaded right here on this page. The button below uses the demo tenant, click it to walk through the customer experience.