I’ve created a short clip from a much longer video, and I want to embed the clip only, not the full video, in a blog post. This seems to be not allowed, but does anyone have a workaround for me?
Here is my public share link: LINK
Here is my public share link: LINK
Hi Pam, what do you mean by “created”?
If you have a separate video file you’ve created, you’d upload that somewhere like YouTube if you have rights to it, then use that video URL.
Otherwise, the easiest approach is to reference the original public and embed it directly with start and end times, e.g.
<iframe
src="https://www.youtube.com/embed/7Ft4CgALkVI?start=139&end=150"
width="560"
height="315"
frameborder="0"
allow="autoplay; encrypted-media"
allowfullscreen>
</iframe>
Thanks for your response! I used YouTube’s own clip creator to make this:
I’ve tried embedding it using the CMS options for video embed and rich content, but get the error message “sorry, this URL can’t be embedded”.
Youtube “clips” are not known to Embedly, and therefore Webflow cannot use them natively. If you really want to use clips you might be able to find an IFRAME-supported URL and use a variation of my embed above.
Thanks – I will content myself with a link!