Skip to main content

Framer Installation

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

1. Add the script

  1. Open your Framer project
  2. Go to Site Settings → General → Custom Code
  3. Paste the Told script in the Head 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 Framer plan.

2. Verify installation

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