Intercom Integration

Learn how to add Intercom messenger to your website.

First, enter your email address on the Intercom homepage and create your account.

Next, start your free trial.

Install the JavaScript code.

Copy the Intercom installation code from Intercom Dashboard. Example of sample code is given below-

<script>
  var APP_ID = "APP_ID";

 window.intercomSettings = {
    app_id: APP_ID
  };
</script>
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/APP_ID';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()</script>

In your Vintcer Dashboard, Click on the settings and open the Pro settings-

Paste the code inside Site header. (See the image Below)

Click on save button and make sure to click on Publish button.

Contact us if you need any assistance or help with installation.

Last updated