https://www.youtube.com/watch?v=VIDEO_ID
) before adding them to the Webflow CMS Video field.<iframe>
embed.Webflow does not currently support embedding YouTube Shorts via the CMS Video link field in native components. Shorts links often use a URL format that Webflow's video field cannot interpret correctly for embedding.
https://www.youtube.com/watch?v=VIDEO_ID
) or Vimeo links.https://youtube.com/shorts/VIDEO_ID
) use a different path structure that Webflow’s parser doesn’t currently recognize.To make it work, update the URL in your CMS item:
https://youtube.com/shorts/XYZ123
, use https://www.youtube.com/watch?v=XYZ123
.If you want to embed the Shorts layout specifically, or need more customization:
XYZ123
).<iframe>
manually (e.g., https://www.youtube.com/embed/XYZ123
).Webflow CMS Video fields don’t directly support YouTube Shorts URLs because of their non-standard format. To fix it, convert Shorts URLs to the regular YouTube watch URL format (/watch?v=VIDEO_ID
), or use a custom embed approach for more control.