ASTERLIO CRM Chat Widget Demo

View Developer Docs

Widget Configuration

Enter your unique client ID. The widget configuration will be fetched from our servers.

Generated Script

<script>
  var ASTERLIO_API=ASTERLIO_API||{}, ASTERLIO_LoadStart=new Date();
  (function(){
    var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
    s1.async=true;
    s1.src='https://dev-support.asterlio.com/api/asterlio-widget-loader/7mhkiqgntq6ee86l4f4a';
    s1.charset='UTF-8';
    s1.setAttribute('crossorigin','*');
    s0.parentNode.insertBefore(s1,s0);
  })();
</script>

How It Works

1. Simple Integration

Users only need to copy a single script tag with their Client ID as a URL parameter.

2. Auto-Initialization

The widget automatically initializes when the script loads - no manual init calls needed.

3. Server-Side Configuration

Widget settings are managed on our servers and fetched automatically when the widget loads.

4. Professional Format

Uses the same pattern as industry leaders like Tawk.to for consistency and familiarity.