@gobistories/gobi-web-integration
Version:
Welcome to Gobi Web Integration. This library will let you put your Gobi stories on your site.
16 lines (14 loc) • 375 B
HTML
<html>
<body>
<script src='../dist/index.js'></script>
<script src='https://unpkg.com/@gobistories/gobi-web-integration@^4.1.2/dist/index.js'></script>
<div id='gobi-bubbles'></div>
<script>
bubbles = new gobi.Bubbles({
container: document.querySelector('#gobi-bubbles'),
viewKeys: ['sxuRGo', 'ZKt1Di'],
align: 'left',
})
</script>
</body>
</html>