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.
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.
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.
Drop it in a single page via a Code Block, or site-wide via Settings → Advanced → Code Injection (Footer). Both take 30 seconds.
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.
Live-stream pages, member areas, launch events — turn passive visitors into a community talking to each other in real time.
The widget is iframed and tagged noindex. Search engines index your Squarespace content, not the chat surface.
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.