Embeddable Booking Widget

Add a complete booking system to your website in under 5 minutes. Try the live demo below, then copy the iframe or JavaScript code. Free forever, no credit card required.

Live Widget Demo

This is a live booking widget from one of our demo providers. Try selecting a time slot and booking an appointment!

How to Add This to Your Website

1 Option 1: iFrame Code (Recommended)

Simple and clean. Just paste this HTML code where you want the booking widget to appear on your website.

<iframe src="https://resvly.com/provider/poc-business-2-1756558874/booking-widget/35PXSbB6miQI5d0t8QVrhuGne81sopRn"
        width="100%"
        height="800"
        frameborder="0"
        style="border:none; min-height:600px;"></iframe>

2 Option 2: JavaScript Code

For more dynamic integration. Add the container div where you want the widget, then include the script.

Step 1: Add this div to your HTML

<div id="resvly-booking-widget"></div>

Step 2: Add this script

<script>
  (function() {
    const container = document.getElementById('resvly-booking-widget');
    const iframe = document.createElement('iframe');
    iframe.src = 'https://resvly.com/provider/poc-business-2-1756558874/booking-widget/35PXSbB6miQI5d0t8QVrhuGne81sopRn';
    iframe.width = '100%';
    iframe.height = '800';
    iframe.frameBorder = '0';
    iframe.style.border = 'none';
    iframe.style.minHeight = '600px';
    container.appendChild(iframe);
  })();
</script>

Widget Features

Real-Time Availability

Shows up-to-date booking slots synchronized with your schedule

Responsive Design

Works perfectly on desktop, tablet, and mobile devices

Theme Options

Choose light or dark mode to match your website's design

Instant Confirmation

Customers get immediate booking confirmation emails

No Branding (Optional)

Clean interface that blends seamlessly with your website

Secure & Fast

SSL encrypted and optimized for quick loading

Ready to Add This to Your Website?

Create your free provider account and get your own customizable booking widget in minutes.