@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) • 624 B
HTML
<html>
<body>
<script src='../dist/index.js'></script>
<div id='gobi-bubbles'></div>
<script>
const containerElement = document.getElementById('gobi-bubbles')
new gobi.Bubbles({
container: containerElement,
avatarSize: '11rem', // circleSize
showPlayIcon: true,
viewKeys: ['sxuRGo', 'ZKt1Di'],
stories: [
//replace with your stories
{
id: '04f574ba',
// viewKey: 'sxuRGo',
title: 'Karsten Warholm møter familien',
//avatarSrc: 'https://gobiapp.com/img/karsten-demo-gif.gif',
}
]})
</script>
</body>
</html>