Skip to main content
Embed the Booking Page on Your Website

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

Setmore Support avatar
Written by Setmore Support
Updated over a week ago

You can now book appointments directly from your website by embedding your Setmore Booking Page in an iframe. Traditionally, you can also add the "Book Appointment" button that will link to your Booking Page. This method will show you how to embed the Booking Page so that it appears on your website directly.

Follow the instructions below to embed your Setmore Booking Page in your website:

1. Login to your Setmore account and navigate to “Apps & Integrations,” then click “Configure.

Clicking the Configure button under Apps & Integrations

2. You will see the Booking Page URL for your business in the right panel. Select and copy the URL.

The Booking Page URL of a Setmore account

3. In the following excerpt of code, replace the phrase “your_booking_page_URL” with the copied URL of your appointment booking page:

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

4. Now copy and paste the above code into the source code of your website. You can alter the size of the iframe to suit your needs. The iframe will be most effective if placed on a separate page in your website.

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?