Skip to content

Inline booking widget

Inline Booking Widget

The Inline Booking Widget adds an embedded booking interface directly to your website, allowing users to book products seamlessly. It supports regular Bilberry products, timeslot products, and Visbook accommodations.

Key Features

  1. Inline Booking Embeds a fully functional booking widget directly on your page, reducing navigation friction for users.

  2. Multi-Product Support Handles various product types, including regular products, timeslot products, and Visbook accommodations.

  3. Customizable Configuration Offers options to tailor the widget for different product types.

Widget in Action

How to Use

Add the widget to your webpage using the HTML snippet below. Replace the product-catalog-id with the appropriate ID for your product catalog. Remember to set the timeslots or accommodation property if adding a timeslot or Visbook product.

Example:

Regular Product, Bilberry Accommodation Products and Rental Products:

<bilberry-booking-inline product-catalog-id="1"></bilberry-booking-inline>

Timeslot Product:

<bilberry-booking-inline product-catalog-id="1" timeslots="yes"></bilberry-booking-inline>

Visbook accommodation Product:

<bilberry-booking-inline product-catalog-id="1" accommodation="yes"></bilberry-booking-inline>

With date selection first:

<bilberry-booking-inline
product-catalog-id="1"
date-selection-first="yes"
></bilberry-booking-inline>

Widget Properties

PropertyDescriptionDefault ValueRequired
product-catalog-idThe ID of the product catalog to display in the booking widget.N/AYes
timeslotsIndicates if the product is a timeslot product. Required for timeslot products. Options: yes, no.noNo*
accommodationIndicates if the product is a Visbook accommodation. Required for visbook products. Options: yes, no.noNo*
date-selection-firstWhen set to yes, displays date selection before ticket selection in the booking flow. Options: yes, no.noNo
lazy-loadSet to yes to defer loading the widget content until it is visible in the viewport. Options: yes, no.noNo

Setting Up on Wix

If you’re using Wix as your website builder, follow these steps to configure the widget:

  1. Access the Configuration Guide: Refer to the relevant guide in these docs for general widget setup on Wix.
  2. Use the Following Values:
    • Server URL: https://bilberry-widgets.b-cdn.net/v4/wix-wrappers/WixBilberryBookingWidgetInline.js
    • Tag Name: wix-bilberry-booking-inline

Tips for Effective Integration

  1. Test with Correct IDs: Ensure that the product-catalog-id matches the product catalog you want to display.
  2. Choose the Right Configuration: Use the timeslots and accommodation properties correctly to align with your product type.
  3. Optimize Placement: Embed the widget on pages where users are likely to book, such as product or activity detail pages.
  4. Verify Responsiveness: Ensure the widget looks and functions properly on both desktop and mobile devices.

By integrating the Inline Booking Widget, you can provide a streamlined booking experience, helping users secure their reservations with ease.