Skip to main content
Adding c/side to Webflow

Use c/side on Webflow

Simon Wijckmans avatar
Written by Simon Wijckmans
Updated over a week ago

In order to add custom code to a Webflow site one must have an active Site plan.

Webflow is a highly popular low-code website builder. It's very easy to add c/side to Webflow.

Create c/side account

Sign up to c/side using Gmail or Github. If you create an account manually please also setup 2FA when signing up.

Add your domain to c/side

In the dashboard, click 'add domain'.

Enter your domain name. For example: www.beverage.ltd should add beverage.ltd.

Any data we received from any of the subdomains of the domain you added will show in the dashboard.

Add c/side to your Webflow site

  1. On the Webflow main dashboard navigate to the 3 dots menu and select 'settings'.

  2. Then navigate to the Custom code section.

  3. Paste the cside script on the first line in the header section. Do not add async or defer to the script.

    <script src="https://js.cside.dev/script.js" />

  4. Its recommended to wrap add https://proxy.cside.dev/ in front of any existing scripts. Especially scripts that use async or defer.

  5. Save, deploy and see the data flow in on the c/side dashboard! πŸŽ‰

Did this answer your question?