MentionFox

Embedding Clips

Put your social proof video clips directly on your website, blog, or landing page. MentionFox generates a lightweight embed code that works on any site.

Getting the Embed Code

  1. Go to Content Tools > Video Clips and find the clip you want to embed.
  2. Click the Embed button (the code icon).
  3. A modal appears with the embed code. Click "Copy" to copy it to your clipboard.

The embed code looks like this:

<iframe src="https://mentionfox.com/clips/abc123" width="100%" height="auto" frameborder="0" allowfullscreen></iframe>

Where to Paste It

Paste the embed code into any HTML context:

Responsive Sizing

The embed is responsive by default. It scales to fill the width of its container while maintaining the correct aspect ratio. If you need to constrain the size, wrap the iframe in a div with a max-width:

<div style="max-width:600px"> ... embed code ... </div>

Customizing the Player

You can append URL parameters to the embed src to customize behavior:

Tip: For landing pages, use autoplay + loop + controls hidden. The clip plays silently in the background as visitors scroll, creating a dynamic social proof section without requiring user interaction.

Performance

Embedded clips are served from MentionFox's CDN with lazy loading enabled. They do not impact your page load speed -- the video only starts downloading when the embed enters the viewport. Typical clip sizes are 2-8 MB, and the player streams progressively so playback starts within 1-2 seconds on most connections.

Analytics

Every embedded clip tracks views, play rate (how many visitors actually hit play), and average watch time. View these stats in your clip library under the Analytics tab. This data helps you understand which clips resonate most with your website visitors.

Start Free Trial →