This module adds the necessary script to the footer of ones site for prompting users to chat via Pure Chat

Most of the code and details for this module is taken from Zopim Live Chat module developed by nicholas.alipaz.

What is Pure Chat?
Pure Chat is a product by Axosoft.
Pure Chat increases engagement between you and your visitors, by allowing them to chat with you! Great for improving interaction with your users and increasing the time they spend on your site.
More over, Pure Chat is completely free.

Usage

You need to create an account with Pure Chat to use this module.

Current Features

  • Administration settings to allow setting your account number for the script
  • Setting the pages in which to show the script:
    • From a blacklist of pages
    • From a whitelist of pages
    • By returning a value of true or false from PHP snippet
  • Setting visibility of script by role.

Installation

Drupal 7

  1. Extract purechat tarball into your sites/all/modules directory so it looks like sites/all/modules/purechat
  2. Navigate to Administration -> Modules and enable the module.
  3. Navigate to Administration -> Configuration -> System -> Purechat and add your account number as well as any other configuration options you want.

Drupal 8

  1. Extract purechat tarball into your sites/all/modules or modules directory so it looks like sites/all/modules/purechat or modules/purechat
  2. Navigate to Extend and enable the module.
  3. Navigate to Configuration -> System -> Purechat and add your account number as well as any other configuration options you want. NOTE: For using PHP code for visibility settings, you need to manually install PHP Filter module, as this module is removed from drupal core.

After you have installed and configured the module, the site visitors (based on your configuration options) should be able to see the chat option in bottom right corner.

Credits

All the credit goes to nicholas.alipaz who developed Zopim Live Chat module. This module re-uses most of the code written by nicholas.alipaz. A big thanks to him.
This module is similar to Zopim Live Chat, only difference is this module intergrates with Pure Chat while Zopim Live Chat module integrates with Zopim

Project information

Releases