Changelog

Open the video player from any button on your store

  • New feature
  • Widgets
  • Developers

You can now open a widget's video player from your own buttons, banners or links using a small snippet of JavaScript:

window.storista.openPlayer("YOUR_WIDGET_ID");

You can also open the player on a specific video. If the widget hasn't finished loading yet, the player opens as soon as it is ready. For custom themes and headless storefronts, window.storista.init(), reload() and destroy() let you control widgets when your page content changes.