Chatroom
Add block - Utilities - Social - Chatroom
Some mobile devices and browsers cannot handle the code used in the XtGem chatroom function
Basically any device or browser that cannot handle dynamic content or iframes will have problems with the chatroom function
The maximum length for messages is 250 chars
Only the site owner can delete messages
There are NO bbcodes or html tags allowed in chatroom messages
Emotes are allowed
There is a setting in the site options for chatroom commenting restrictions
<xt:chat comments_per_page="20" room="xtsyntaxtest" theme="dark" />
Show in textarea
Reload
There is a translations file available for the chatroom function
Upload it by remote server to _xtgem_translations and then remove the .js extension

The format for the translations is
translation_key = translation_text // optional comment
Each translation must be on a separate line
Or copy the code below to a plaintext file named xtchat in _xtgem_translations
Upload by "Remote server" to _xtgem_templates and remove the .js extension from

Or copy the code below to a plaintext file named xtchat.twig in _xtgem_templates
To use custom css on the chatroom you have to include it in the xtchat.twig file from a file in the _xtgem_templates folder
Upload by "Remote server" to _xtgem_templates from

Or copy the code below to a plaintext file named my_chat_style.css in _xtgem_templates
To use the css
Near the top of the twig file(line 12 on pc) change
<style type="text/css">{% filter css|raw %}{% include 'style.css' %}{% endfilter %}</style>
To
<style type="text/css">{% filter css|raw %}{% include 'my_chat_style.css' %}{% endfilter %}</style>