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>
Start with one script, use your own booking button, choose an exact position or connect through WordPress.
01 — Quick setup
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
Your website button opens the Resevu booking flow.
<button type="button"
onclick="window.openServiceModal()">
Book now
</button>
03 — Exact placement
Use a placeholder near your treatments, hero or price list.
<div class="resevu-booking-widget">
Book now
</div>
04 — WordPress
Configure your tenant once and add the widget with a shortcode or block.
[resevu_booking_widget]
Use the public API or contact us for help with your website.