WordPress installation (ReactionSDK)
Copy-paste setup for WordPress: sdk.js + reaction-video with ReactionSDK overlays (tap, poll, rating, slider, and CTA)—not visitor-recorded reaction clips.
For ReactifySDK (recorded reactions, threads), use ReactifySDK HTML installation or Webflow-style embed steps (same pattern in the block editor).
1) Install SDK
ReactionSDK
// Option A: Add to your theme (header.php) or via a plugin that injects scripts
<script src="https://reactify-cdn.s3.us-east-2.amazonaws.com/sdk.js"></script>2) Embed video
Minimal
<!-- Add to a page/post HTML block -->
<reaction-video src="https://yourcdn.com/video.mp4"></reaction-video>3) Configure overlays
Full attributes
<!-- Configure overlays via attributes -->
<reaction-video
src="https://yourcdn.com/video.mp4"
overlays="tap,poll,slider,rating"
poll-question="Which style do you prefer?"
cta-text="Buy Now"
overlay-position="bottom-center"
interaction-type="tap"
></reaction-video>Run in Playground
<reaction-video src="video.mp4" overlays="tap,poll,rating,slider,cta" poll-question="Which style?" cta-text="Buy Now" interaction-type="poll"></reaction-video>Try this config in the Playground.
4) View analytics dashboard
Open the dashboard to see impressions, interactions, and engagement analytics.

