Files
pulse/content/integrations/squarespace.mdx
Usman Baig 627613dc13 fix: code blocks rendering + consistent styling with ciphera-website /learn
- Convert MDX CodeBlock components to standard markdown code fences
- Add rehype-mdx-code-props to pass filename meta to code components
- Custom pre/code MDX components map fences to CodeBlock
- Add brand color badges (product + category) matching /learn layout
- Match prose styling: orange inline code, orange links, white strong
- Remove brand color background glow (not in /learn)
2026-03-29 01:01:56 +01:00

30 lines
811 B
Plaintext

---
title: "Squarespace"
description: "Add Pulse analytics to your Squarespace site via the Code Injection panel."
category: "platform"
brandColor: "#000000"
officialUrl: "https://support.squarespace.com"
relatedIds: ["webflow", "wix", "carrd"]
date: "2026-03-28"
---
Use Squarespace's Code Injection feature to add the Pulse script.
---
## Add via Code Injection
Go to **Settings -> Developer Tools -> Code Injection -> Header** and paste the Pulse script.
```html filename="Settings -> Code Injection -> Header"
<script
defer
data-domain="your-site.com"
src="https://pulse.ciphera.net/script.js"
></script>
```
**Note:** Code Injection requires a Business or Commerce plan.
For more details, see the [Squarespace code injection docs](https://support.squarespace.com/hc/en-us/articles/205815928).