Embed Url Modifier
Converts a Youtube or Vimeo link to their embed URLs.
Plays nicely with the Video fieldtype and the is_embeddable modifier.
youtube: https://www.youtube.com/watch?v=s9F5fhJQo34
vimeo: https://vimeo.com/22439234
other: http://example.com/video.mp4
{{ youtube | embed_url }}
{{ vimeo | embed_url }}
{{ other | embed_url }}
{{ Statamic::modify($youtube)->embedUrl() }}
{{ Statamic::modify($vimeo)->embedUrl() }}
{{ Statamic::modify($other)->embedUrl() }}
https://www.youtube.com/embed/s9F5fhJQo34
https://player.vimeo.com/video/22439234
http://example.com/video.mp4
Docs Feedback
Submit improvements, related content, or suggestions through Github.
Betterify this page