@gobistories/gobi-web-integration
Version:
This library will let you put your Gobi stories on your site.
33 lines (29 loc) • 1.06 kB
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 useMediaProxy: true</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">
data-gobi-use-media-proxy="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" data-gobi-use-media-proxy="true">
</div>
<script>
gobi.discover();
</script>
</body>
</html>