What you're looking at
This is the VoiceMoments embeddable player — a self-contained talking photo (a photo paired with its voice recordings) running live above, served straight from app.voicemoments.com. It plays anywhere an iframe can go: a blog post, a memorial page, an online store listing, an email-friendly landing page.
The player is fully isolated from the host page. It carries its own styling and audio controls, so it looks and behaves identically no matter where it's embedded.
Embed code
<iframe
src="https://app.voicemoments.com/embed/tp/5b75e2ec-f369-44b7-874f-59752a4c2a0f"
width="400"
height="605"
frameborder="0"
allow="autoplay"
sandbox="allow-scripts allow-same-origin"
title="Just for You — Voice Moments"></iframe>
How it's wired
src— the public embed URL for one talking photo. Each photo has its own token, so the link can't be guessed from another.width/height— the player's footprint. It's responsive within the box you give it, so feel free to adjust.allow="autoplay"— lets the audio start without a second tap where the browser permits it.sandbox="allow-scripts allow-same-origin"— runs the player with the minimum privileges it needs and nothing more.title— an accessible label so screen readers announce the embed.