Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sailia-mintlify-activity-passes-family-1776854733.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

You can integrate your Sailia booking page directly into your existing website so customers never have to leave your site to make a reservation. There are several ways to do this depending on your website platform and how much control you want over the experience.

Linking to your booking page

The simplest approach is to add a link or button on your website that opens your Sailia booking page in a new tab.
1

Copy your booking page URL

Find your booking page URL in Settings > Booking page. It follows the format https://bookings.sailia.com/your-business.
2

Add the link to your website

Paste the URL into a button or link on your website. For example, a “Book Now” button in your site header.
Add your booking link to your social media profiles, email signatures, and Google Business listing to maximize visibility.

Embedding with an iframe

For a more seamless experience, embed your booking page directly within your website using an iframe. Customers can browse activities and complete bookings without leaving your site.
<iframe
  src="https://bookings.sailia.com/your-business"
  width="100%"
  height="800"
  frameborder="0"
  style="border: none;"
  title="Book activities with our business"
></iframe>

Tips for iframe embedding

  • Set the height generously — the booking flow has multiple steps, so a taller iframe prevents unnecessary scrolling.
  • Make it responsive — use width="100%" so the iframe adapts to different screen sizes.
  • Test on mobile — the booking page is mobile-friendly, but verify it works well within your site’s layout.
Some website builders (like Wix or Squarespace) have built-in HTML embed blocks that make adding an iframe straightforward. Check your platform’s documentation for instructions on adding custom HTML.

Sharing your booking page

Beyond your website, share your booking page link across multiple channels to drive bookings:
ChannelHow to share
Social mediaAdd the link to your Instagram bio, Facebook page, or other profiles
Email campaignsInclude a “Book Now” button in your marketing emails
Google BusinessAdd the booking URL to your Google Business profile
QR codesGenerate a QR code from your booking URL for printed materials, posters, or flyers
Email signatureAdd a booking link to your team’s email signatures

Booking tracking on embedded pages

If you embed your booking page in an iframe, booking tracking events still fire within the iframe context. However, cross-origin tracking requires additional configuration in your analytics provider (such as Google Tag Manager) to capture events across domains.
For the most reliable analytics tracking, consider linking to your booking page directly rather than embedding it. This avoids cross-origin complexities with tracking scripts.

Customizing the appearance

Your booking page inherits your branding settings from Settings > Booking page, including:
  • Your business logo and colors
  • Activity images and descriptions
  • Custom booking page URL path
See account settings for the full list of customization options.

Your booking page

Learn what customers see on your booking page.

Booking tracking

Track conversions from your embedded booking page.