- 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)
28 lines
704 B
Plaintext
28 lines
704 B
Plaintext
---
|
|
title: "Framer"
|
|
description: "Add Pulse analytics to your Framer site via custom code settings."
|
|
category: "platform"
|
|
brandColor: "#0055FF"
|
|
officialUrl: "https://www.framer.com/help"
|
|
relatedIds: ["webflow", "squarespace", "wix"]
|
|
date: "2026-03-28"
|
|
---
|
|
|
|
Add the Pulse script to your Framer project's custom code settings.
|
|
|
|
---
|
|
|
|
## Add via Project Settings
|
|
|
|
Go to **Project Settings -> General -> Custom Code -> Head** and paste the Pulse script.
|
|
|
|
```html filename="Project Settings -> Head"
|
|
<script
|
|
defer
|
|
data-domain="your-site.com"
|
|
src="https://pulse.ciphera.net/script.js"
|
|
></script>
|
|
```
|
|
|
|
For more details, see the [Framer custom code docs](https://www.framer.com/help/articles/custom-code/).
|