Widget (Bubble)
Learn how to configure your Tolstoy widget to perform different functions on your site.
Settings
We support the following additional configurations for the floating widget:
In case a user closed the widget and you want to keep showing it to him.
Load the widget without showing it.
Stop the preview window from endlessly looping.
No option to close the widget.
Add the following code to the page in order to set the settings:
start()
Start the widget, open it expanded and plays immediately
startPart(partNumber)
Start the widget at a specific part number, open it expanded and plays immediately. If the widget is already open it will start to play the given part.
show()
Show the widget bubble if it was loaded hidden or closed
hide()
Hide the widget bubble from screen
recreate(tolstoyWidgetId, settings)
Load a new widget with a different Tolstoy Id, remember to replace the {{TOLSTOY_ID}}
on(eventType, callback)
Trigger a callback on a specific event
Params:
Supported events:
onWidgetOpen - triggers when the widget is opened
onWidgetClose - triggers when the widget is closed
onWidgetReady - triggers when the widget is ready
onTolstoyClose - triggers when the tolstoy bubble is closed
A function to trigger
Reject Cookie Policy
This can be used when a user rejects the cookie policy.