ReactifySDK · Webflow
Webflow installation
Add reaction threads to Webflow with the Reactify bundle and an Embed block. This guide is only for reactify-thread—marketing overlays use ReactionSDK overlays + Webflow.
1) Add the script
Load once per page (site-wide Head/Footer or top Embed).
Reactify script
<script src="https://reactify-cdn.s3.us-east-2.amazonaws.com/reactify.js" defer></script>2) Add the thread embed
By template
<!-- Thread by template slug -->
<reactify-thread template="hot-takes"></reactify-thread>By thread id
<!-- Thread by id -->
<reactify-thread thread="thread_abc123xyz"></reactify-thread>3) Full snippet
Script + embed
<!-- 1. Project Settings → Custom Code → Head or before /body -->
<script src="https://reactify-cdn.s3.us-east-2.amazonaws.com/reactify.js" defer></script>
<!-- 2. Embed element where the thread should appear -->
<reactify-thread template="hot-takes"></reactify-thread>
