Live chat plugin for Drupal
How to install livechat in the Drupal?
After logging in to the admin panel go to the Extend tab. Then click on the +Install the new module. Then, in the end module or skin archive to install choose from the disk czater_drupal.zip file and click on the Install button.
Download plugin for Drupal

Now in the plugin configuration, in the Chat HTML code paste our chat script and save changes.
<script>window.$czater = {tok: "Your_chater_ID", domain: "https://www.chater.biz/", login: undefined, email: undefined};</script><script src="https://www.chater.biz/assets/modules/chat/js/chat.js" async></script>
Your comment will be added after moderation