Skip to main content
All CollectionsBooking PageShare your Booking Page
Embed the Booking Page on Your Website
Embed the Booking Page on Your Website

Have your Booking Page open in a pop-up window on your website

Updated this week

Your audience can self-schedule appointments directly through your website. Simply embed your Booking Page in an iframe and it opens in a pop-up window.

When a lead or loyal customer visits your site, they’re able to reserve your time asap. There’s no need to contact you or navigate elsewhere.


Here’s how to embed your Setmore Booking Page on your website.

1. Login to your Setmore account and navigate to Integrations > Calendar & Booking > Settings > Overview.

2. Your business’ Booking Page URL will appear on the right of the screen. Copy the URL.

3. When adding the code, you’ll need to choose between two options depending on your payment provider. In the code excerpt below, replace “your_booking_page_URL” with your actual Booking Page URL.

If you have payment integration enabled with Setmore:

<iframe src="your_booking_page_URL" scrolling="yes" width="100%" height="100%" frameborder="0" allow="web-share; payment"></iframe>

If you do not have an integrated payment provider with Setmore:

<iframe src="your_booking_page_URL" scrolling="yes" width="100%" height="100%" frameborder="0" allow="web-share"></iframe>

4. Copy and paste the above code into the source code of your website. You can edit the size of the iframe – it’ll be most effective if placed on a separate page.

The attributes of the iframe can be modified based on the parameters of your website. If you run into some difficulties during the process, send us an email at help@setmore.com and our team will be glad to help you out.

Did this answer your question?