You can manually push the code to your site by copying and pasting it into the HTML code of your website. In case you want to integrate the code directly into a specific or some specific pages only, you can simply copy & paste the snippet and paste it in the <body> tag.

The AMAZD site tag should appear immediately after the opening html tag of the chosen pages on your website. This means that if the customer changes the page, it will not be shown and the conversation might be lost unless the customer returns to the specific page.

However, if you only want the widget to appear on select pages, you can include it directly after the beginning of the <body> HTML tag.

This way of integrating AMAZD onto your website works flawlessly, however, the full potential of AMAZD is difficult to extract through this. We recommend using a Tag Manager for complex integrations.

Body integration

1. Open your body and search for the <body> tag.

</script>
</head>
<body>

2. Paste the AMAZD code right after it.

<!-- AMAZD Tag  -- >
<script>  
window.onAmazdReady = function (amazd) {    
amazd.showBubble();
};  

(function(d, s, c) {    var e = d.createElement(s), t = d.getElementsByTagName(s)[0]; e.id = 'amazd-script-tag'; e.async = true; e.company = c; e.src = 'https://widget.amazd.co/widget.js'; t.parentNode.insertBefore(e, t);  })(document, 'script', 'your-company-handle');
</script>
<!-- end AMAZD Tag -- >

3. Save the changes.

4. Check whether the widget appears correctly.