Skip to main content

Embed the Booking Page on Your Website

Let customers book without leaving your site. Embed your Booking Page and it pops up.

Updated over a month ago

When a homeowner lands on your website at 10 p.m, they can book your next available slot for the morning. No waiting, lock them in while they’re motivated.

How to Embed Your Booking Page

  1. Log into ServiceForge and go to Integrations > Website Booking > Booking Widget.

  2. In the pop-up, click 'Get Instructions'.

  3. Choose how your Booking Widget should work:

Step 1: Where should the 'Book Now' button show up?

  • In a specific spot on my site

  • Floating on the side of every page

Step 2: What happens when someone clicks it?

  • A booking window pops up on my site

  • My Booking Page opens in a new browser tab

Step 3: Who's adding the code?

  • My web developer will handle it

  • I'll do it myself

👉 Need to see it in action? Check out our guide for examples of how your Booking Widget can look.

Step 4: Grab the right code based on your payment setup. Replace "your_booking_page_URL" with your actual ServiceForge Booking Page link.

If you have payments enabled:

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

If you don't have payments enabled:

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

Did this answer your question?