</body> tag of your HTML:| {{key}} |
|---|
| {{A[key]}} |
<script src="https://psanilp.github.io/xfbot/bot.js" defer></script>
<script>
var xfbotConfig = {
apiEndpoint: '{{xz.config.apiEndpoint}}',
userId: '{{xz.config.userId}}',
headerTitle: '{{xz.config.headerTitle}}',
headerBgColor: '{{xz.config.headerBgColor}}',
headerTextColor: '{{xz.config.headerTextColor}}',
toggleButtonBgColor: '{{xz.config.toggleButtonBgColor}}',
toggleButtonOpacity: {{xz.config.toggleButtonOpacity}},
chatBubbleUserColor: '{{xz.config.chatBubbleUserColor}}',
chatBubbleBotColor: '{{xz.config.chatBubbleBotColor}}',
chatTextColorUser: '{{xz.config.chatTextColorUser}}',
chatTextColorBot: '{{xz.config.chatTextColorBot}}',
inputPlaceholder: '{{xz.config.inputPlaceholder}}'
};
</script>