Embedding group chat on website
Embed group chat on your web site
Chat embed code
<div id="ninchat-groupchat-container" style="width: 100%; height: 500px; border: solid 1px #000;"></div>
...
<script src="http://ninchat.com/[...]/ninchat-public-init.js" charset="UTF-8"></script>Place the embed code
<section id="groupchat" class="page-section">
<!-- Ninchat-ryhmäkeskusteluelementti -->
<div id="ninchat-groupchat-container"></div>
</section>
...
<!-- Ninchat-upotus-script -->
<script src="http://ninchat.com/[...]/ninchat-init.js" charset="UTF-8"></script>
</body>
</html>What you should know
Last updated