- 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)
30 lines
895 B
Plaintext
30 lines
895 B
Plaintext
---
|
|
title: "Webflow"
|
|
description: "Add Pulse analytics to your Webflow site via project custom code settings."
|
|
category: "platform"
|
|
brandColor: "#146EF5"
|
|
officialUrl: "https://university.webflow.com"
|
|
relatedIds: ["squarespace", "wix", "framer"]
|
|
date: "2026-03-28"
|
|
---
|
|
|
|
Paste the Pulse script into your Webflow project's custom code settings.
|
|
|
|
---
|
|
|
|
## Add via Project Settings
|
|
|
|
Go to **Project Settings -> Custom Code -> Head Code** and paste the Pulse script.
|
|
|
|
```html filename="Project Settings -> Head Code"
|
|
<script
|
|
defer
|
|
data-domain="your-site.com"
|
|
src="https://pulse.ciphera.net/script.js"
|
|
></script>
|
|
```
|
|
|
|
**Note:** Custom code requires a paid Webflow site plan. The script won't appear in the Designer preview — publish your site to see it in action.
|
|
|
|
For more details, see the [Webflow custom code docs](https://university.webflow.com/lesson/custom-code-in-the-head-and-body-tag).
|