How to get there: Open any post for editing (or any markdown field such as a comment or KB article). Paste a supported video URL on its own line, or wrap a URL in a [video] tag.
You can embed videos directly into posts, comments, and knowledge base articles. ProductLift detects supported video URLs in markdown content and converts them into responsive embedded players when the content is rendered.
Paste the URL on its own line (its own paragraph):
https://www.youtube.com/watch?v=VIDEO_ID or https://youtu.be/VIDEO_IDhttps://vimeo.com/123456789https://www.loom.com/share/VIDEO_IDhttps://soundcloud.com/user/track-nameFor anything else, use the generic video tag with the embed URL of the provider:
[video]https://example.com/embed/abc123[/video]
The [video] tag also works for YouTube URLs and applies the same YouTube handling.
Append &start=SECONDS to a YouTube URL to start playback at a specific point.
Example:
https://www.youtube.com/watch?v=dQw4w9WgXcQ&start=42
The embedded player will start at 42 seconds.
max-width: 600px so videos do not dominate long posts.[video]...[/video] with the provider's embed URL (not the share URL).