Skip to main content

Without trigger element

Embed the player directly on web page

You can embed the player into any elements on the web

<div id="YOUR_ELEMENT_ID"></div>
const player = BeLivePlayerWidget.initialize({
showId: "SHOW_ID",
container: document.getElementById("YOUR_ELEMENT_ID"),
});
Hint

When there's a user visiting your web site, they will see the player is embeded in the container element.