Mountify Help
BG → mountify.eu
Embed widget

Embed display modes

Inline, button or floating tab — which mode to pick when, and how it looks to the client.

6 min read Updated 2026-07-26

When you embed booking on your own site, the first decision is how it should look. There are three modes plus a second setting for how the widget opens. This article describes exactly what each does, how it looks to the client on desktop and on a phone, and which type of site each suits.

All the settings live in one place: Setup → Public site → the “Embed” pill.

The Embed tab: the "How it appears" picker at the top; the live preview on the right changes instantly
The Embed tab: the "How it appears" picker at the top; the live preview on the right changes instantly

1. “How it appears” — the three modes

This is the first group of pills on the page, labelled How it appears.

ModeWhat the visitor seesWhen it’s the right choice
InlineThe form sits in the page, where the code isYou have a dedicated “Book” page or a big empty block
ButtonJust a button; booking pops up on clickYou want a call to action in several places without taking up space
FloatingA permanent tab in the bottom corner of every pageYou want booking within reach everywhere

Under the picker a line of explanation appears and changes with your choice:

  • Inline — “The form sits in the page where you place the code. Best for a dedicated ‘Book’ page or a sidebar block.”
  • Button — “A button that opens booking in a popup (full-screen on mobile). Put the CTA in several places.”
  • Floating — “A persistent floating button in the corner of every page — booking always within reach.”

2. Inline mode in detail

The form appears exactly where you put the code, as part of the page layout.

The setting that only appears here:

FieldValuesDefault
Height (px)360 – 1200, in steps of 20680

The height is fixed. The form does not stretch by itself — if the content is taller than what you set, the frame gets its own scrollbar inside. That is normal, not a bug.

How to pick a height:

  • 560–640 px — a narrow sidebar block.
  • 680 px — the universal default. Works for most salons.
  • 800–1000 px — if you have many services and want the whole list visible without scrolling inside.

Look at the preview on the right with your real services before you commit to a number. A salon with three services and one with twenty have very different needs.


3. Button mode in detail

Only a button appears on the page. On click, booking opens over the site.

The settings that appear in this mode:

FieldWhat it doesDefault
Button textThe label on the button”Book now”
ColourThe button’s backgroundNear-black navy (#111827)
How it opensPopup or Side sheetPopup

The button always carries a calendar icon to the left of the text. Clear the text and only the icon remains — a compact round-cornered chip.

The button is a slightly rounded rectangle. There is no size or font setting — deliberately, so it looks consistent on any site.


4. Floating mode in detail

The tab sticks to the bottom-right corner of the window and stays there while the visitor reads and scrolls. It has the same settings as Button mode, but its shape is a fully rounded pill rather than a rectangle.

The only difference from Button mode is placement: the floating tab ignores where you put the code — it always anchors to the corner of the screen. That is why the floating snippet is best placed in a shared template (footer, header) that loads on every page.

If you already have something else in that corner — a chat widget, a cookie bar, a “back to top” arrow — check they don’t overlap. The script supports a data-position="left" attribute that moves the tab to the left corner. It isn’t in the interface; you add it to the code by hand.


5. “How it opens” — the second choice

This second group of pills appears only in Button and Floating modes.

OptionOn desktopOn a phone
PopupPops up in the middle of the screen over a dimmed backdropFull-screen
Side sheetSlides in from the right and fills the heightFull-screen

Both give you:

  • an × button in a thin bar at the top;
  • close on the Esc key;
  • close by clicking the dimmed backdrop.

On a phone the difference disappears — both are full-screen. So this choice only matters for desktop visitors.

Which to pick:

  • Popup — more familiar, more neutral. A good default.
  • Side sheet — feels more “app-like”; good for content-dense sites where you don’t want to cover everything.

6. Comparison at a glance

InlineButtonFloating
Takes up space in the pageyesnono
Visible without scrollingdepends where it isdepends where it isalways
Can be in several placesyesyespointless (only one)
Has a height settingyesnono
Has text and colour settingsnoyesyes
Can open as a side sheetnoyesyes

7. Changing the mode later

The mode is not an account setting — it lives in the code itself. So:

  1. Go back to Setup → Public site → Embed.
  2. Pick the new mode and any extra fields.
  3. Press Copy code.
  4. Replace the old code on your site with the new one.

If you just paste the new snippet without removing the old one, you will have two widgets at once.

You can also combine: Inline on your “Book” page and Floating in the shared template. The script loads once and serves both.


8. What all three modes have in common

  • They show the same booking flow — same services, same times, same prices.
  • They carry the look from the booking-page editor, not your site’s styles.
  • They render in an isolated frame (iframe) — safe, and no CSS conflicts with your site.
  • They depend on the Online booking switch. If it’s off, none of the three shows anything.

What’s next