external_video_url
Provides the URL for a designated external video. Utilize this helper to specify settings for the external video player created by the external_video_tag helper.
You have the option to define YouTube video parameters through the addition of parameters that match the parameter names and giving them the desired values.
Parameters
media{Object}: The media object. This parameter is required.returns{String}: The external video URL.
Usage
{{external_video_url media}}
Example
{{ external_video_tag (external_video_url media color="white") class="youtube-video" }}
Was this article helpful to you?