WordPress

Embed Reel Otter Videos on WordPress

Multiple ways to integrate interactive videos on your WordPress site. Choose the method that works best for your setup and technical comfort level.

Choose Your Integration Method

From simple copy-paste to advanced theme integration, we've got you covered

1

HTML Widget (Easiest)

Perfect for beginners. Add your video to any widget area using WordPress's built-in HTML widget.

No coding required
Works with any theme
Drag and drop placement

Steps:

  1. 1 Go to Appearance → Widgets in your WordPress admin
  2. 2 Drag the Custom HTML widget to your desired widget area
  3. 3 Paste your Reel Otter embed code in the HTML field
  4. 4 Click Save and view your site
2

Page Builders

If you're using Elementor, WPBakery, or other page builders, you can easily add your video using HTML widgets or custom code blocks.

Works with Elementor, WPBakery, Divi
Visual drag-and-drop placement
Responsive design support

Popular Page Builders:

E
Elementor
W
WPBakery
D
Divi Builder
3

Theme Integration (Advanced)

For developers or advanced users who want to integrate videos directly into their theme templates.

Full control over placement
Custom styling options
Conditional display logic

Code Example:

theme-template.php
<!-- Add this to your theme template -->
<?php if (is_front_page()): ?>
  <script src="https://media.reelotter.com/resources/embed.js"
    data-video-id="YOUR_VIDEO_ID"></script>
<?php endif; ?>

Your Reel Otter Embed Code

Copy this code and paste it wherever you want your video to appear

reel-otter-embed.html
<script src="https://media.reelotter.com/resources/embed.js"
    data-video-id="YOUR_VIDEO_ID"></script>

Need Help with WordPress Integration?

Our team is here to help you get your videos up and running quickly