use Chatbox in embeddable popup window

This commit is contained in:
Sharon Kennedy
2020-02-01 00:30:58 -05:00
parent 2e6151c048
commit ed68d08f9c
12 changed files with 564 additions and 167 deletions

View File

@@ -5,12 +5,10 @@
</head>
<body>
<p>Note: Widget rendered in bottom-right of this screen.</p>
<script src="./widget.js"></script>
<script>
EmbeddableWidget.mount({
bodyText: 'Body'
});
EmbeddableWidget.mount();
</script>
</body>
</html>