YouTube
YouTube is Google's video platform. Its iframe embed lets a page host a player it does not serve, controlled by URL parameters and a JavaScript API. For a storefront the trade is plain: hosting, transcoding and delivery come free, and the embed brings a third-party frame the page has to decide when to create.
Documented at https://www.youtube.com/.
How We've Used It
Merchandiser-authored video is the case that keeps coming up. Sections take a video reference as a setting or a metafield and accept either a Shopify-hosted file or a YouTube embed, so marketing picks per block without a deploy and one section serves both. Embeds are deferred: a poster image renders first and the frame is created on interaction or when the block approaches the viewport, which makes the number of third-party frames on a page a function of what a shopper actually opens rather than of how many videos a merchandiser placed. Blocks with no video reference render nothing at all.
Builds Using It
- Brand story split panel: one section that renders image, hosted video or YouTube with separate desktop and mobile assets — LUS Brands
- Product-card hover video and a reusable deferred-media playback refactor — LUS Brands
- Creator collab video listing driven by article metafields — Nudestix
- Featured tutorial with an adjacent shoppable product rail — Nudestix
- Four selectable How-To step layouts from a single metaobject step list — LUS Brands
7 further gated builds use it; their pages follow.
Related Entities
Our Role
Integration. We render the embed and control when it loads; the player and the content are YouTube's.