LiveChat
The integration allows you to exchange messages with the visitors of your site.
Last updated
The integration allows you to exchange messages with the visitors of your site.
Last updated
Channel Livechat is online-chat by Blinger.io
This function enables you to transmit the data of a logged in account directly in Blinger.io.
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
Before the js-code of the Widget, you must place the following code on the same page:
You can pass any quantity of parameters
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'
On the side of Blinger.io an analogous operation will be performed. After that the obtained hash will be matched with the one which arrived from your side. If there is a match the client will be tagged with the following icon in Blinger.io . Example below:
When you click on or the client's avatar, you can see in the table Сustom Fields the values of the parameters, which have been added at step 2.