Booking Widget

Embeddable booking widget for real-time availability and reservations

Getting Started

The booking widget is now organization-scoped. To view products and make bookings, navigate to your organization's booking page:

/widgets/[your-widget-id]/products

Example URLs:

  • /widgets/demo/products - View all products
  • /widgets/demo/products/[product-id] - View product details
  • /widgets/demo/products/[product-id]/book/[experience-id] - Book an experience

Embedding

To embed the widget in your website using an iframe:

<iframe 
                  src="https://your-domain.com/widgets/[widget-id]/categories"
                  width="100%" 
                  height="600"
                  frameborder="0">
                </iframe>

The embed page will automatically redirect to the appropriate booking flow based on the query parameters.