Waiteraid Booking Widget

Set up your widget

Adjust display type, flow, seating mode, and advanced restaurant settings. The live config updates in real time and can be launched directly in demo mode.

Configuration

Choose how the booking experience should behave for guests.

Hur widgeten öppnas när gästen klickar.

Ska gästen välja sittning först (Lunch, Dinner...) eller gå direkt på tid?

Drag chips horizontally to change the order. In Simple mode the flow is locked to Guests, Date, Time.

Code

Minimal script embed

<script src="https://YOUR-WIDGET-HOST/waiteraid-widget.js" data-mode="floating" data-button-text="Book a table"></script>

Fixed button in custom mount

<div id="booking-slot"></div>
<script src="https://YOUR-WIDGET-HOST/waiteraid-widget.js" data-auto-init="false"></script>
<script>
  WaiteraidBookingWidget.init({
    mode: "fixed",
    mount: "#booking-slot",
    buttonText: "Book a table"
  });
</script>