← Booking widget

Add Resevu to your website, your way.

Start with one script, use your own booking button, choose an exact position or connect through WordPress.

01 — Quick setup

One script tag

Resevu automatically places the booking button.

<script src="https://www.resevu.com/widget/widget.js"
  data-tenant="tenant-slug"
  data-language="en"
  data-template="oasis"></script>

02 — Your own button

Keep your own styling

Your website button opens the Resevu booking flow.

<button type="button"
  onclick="window.openServiceModal()">
  Book now
</button>

03 — Exact placement

Place the button where it matters

Use a placeholder near your treatments, hero or price list.

<div class="resevu-booking-widget">
  Book now
</div>

04 — WordPress

Plugin and shortcode

Configure your tenant once and add the widget with a shortcode or block.

[resevu_booking_widget]

Need a deeper integration?

Use the public API or contact us for help with your website.