@gobistories/gobi-web-integration
Version:
This library will let you put your Gobi stories on your site.
32 lines (28 loc) • 976 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Gobi - Web Integration test</title>
<script type="text/javascript" src="/dist/run-config.js"></script>
<script type="text/javascript" src="../index.js?v=d85e77"></script></head>
<body>
<h3>Production with discover()</h3>
<pre>
<div class="gobi-stories"
data-gobi-stories="mgkuu"
data-gobi-bubble-size="100px"
data-gobi-animated-bubble="true"
data-gobi-disable-shadow-dom="false"
data-gobi-auto-start-with-sound="true">
</div>
<script>gobi.discover();</script>
</pre>
<div class="gobi-stories" data-gobi-stories="3ecqf" data-gobi-bubble-size="100px" data-gobi-animated-bubble="true"
data-gobi-disable-shadow-dom="false" data-gobi-auto-start-with-sound="true">
</div>
<script>
gobi.discover();
</script>
</body>
</html>