Crisp
This plugin is intended to be used client side
Usage
1. Before You Start
- You need to signup on https://crisp.im
- Retrieve your Website ID. You can get it in your settings (Sent on your mailbox too)
2. Install it
####Using NPM
If you use Meteor, or React, consider this option
npm install --save crisp-chat
And then:
require('crisp-chat')('YOUR_WEBSITE_ID')
####Using Bower
If you use Angular, or JQuery, etc, consider this option
bower install --save crisp-chat
And then include:
<script src="bower_components/crisp-chat/crisp-chat.js"></script>
And finally:
Crisp(YOUR_WEBSITE_ID)