Add Chatlyra to Shopify Website

Learn how to integrate Chatlyra AI chatbot into your Shopify application to automate customer support, capture leads, and improve conversions.

⚡ Quick Installation

<script src="https://chatlyra.com/scripts/widget.js" data-identifier="******************" ></script>

*** Make sure to replace the data-identifier ***
    

✅ Recommended Method (Before </body>)

For best performance, place the script before closing body tag.

<script src="https://chatlyra.com/scripts/widget.js"></script>
</body>

*** Make sure to replace the data-identifier ***
    

🔧 Shopify Integration Steps

  • Go to Shopify Admin Panel
  • Navigate to Online Store → Themes
  • Click Edit Code
  • Open theme.liquid file
  • Paste script before </body>
  • Save changes

✔️ Verify Installation

  • Open your website
  • Check chatbot icon appears
  • Send a test message

⚡ Performance Best Practices

  • Use lazy loading for better Core Web Vitals
  • Avoid placing script in <head>
  • Minimize third-party scripts

❓ Frequently Asked Questions