Webflow has no native "video answer widget," but it does let you drop in custom code, which is all you need. A video widget adds a real person who answers your visitors' questions as short, tap-to-play clips, and it installs with a single script tag you paste once in your project settings.
Why a video widget on Webflow
Text FAQs and chatbots make visitors work. A video widget for your website does the opposite: a real face answers the one question a visitor is stuck on, as a short tap-to-play clip. On Webflow, that means fewer drop-offs on the pages where people hesitate, pricing, product, and signup. See also what a video FAQ widget is and why tap-to-play video beats chatbots.
How to add a video widget to Webflow
- Copy your snippet. In your Nook dashboard, open Install and copy the one-line script tag (it already has your site key).
- Open Custom Code. In the Webflow Designer, go to Project Settings → Custom Code (or the site’s Settings → Custom code).
- Paste in the Footer Code. Paste the snippet into the Footer Code box (before </body>). This loads it on every page of the site.
- Save and publish. Click Save Changes, then Publish your site. Custom code only goes live on a published Webflow site, so this step is required.
Your snippet looks like this (grab yours in Install):
<script src="https://cdn.usenook.live/embed/presence.min.js" data-key="YOUR_SITE_KEY" async></script> Tips for Webflow
- Site-wide goes in Project Settings → Custom Code; for a single page use Page Settings → Custom Code instead.
- Custom code does not run in the Designer canvas or on the webflow.io staging preview the same way, always check the published domain.
- The widget loads asynchronously in a closed Shadow DOM, so it won’t touch your Webflow styles or interactions.
FAQ
Do I need a plugin to add a video widget to Webflow? No. Webflow supports custom code natively, you paste one script tag in Project Settings and publish. No plugin or app is needed.
Where exactly do I paste the code in Webflow? Project Settings → Custom Code → Footer Code, before the closing body tag. Then Save Changes and Publish.
Will it slow down my Webflow site? No. The script loads asynchronously and only fetches a video when a visitor taps a question, so it doesn’t affect page load.
Other platforms
Shopify · WordPress · Squarespace · Wix · Framer
Related: The video widget for your website · How to add video answers · Best website widget tools