Booking Widget
The Booking Widget is the primary conversion widget. It lets a business embed a compact appointment-booking flow on its own website.
Use it when the visitor is ready to choose a service and book.
URL
https://pointr.org/{locale}/widget/booking/{business-slug}
Example:
https://pointr.org/en/widget/booking/handyhome-services
Basic Embed
<iframe
src="https://pointr.org/en/widget/booking/your-business-slug"
width="100%"
height="720"
style="border:0;border-radius:12px;max-width:480px"
loading="lazy"
title="Book an appointment with Pointr"
></iframe>
Recommended Placement
- Main booking block on a business website.
- Service detail page.
- Landing page for paid campaigns.
- Right after a pricing or service explanation section.
Notes
- The current MVP uses the Pointr booking flow and may require the customer to authenticate before final submission.
- If the page has more horizontal space, place business copy on one side and the widget on the other.
- For small screens, let the widget use the full container width.