Integration · Squarespace

Live chat for your Squarespace site.
One code block.

Drop one <script> tag into a Code Block (or site-wide Code Injection). Works on every Squarespace template — 7.0, 7.1, Fluid Engine. No extension to maintain.

Why a code block, not an extension

No extension to install. No maintenance. Works on any template.

Squarespace extensions are limited and can't add a real-time community chat. Embedded Chat runs entirely on our side — you embed it the same way you'd embed a YouTube video or a map.

Two ways to add it

Drop it in a single page via a Code Block, or site-wide via Settings → Advanced → Code Injection (Footer). Both take 30 seconds.

Every template, every plan

7.0, 7.1, Fluid Engine — the script tag works on all of them. Code Injection needs a Business plan or higher; the per-page Code Block works on all.

Great for events & communities

Live-stream pages, member areas, launch events — turn passive visitors into a community talking to each other in real time.

SEO-clean

The widget is iframed and tagged noindex. Search engines index your Squarespace content, not the chat surface.

The code block

Add a Code Block where you want the chat (or paste into Code Injection → Footer for the whole site):

<script>
  (function() {
    var s = document.createElement('script'); s.async = true;
    s.src = '//d2yy16lkdmfg04.cloudfront.net/resource/chat.js';
    var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
  })();
  window.embeddedChatAsyncInit = function() { embeddedChat.init("YOUR_PROJECT_TOKEN"); };
</script>

Your YOUR_PROJECT_TOKEN is on the panel dashboard after signup. That's it.

Get your snippet — 15-day free trial
No credit card. No extension install.
Try the chat — it's right here 👇