ReactionSaaS
Documentation

HTML installation (ReactionSDK)

Install reaction-video and configure ReactionSDK overlays (tap, poll, slider, rating, CTA)—not viewer-recorded reaction video. Verify events in the playground and dashboard.

For ReactifySDKrecorded video reactions, reactify-thread, and related embeds—use ReactifySDK HTML installation.

1) Install SDK

ReactionSDK
<script src="https://reactify-cdn.s3.us-east-2.amazonaws.com/sdk.js"></script>

2) Embed video

Minimal embed
<reaction-video src="https://yourcdn.com/video.mp4"></reaction-video>

3) Configure overlays

These attributes match the Playground embed code and update overlay behavior without writing JS.

Full attribute example
<reaction-video
  src="https://yourcdn.com/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="tap"
></reaction-video>
Overlay config (runnable)
<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.

4) View analytics dashboard

Open the dashboard to see impressions, interactions, and engagement analytics.

Try it live

Preview overlay interactions on a sample video (same demo as the docs playground).

Rate:
ReactionSDK demo