1.5.1 Integration Widget 1-1: Floating Button

How to integrate the iCalls 1-1 button into your website?

 

In this section we will show you the step-to-step of how to integrate into your own website the onlive.site customer service button that will allow users to:

1) Video-call instantly to your business team

2) Schedule a session as per commercial availability

3) Leave their contact details so that your team can contact them.

This option is ideal for capturing leads in a simple, instant and effortless way.

Our team will help you personalize the button so it is consistent with your brand image and preferences.

 

Captura de Pantalla 2023-06-28 a las 19.57.29

Captura de Pantalla 2023-06-28 a las 19.57.43

To add the widget code to your website follow the steps below:
  1. Copy this code:
    <script>
    (function (o, n, l, i, v, e) {
    v = o.createElement(n);
    v.onload = i;
    v.async = 1;
    v.src = l;
    e = o.getElementsByTagName(n)[0];
    e.parentNode.insertBefore(v, e);
    })(document, 'script', 'https://cdn.onlive.site/loader/v1/loader.min.js', function () {
    window.onliveManager.loader.load('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx');
    });
    </script>
  2. Replace xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx with your organization id
  3. Paste this code to your website before the </body> tag