UNPKG

@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) 492 B
<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', 'ec33ddcf', '7fe45c2b', '555cea9b', '49b0ed0d'], wrap: true, responsive: true, }) </script> </body> </html>