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 has one shared booking page with separate entry points for tables, events and resources.

    Find the sharing options:

    1. Go to Bokning → Dela & länk (share and link)
    2. Choose Hela bokningsflödet, Direkt till bordsbokning, Eventlistan, Ett specifikt event or Resursbokning. Event and resource choices appear when active ones exist
    3. Choose Länk, QR-kod or Widget
    4. Use Kopiera, Ladda ner PNG or Kopiera kod. Under Widget you can also choose Kort (480px) or Full bredd

    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:

    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 uses the restaurant’s shared colour and logo. Use the code from the sharing view to get the correct link for your restaurant.

    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.
    • Open the copied link and scan the QR code before sharing or printing it.

    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?