@gobistories/gobi-web-integration
Version:
Welcome to Gobi Web Integration. This library will let you put your Gobi stories on your site.
24 lines (23 loc) • 530 B
HTML
<html>
<body>
<script src='../dist/index.js'></script>
<div id='gobi-bubbles'></div>
<script>
bubbles = new gobi.Bubbles({
container: document.querySelector('#gobi-bubbles'),
avatarSize: '160px',
stories: [
{id: 'f27db51457d602a29e14863515d2b9ac1f4c8aa8'},
{id: '1012da7b037762812a6b6ef4e9a2c2a286d8b63e'},
{id: '66a40cc5'},
],
viewKeys: ['sxuRGo'],
playerOptions: {
autoStart: true,
hideWatermark: true,
},
isFullHeight: true
})
</script>
</body>
</html>