Embed the LiSA Snippets Widget
<script
async
defer
data-lisa-widget="snippets"
src="https://widget.lisa-cdn.net/snippets/{clientId}"
></script>Custom Event Handler
window.addEventListener('lsc:widget:snippets:ready', ({ detail }) => {
// todo: replace static product reference definition with your logic
// to obtain the actual product reference/id provided by your ecommerce
// system.
const reference = 'xyz';
// Invoke initialization of the snippets widget using the obtained
// product reference
detail.player.initializeWithProduct(reference);
});Page Performance
Last updated