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
Log into ServiceForge and go to Integrations > Website Booking > Booking Widget.
In the pop-up, click 'Get Instructions'.
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>
