Make it easy for guests to book tables, events or resources by sharing a link, QR code or embedding a widget. Vendion provides three separate public pages that you can share individually or together.
Find the sharing options:
Public URLs:
| Page | URL | What the guest can book |
|---|---|---|
| Table booking | vendion.com/book/your-slug | Tables for parties (standard flow) |
| Event | vendion.com/book/your-slug/event | Event occurrences (one-time or recurring) |
| Resource | vendion.com/book/your-slug/resource | Time slots for bookable resources |
Each page respects your restaurant's brand colors, logo and language. The table booking page is the "main page" – the event and resource pages are dedicated to their respective flows so the guest doesn't have to scroll past irrelevant information.
Three ways to share (all three pages):
1. Booking link
vendion.com/book/your-restaurant, ...book/your-restaurant/event or ...book/your-restaurant/resource)2. QR code
3. Widget (iframe embed) Embed code per page:
<!-- Table booking -->
<iframe src="https://app.vendion.com/book/your-slug?widget=1"
style="width:100%;height:600px;border:none;"></iframe>
<!-- Event -->
<iframe src="https://app.vendion.com/book/your-slug/event?widget=1"
style="width:100%;height:700px;border:none;"></iframe>
<!-- Resource -->
<iframe src="https://app.vendion.com/book/your-slug/resource?widget=1"
style="width:100%;height:700px;border:none;"></iframe>
Widget mode (?widget=1) removes the navbar and header so the page blends into your website. The widget respects your restaurant's primary color from booking settings for brand consistency.
Combine on the same page: Want all three booking forms on the same page? Use three different iframes with tabs on your website – e.g. "Tables | Events | Bowling". Each tab loads the correct widget.
Tips:
/book/slug/event that lists all upcoming events.?utm_source=instagram&utm_campaign=wine-tasting).This feature is part of Vendion Booking.
Curious how it looks in practice? Read more about the product or book a short demo.
Was this article helpful?