Skip to content

Commit 8596b54

Browse files
committed
Add Webflow tutorial
1 parent 5c3d6a5 commit 8596b54

File tree

5 files changed

+30
-1
lines changed

5 files changed

+30
-1
lines changed

_docs/20_script/install.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Read our guides on how to install Simple Analytics on:
1717
- [Ghost](/install-simple-analytics-on-ghost)
1818
- [WIX](/install-simple-analytics-on-wix)
1919
- [Squarespace](/install-simple-analytics-on-squarespace)
20+
- [Webflow](/install-simple-analytics-on-webflow)
2021

2122
> Are you missing your favorite platform? [Let us know!](https://simpleanalytics.com/contact?ref={{ site.hostname }}) Happy to create a guide or plugin for you.
2223

_docs/20_script/script.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Include these two lines at the end of your `<body>`
1414
<noscript><img src="https://api.simpleanalytics.io/hello.gif" alt=""></noscript>
1515
```
1616

17-
> To install the script on Wordpress, Ghost, WIX, Squarespace, Gatsby, Vue, Django, and others, go to [Install on other platforms](/install-on-other-platforms).
17+
> To install the script on Wordpress, Ghost, WIX, Squarespace, Webflow, Gatsby, Vue, Django, and others, go to [Install on other platforms](/install-on-other-platforms).
1818
1919
> Our user facing scripts are [open source on GitHub](https://github.com/simpleanalytics/scripts).
2020

_docs/20_script/webflow.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Install Simple Analytics on Webflow
3+
menu: Install on Webflow
4+
category: script
5+
category_order: 2
6+
order: 6
7+
hidden: true
8+
permalink: /install-simple-analytics-on-webflow
9+
---
10+
11+
You can embed our script in Webflow using their feature called "Custom code". On this page we will explain how to use this feature and help you installing the Simple Analytics script on Webflow.
12+
13+
> You need a paid Webflow account or an active site plan for your project to add custom code.
14+
15+
Follow these steps to add Simple Analytics to your website:
16+
17+
1. Go to your Project settings
18+
1. Next click on **Custom code** in the tabs menu:
19+
20+
![](/images/webflow-head-code.png)
21+
22+
1. Paste the embed code from [how to add our script](/script) into the **Footer Code** text input field:
23+
24+
![](/images/webflow-footer-code.png)
25+
26+
1. Click on **Save Changes** and you are done
27+
28+
> Custom scripts will only appear on the published site.

images/webflow-footer-code.png

14.8 KB
Loading

images/webflow-head-code.png

26.2 KB
Loading

0 commit comments

Comments
 (0)