Direct JS Integration

Direct JS Integration

Integrating Browsee is a fairly straight forward process. When you signup for Browsee, you will receive a JS snippet in your inbox. Your JS snippet looks like this

<script>
window._browsee = window._browsee || function () { (_browsee.q = _browsee.q || []).push(arguments) };
_browsee('init', 'YOUR API KEY HERE');
</script>
<script async src='https://cdn.browsee.io/js/browsee.min.js'></script>

You can also get this snippet from your Account's Settings Page, in the Install tab.

Just install this snippet to all pages of your website and you are done.

The snippet can be added just above the closing body tag (</body>) or in the footer.

If you are using GTM you can see the next section.

Last updated