Customize the minutes dropdown

Go to “Administration >> Advanced Settings >> Online & Email Settings >> Web Widgets & API”. Create or edit your booking widget and add the following option to the “Add HTML to the HEAD tag” option: Under “Add HTML before the BODY tag closure”, add:

Booking Add-On – upon successful booking, redirect to a confirmation page

In case you want to track your website conversion through third party widgets or code (like Google Analytics or Facebook Pixel), you’ll have to redirect your website visitors to a page on your website that has the necessary code. To do the redirect, please add the following code under the “Add HTML before the BODY […]

Add "How did you hear about us?" option

Go to “Administration >> Advanced Settings >> Online & Email Settings >> Web Widgets & API”. Create or edit your booking widget and add the following option: How did you hear about us? Scroll down to “Add HTML before the BODY tag closure” and append the following lines: <script> window.svr.howdidyouhearaboutus = [ ‘Facebook’, ‘Instagram’, ‘Youtube’, […]

Integrate Web Widgets with WIX

There are 3 ways you can add the widget: As an embeded URL directly under a Wix page. Take your Synthesis widget URL and add it directly inside your Wix page: As a “Book Now” button across all the pages. It will open the widget in a popup in the site As a “Book Now” […]

Booking Add-On – disable opening / closing hours from booking

Due to multiple reasons (as example, having a lot of foot traffic), you may want to hide periods of the day from your booking widgets. To avoid creating new experience type with different hours and extra logic that may complicate your setup, you can simply extend the booking widget with some custom code. To make […]

Widgets – WordPress Plugin

Getting started:You have to install the SynthesisVR WordPress Plugin in your WordPress instance. To do that: Download the SynthesisVR WordPress Plugin: https://svr.li/wp/plugin Login in your WordPress instance with administration privileges From the sidebar, navigate to Plugins >> Add New >> Upload Plugin >> select the previously downloaded ZIP file. The plugin is now installed and […]

Add Games Info To Your Website

1. Create a new API rule (similarly to https://synthesisvr.com/knowledge-base/reading-leaderboard-through-api/) or edit an existing one and assign the “Website Games” permission.2. In your website, make sure you have a DOM element that will hold the entire games section. You can create such an element through the following javascript code: var svrHolder = document.createElement(‘div’); svrHolder.id = ‘loadSvrGamesWidget’; document.getElementsByTagName(‘body’)[0].appendChild(svrHolder); […]

Booking Add-On – Booking Widget Setup

This Documentation will provide a step by step guide to setting up your booking widget, integrating it in to your WordPress website and other advanced configurations. On your left menu click Administration Click Advanced Settings – Web Widgets as shown below  This takes you to the Widgets Page. On the Booking Widgets TAB – Click the + […]