Skip to content
Log in

youtube - Liquid Filter Reference

On this page
Filter Name youtube
Group Videos
Version 1.2.3

Returns HTML embed code for the supplied YouTube id

Examples

{{ "12345-abcde" | youtube }}

Result:

```

```

Options

start_at

Moves the playback starting position of the video forward by this number of seconds

When start_at is provided, it adjusts the embed code for the requested start time:

{{ "12345-abcde" | youtube, start_at: 927 }}

Result:

```

```

Back to Filter List

Was this article helpful?

Was this article helpful?