How to integrate the Hello-Chat Widget

Here are the steps to create and integrate a Chat Widget :





  









For example. If you only want to hide the Launcher then Type True instead of <True/False> And rest all Four would be False 



 { widgetToken: "XXXX",

  hide_launcher: true, // override default widget hide launcher settings

  show_widget_form: false, // override default widget show client form settings

  show_close_button: false, // override default show close button widget settings

  launch_widget: false, // override default launch widget settings

  show_send_button: false, // override default show send button widget settings

  unique_id: <unique_id>, // any unique id, could be username, email etc.

  name: <name>,  // optional, if not passed in code, a form will be displayed

  number: <number>, // optional, if not passed in code, a form will be displayed

  mail: <mail>, // optional, if not passed in code, a form will be displayed

  country: <country>,

  city: <city>,

  region: <region>

};

;

</script>

<script type="text/javascript" onload="initChatWidget(helloConfig, 5000)" src="https://control.msg91.com/app/assets/widget/chat-widget.js">; </script> // If you want to load widget with a delay, can pass 2nd param for delay in milliseconds"

 
Note- Paste the Code on your Web-page's Header Or Footer as per requirement.