@gobistories/gobi-web-integration
Version:
Welcome to Gobi Web Integration. This library will let you put your Gobi stories on your site.
19 lines (17 loc) • 444 B
HTML
<html>
<body>
<script src='../dist/index.js'></script>
<!-- <script src='https://unpkg.com/@gobistories/gobi-web-integration@4.0.5/dist/index.js'></script> -->
<div id='gobi-bubbles'></div>
<script>
bubbles = new gobi.Bubbles({
container: document.querySelector('#gobi-bubbles'),
avatarSize: '120px',
stories: [],
viewKeys: ['sxuRGo', 'ZKt1Di'],
wrap: true,
responsive: true,
})
</script>
</body>
</html>