GuestroWidget integrationsInstallation code

Interactive integration demo

One booking flow. Four ways to make it yours.

Preview how Guestro fits into a restaurant website, then copy the exact installation code for your chosen setup.

Widget theme

Choose an integration

See it in context

These previews use restaurant 1 and the real Guestro booking route.

The Midnight Table

Reservations

Join us at The Midnight Table

Choose a date and time below to reserve your table.

Ready to install

Inline integration

Paste this into the website where the booking experience should appear. No npm package or ongoing website updates are required.

  • Responsive on phones, tablets, and desktops
  • Light and dark themes included
  • Booking changes stay managed by Guestro
HTML
<div id="guestro-booking-1"></div>
<script
  src="https://booking.guestro.uk/widget.js"
  data-restaurant="1"
  data-target="guestro-booking-1"
  data-mode="inline"
  data-theme="light"
></script>