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
On the Webflow main dashboard navigate to the 3 dots menu and select 'settings'.
Then navigate to the Custom code section.
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" />
Its recommended to wrap add
https://proxy.cside.dev/
in front of any existing scripts. Especially scripts that useasync
ordefer
.Save, deploy and see the data flow in on the c/side dashboard! π