Custom Label In Chat Window
Learn how to add a custom label in header or footer inside the chat window
Last updated
Was this helpful?
Learn how to add a custom label in header or footer inside the chat window
Last updated
Was this helpful?
You can add a custom label in chat window by using our iFlyChat JavaScript SDK. This would allow you to add your own content inside the chat window either in header or footer. It can be used for declaring chat rules and regulations or for showing advertisements.
We have a function named in JS SDK for this purpose. It takes an object as parameter which should have following properties:
id
position
content
An example is shown below:
It will look like this:
Please note that you should be using plan in order to be able to use this feature.