We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The widget posts and responds to several messages. In this page we will describe the messages it posts and receives.
Read about the JavaScript postMessage mechanism
require login
This message fires when you configured the widget to require login and before you provided the widget with a user ID.
message = JSON.stringify({name:"requirelogin"})
play widget
This message fires when a user clicked "play" on the widget. This event does not fire if a login is required.
message = JSON.stringify({name:"playwidget"})
stop widget
This message fires when a user clicked "stop" on the widget.
message = JSON.stringify({name:"stopwidget"}
widget status
This message fires when the UI got a status result.
message = JSON.stringify({name:"widgetstatus", comment:"status_was_updated", status:data.status})
Home
Users
Developers