Skip to content

Smart event list widget

Smart Event List Widget

The Smart Event List Widget displays a list of cards for tours within a smart event. Each card features a picture, text, time, icons, and a booking form. Users can add tours directly to their cart from this widget, making it an essential tool for showcasing and booking event tours.

Key Features

  1. Dynamic Tour List Fetches and displays tours from a specific smart event in an organized card layout.

  2. Customizable Design Allows color customization for cards and supports scroll or wrap layouts.

  3. Interactive Booking Provides a seamless booking experience by integrating a booking form directly into the tour cards.

How to Use

Add the widget to your webpage using the HTML snippet below. Replace the smart-event-id with the appropriate ID for your smart event.

Examples:

  1. Basic Usage:
<bilberry-smart-event-list smart-event-id="1" scroll="no"></bilberry-smart-event-list>
  1. Advanced Customization:
<bilberry-smart-event-list
smart-event-id="1"
scroll="no"
background-colors="#395542,#1D252D,#333F48"
text-colors="#FFFFFF,#FFFFFF,#FFFFFF"
primary-colors="#183028,#333F48,#1D252D"
primary-text-colors="#FFFFFF,#FFFFFF,#FFFFFF"
accent-colors="#183028,#333F48,#1D252D"
accent-text-colors="#FFFFFF,#FFFFFF,#FFFFFF"
></bilberry-smart-event-list>

Widget Properties

PropertyDescriptionDefault ValueRequired
smart-event-idThe ID of the smart event to display.N/AYes
scrollSpecifies if cards should scroll (yes) or wrap (no).noNo
num-xsNumber of cards visible per row on extra small screens (mobile).1No
num-smNumber of cards visible per row on small screens (tablets).2No
num-mdNumber of cards visible per row on medium screens (small desktop screens).2No
num-lgNumber of cards visible per row on large screens (large desktop screens).3No
background-colorsComma-separated list of HTML color codes for card backgrounds.UnsetNo
text-colorsComma-separated list of HTML color codes for card text.UnsetNo
primary-colorsComma-separated list of HTML color codes for primary elements on cards.UnsetNo
primary-text-colorsComma-separated list of HTML color codes for primary text on cards.UnsetNo
accent-colorsComma-separated list of HTML color codes for accent elements on cards.UnsetNo
accent-text-colorsComma-separated list of HTML color codes for accent text on cards.UnsetNo
hide-read-moreHides the “Read More” button when set to yes.noNo
display-asDetermines display mode: grid or list.gridNo
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/WixBilberrySmartEventList.js
    • Tag Name: wix-bilberry-smart-event-list

Tips for Effective Integration

  1. Highlight Multiple Tours: Use this widget to showcase all tours in a specific smart event.
  2. Optimize Layout for Devices: Customize the num-* properties to ensure the best display on different screen sizes.
  3. Customize Colors: Use the color properties to match the widget’s design with your branding.

By integrating the Smart Event List Widget, you can provide a visually engaging and user-friendly way for customers to explore and book tours within a smart event.