June 21, 2026
Schedule item details now show a ticket button when a ticket URL is available. The widget checks:
scheduleItem.custom_fields.ticketUrl
scheduleItem.relatedEvent.custom_fields.ticketUrl
Use data-label-ticket-button to override the default ticket button label.
<div
id="bc-widget"
data-venue="YOURCODE"
data-label-ticket-button="Buy tickets"
></div>
The default label is translated by data-lang when no custom label is provided.
Use data-hide-ticket-button="true" to hide ticket buttons in schedule item details, even when ticket URLs are present.
<div id="bc-widget" data-venue="YOURCODE" data-hide-ticket-button="true"></div>
The details modal close button no longer appears visually selected after the modal opens unless the user is actually navigating with keyboard focus.
June 18, 2026
Default stage selection
Use data-default-stage to load the widget with a stage already selected.
<div id="bc-widget" data-venue="YOURCODE" data-default-stage="Main Stage"></div>
Use the stage name exactly as it appears in the widget.Last modified on June 21, 2026