Intercom Integration
Learn how to add Intercom messenger to your website.
.png?alt=media&token=0c2628e1-dec3-4db3-b04c-9658c027efeb)
Next, start your free trial.
.png?alt=media&token=ba451bcb-7fa2-46f5-9091-4f1ec31fdc5b)
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 modified 5yr ago