Add ReactionSDK overlays in 30 seconds
Copy the code, paste it into your page, and replace video.mp4 with your marketing video URL. This path adds on-video overlays—not visitor-recorded reaction videos.
Zero configuration. No init() or config required. The SDK detects the element, attaches a default overlay, captures overlay events, and connects to the analytics backend.
Recording reaction videos and threads? Use ReactifySDK quickstart.
ReactionSDK (overlays)
Add the script and reaction-video. Enable tap, poll, rating, slider, and CTA via the overlays attribute—not camera reaction capture.
Next: Get your API key from the dashboard to send events to ReactionSaaS.
Code
ReactionSDK
<script src="https://reactify-cdn.s3.us-east-2.amazonaws.com/sdk.js"></script>
<reaction-video src="video.mp4"></reaction-video>Full overlay config
<reaction-video
src="video.mp4"
overlays="tap,poll,rating,slider,cta"
poll-question="Which style?"
cta-text="Buy Now"
interaction-type="tap"
></reaction-video>Demo
ReactionSDK
Rate:
ReactionSDK demo

