Back to User Guide

Widget Installation

Add a chat widget to your website for real-time customer support.

Quick Install

Get the Code

  1. Go to Settings → Widget
  2. Copy the installation code
  3. Paste before </body> on your site
<script>
  (function(w,d,s,l,i){
    // Widget installation code
  })(window,document,'script','relay','YOUR_WIDGET_ID');
</script>

Installation Options

Direct HTML

Paste code in your HTML template.

Tag Manager

Add via Google Tag Manager:

  1. Create new tag
  2. Choose Custom HTML
  3. Paste widget code
  4. Set trigger to All Pages

Platform-Specific

Shopify:

  1. Go to Online Store → Themes
  2. Edit code
  3. Find theme.liquid
  4. Paste before </body>

WordPress:

  1. Install header/footer plugin
  2. Add to footer scripts
  3. Save changes

Verifying Installation

Test

  1. Visit your website
  2. Look for widget icon (bottom right)
  3. Click to open
  4. Send test message

Troubleshooting

Widget not appearing:

  • Check code is before </body>
  • Verify no JavaScript errors
  • Ensure widget is enabled in settings

Back to Integrations | Customization →