We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db76f42 commit 258c6d8Copy full SHA for 258c6d8
1 file changed
_layouts/default.html
@@ -199,5 +199,13 @@ <h2 class="text-delta">Table of contents</h2>
199
{% endif %}
200
</div>
201
{% include modal.html %}
202
+
203
+<!-- OSA Chat Widget -->
204
+<script src="https://osa-demo.pages.dev/osa-chat-widget.js"></script>
205
+<script>
206
+ OSAChatWidget.setConfig({
207
+ communityId: 'eeglab'
208
+ });
209
+</script>
210
</body>
211
</html>
0 commit comments