fm:ExternalContent
This component will return thumbnail and video/full size media that you can then use within the template. Currently only YouTube is supported.
Example
<fm:ExternalContent id="s822348js" secure="1" source="youtube" > </fm:ExternalContent>
An ID or URL is required.
Supported attributes
| Name | Required | Default | Description |
|---|---|---|---|
| externalid | Optional | The externalid of the media, if not supplied id, or url must be provided. | |
| height | Optional | The desired height of the embed code. | |
| id | Optional | The id of the external media, if not supplied an externalid or url must be provided. | |
| secure | Optional | Enable HTTPS URLs. | |
| source | Required | The source of the external content, currently 'youtube' is the only supported option. | |
| url | Optional | The URL to the piece of external media, if not supplied an id or externalid must be provided. | |
| width | Optional | The desired width of the embed code. |
Template variables
| Name | Description |
|---|---|
| ec_thumbnail_large | The URL to a large thumbnail if available. |
| ec_thumbnail_small | The URL to a small thumbnail if available |
| ec_embed | This contains the embed code to display media |
