LiveChat
The integration allows you to exchange messages with the visitors of your site.
General information
Channel Livechat is online-chat by Blinger.io
Connect LiveChat?
Step 1. Open the tab Apps and click on "Add new app"
Step 2. Select LiveChat channel and click on "Add LiveChat"
Step 3. Click on "Add"
Set up Livechat for authorized zone?
This function enables you to transmit the data of a logged in account directly in Blinger.io.
Step 1. Get Secret key
To get Secret key, proceed to the tab "Apps", click on "Edit" in Livechat box and copy on the settings page the value in Secret key field
If the field Secret key is empty, then you should delete and re-add LiveChat again
Step 2. Place the additional code on the widget page
Before the js-code of the Widget, you must place the following code on the same page:
You can pass any quantity of parameters
Step 3. Calculate the value of parameter sign
sign
The value of parameter sign
depends on the values, passed parameters - that's hash of the parameter values. Hash is calculated on your server side and is needed to secure the parameters passed from changes made by third parties.
It is calculated as follows:
concatenation of all values of the parameters passed + Secret key
calculation of MD5 hash from the line received
Example:
let's take any parameters, for example,
Rdr9ucDi19nixmpevci5EiOvlFVyXbCT
doing concatenation of the values of the parameters:
“123my value999Rdr9ucDi19nixmpevci5EiOvlFVyXbCT”
calculating hash:
md5(“123my value999Rdr9ucDi19nixmpevci5EiOvlFVyXbCT”)
pasting the obtained hash as a value
sign: 'ff127a29530759df7752f6ffab2a78fd'
Step 4. Calculation of the parameter on the side of Blinger.io
Last updated