Custom Label In Chat Window
Learn how to add a custom label in header or footer inside the chat window
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 iflychat.renderLabelInChatWindow 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:
Please note that you should be using Enterprise plan in order to be able to use this feature.
It will look like this:
Last updated