Vendion
    Table Booking

    Share Your Booking Page

    2 min read#7

    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:

    1. Go to Reservations → Settings → General Settings
    2. Scroll down to Sharing & Embedding

    Public URLs:

    PageURLWhat the guest can book
    Table bookingvendion.com/book/your-slugTables for parties (standard flow)
    Eventvendion.com/book/your-slug/eventEvent occurrences (one-time or recurring)
    Resourcevendion.com/book/your-slug/resourceTime 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

    • Copy the link (e.g. vendion.com/book/your-restaurant, ...book/your-restaurant/event or ...book/your-restaurant/resource)
    • Share via social media, email or your website
    • Use separate event links for different marketing campaigns (e.g. newsletter for a wine tasting → direct link to the event page)

    2. QR code

    • Download the QR code as an image for each page
    • Print and place:
      • Table QR on tables (regulars book their next visit)
      • Event QR on walls, flyers or social media
      • Resource QR near the entrance or adjacent to the resource (e.g. the bowling hall)

    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:

    • Table QR codes are gold for catching regulars.
    • Event QR on flyers: print a QR per event campaign, or a shared one for /book/slug/event that lists all upcoming events.
    • Use separate UTM parameters on booking links to see where bookings come from (e.g. ?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?