Skip to main content

Webflow Installation

Install Told on your Webflow site using the custom code feature.

1. Add the script

  1. Open your Webflow project
  2. Go to Site Settings → Custom Code
  3. Paste the Told script in the Head Code section:
<script>
(function (w, d, e, v, o, l, t) {
w['ToldWidget'] = o;
w[o] = w[o] || function () { (w[o].q = w[o].q || []).push(arguments); };
w[o].l = 1 * new Date();
l = document.createElement(e);
t = document.getElementsByTagName(e)[0];
l.async = 1;
l.src = v;
t.parentNode.insertBefore(l, t);
})(window, document, 'script', 'https://scripts.told.club/sdk/sdk.js', 'told');

told('init', 'YOUR_SOURCE_ID');
</script>
  1. Save and publish your site
info

Custom code requires a paid Webflow plan.

2. Verify installation

Visit your published site, then use the Verify Installation button in the Told dashboard.