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=s9F5fhJQo34vimeo: https://vimeo.com/22439234other: 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/s9F5fhJQo34https://player.vimeo.com/video/22439234http://example.com/video.mp4