Live now widget
// <script>
(function() {
var spck = {
storeId: 'XXXXXX',
customColor: '#000000',
position: 'bottom-right',
useDefaultStyles: "true",
ctaTitle: "Rejoindre le live",
badgeTitle: "Live",
displayTimeAfterClosing: "5",
staging: "true",
};
var el = document.createElement('script');
el.setAttribute('src', 'https://livenow.spockee.io/index.js');
el.setAttribute('data-spck', JSON.stringify(spck));
el.setAttribute('id', 'spockee-live-now');
document.body.appendChild(el);
})();
</script>Last updated