The following describes how you can link to specific stages in the events booking journey. If you're looking for a guide on appointment booking then please see here.
Embedded mode
When deep linking or using the booking widget it is possible to set the page into 'embedded mode'. This means that the header and footer is removed from the page. This is useful when creating an iframe of the booking widget on an existing page.
To do this add ?embedded=true at the end of the url.
Embedded language mode
When deep linking or using the booking widget with multiple languages, it is possible to set the page into 'embedded language mode'. This means that the language code parsed in the URL will load the booking widget in that language and remove the language selector. Where the language code parsed in the URL does not exist on the widget, this will fallback to the default language and display the language selector.
The language code is not case sensitive so es or ES will work.
Event series page:
{baseUrl}/booking-widget/events/{bookingWidgetIdentifier}/
Store specific page:
{baseUrl}/booking-widget/events/{bookingWidgetIdentifier}/{venueId}
Event specific page:
{baseUrl}/booking-widget/events/{bookingWidgetIdentifier}/event/{eventIdentifier}