Installation Guides
Copy-paste install guides for ReactionSDK across common stacks. Run examples in the ReactionSDK playground. Reactify thread embeds live in ReactifySDK installation.
Interactive example
Copy the embed code or run it in the Playground to see overlay configuration and events.
<reaction-video
src="video.mp4"
overlays="tap,poll,rating,slider,cta"
poll-question="Which style do you prefer?"
cta-text="Buy Now"
overlay-position="bottom-center"
interaction-type="poll"
></reaction-video>Click Run in Playground to try this config on the live demo.
Use this in your project
By framework
HTML
Script tag install + custom elements.
React
Component wrapper + client-side init.
Next.js
App Router integration + client component.
Vue
Vue component + script loader patterns.
WordPress
Plugin/snippet install + shortcodes.
Shopify
Theme snippet + ScriptTag patterns.
Webflow
Custom embed + reaction-video in Webflow.
Google Tag Manager
Install ReactionSDK via GTM without editing site code.
HubSpot
Connect HubSpot and install on HubSpot pages.
More examples: Code Examples (overlay config, poll creation, interaction tracking, analytics events).

