CustomPC.tech

Setting Up Crisp Chat - Better Than Tawk.to

Why Crisp is Better

Setup Steps

1. Create Crisp Account

  1. Go to crisp.chat
  2. Sign up for free account
  3. Create your website
  4. Get your website ID

2. Add to Your Website

Add this code before closing </body> tag on all pages:

<!-- Crisp Chat -->
<script type="text/javascript">
  window.$crisp=[];
  window.CRISP_WEBSITE_ID="YOUR-WEBSITE-ID-HERE";
  (function(){
    d=document;
    s=d.createElement("script");
    s.src="https://client.crisp.chat/l.js";
    s.async=1;
    d.getElementsByTagName("head")[0].appendChild(s);
  })();
</script>

3. Customize Appearance

// Customize colors and text
$crisp.push(["set", "theme", "color", "#2196F3"]); // Your brand color
$crisp.push(["set", "theme", "text", "default"]);
$crisp.push(["set", "session", "data", [["company", "CustomPC.tech"]]]);

Alternative: Tidio Chat

Another excellent free option:

Quick Implementation

I can add either Crisp or Tidio to your site right now. Which would you prefer?