Installing FeedFlow on Webflow
Updated 2026-04-28
Installing FeedFlow on Webflow
FeedFlow embeds in Webflow through the built-in Embed element, which accepts raw HTML and script tags. No custom code exports or paid plans beyond Webflow's Basic hosting tier are required.
Quick Setup
- In the FeedFlow dashboard, open your widget and click Get Embed Code. Copy the snippet.
- In the Webflow Designer, drag an Embed element from the Add Panel onto your canvas where you want the widget.
- Double-click the Embed element to open the code editor and paste the FeedFlow snippet.
- Click Save & Close — the widget preview will render in the Designer.
- Click Publish to make the change live on your site.
Tips
- Place the Embed element inside a Div Block or Section so you can control its width and spacing with Webflow's layout tools.
- For site-wide widgets (e.g., social icons in the footer), add the embed to your Symbol so it updates everywhere at once.
- Use Webflow's Custom Code panel (Project Settings → Custom Code) if you need to load FeedFlow's script globally in the
<head>or before</body>.