Vendion
    Table Booking

    Share Your Booking Page

    3 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 Booking → Dela & länk (Share & link)
    2. Here you'll find links, QR codes and embed code for your booking page

    Public URLs:

    Everything lives on the same booking page – you control which view the guest lands on with a ?view= parameter in the link:

    ViewURLWhat the guest can book
    Booking startapp.vendion.com/book/your-slugThe "What do you want to do?" chooser (shown when you have events/resources)
    Table bookingapp.vendion.com/book/your-slug?view=tableTables for parties
    Eventapp.vendion.com/book/your-slug?view=eventsEvent occurrences (one-time or recurring)
    Resourceapp.vendion.com/book/your-slug?view=resourcesTime slots for bookable resources
    A single eventapp.vendion.com/book/your-slug/event/event-slugStraight to one specific event

    If you have no events or resources, /book/your-slug goes straight to table booking. The page respects your restaurant's brand colors, logo and language in every view.

    Three ways to share (all three pages):

    1. Booking link

    • Copy the link (e.g. app.vendion.com/book/your-restaurant, ...book/your-restaurant?view=events or ...?view=resources)
    • 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?view=table&widget=1"
            style="width:100%;height:600px;border:none;"></iframe>
    
    <!-- Event -->
    <iframe src="https://app.vendion.com/book/your-slug?view=events&widget=1"
            style="width:100%;height:700px;border:none;"></iframe>
    
    <!-- Resource -->
    <iframe src="https://app.vendion.com/book/your-slug?view=resources&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?view=events 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?