How do I embed a narrated deck on my website?
Last updated:
Publish the narrated deck as embeddable content and place it in a responsive page section.
FQO.US generates an iframe snippet for every published deck. Paste it into your CMS the same way you would a YouTube embed. The player is responsive by default and adapts to the parent container width, so a 16:9 aspect ratio is preserved on both desktop and mobile breakpoints.
Set autoplay to off. Pages with autoplaying audio measurably hurt time-on-page and trigger browser mute defaults on iOS and Chrome anyway. Leave the player muted with a clear play button, and let the visitor opt in. For a product page or landing page, this approach typically lifts completion rate compared with forced autoplay.
Use lazy loading for the iframe if the deck sits below the fold. Add loading="lazy" to the iframe tag so the player only loads when the visitor scrolls near it. On a marketing site with multiple embeds, this can shave one to two seconds off first contentful paint.
Connect analytics to know which page drove the play. The dashboard shows referrer per session, so you can see whether visitors from your homepage finish the deck more often than visitors from a paid landing page. That signal often matters more than raw play counts.
If you A/B test the page layout, keep the deck URL stable so analytics aggregate cleanly across variants. Only swap the surrounding copy.