# vimeo - Liquid Filter Reference

Source: https://support.storeconnect.com/articles/vimeo-filter-reference · Last modified 21 August 2026

| Filter Name | vimeo |
| :---- | :---- |
| **Group** | Videos |
| **Version** | 1.2.3 |

Returns HTML embed code for the supplied Vimeo id

## **Examples**


```
{{ "12345-abcde" | vimeo }}
```


Result:

```
<div class="responsive-iframe"><iframe src="https://player.vimeo.com/video/12345-abcde#t=0s" frameborder="0" allow="autoplay; fullscreen" allowfullscreen class="Video_embed vimeo"></iframe></div>
```

### **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" | vimeo, start_at: 678 }}
```


Result:

```
<div class="responsive-iframe"><iframe src="https://player.vimeo.com/video/12345-abcde#t=678s" frameborder="0" allow="autoplay; fullscreen" allowfullscreen class="Video_embed vimeo"></iframe></div>
```

## **Using an unlisted Vimeo video**

For unlisted Vimeo videos, the embed needs to use the player URL format with the hash included as a query parameter.

For example


```
{{ "1020379123?h=5e86c5f89b" | vimeo }}
```


The format is the video ID followed by the video reference hash as a second parameter. This ensures both are passed correctly to the Vimeo player.

If the video still doesn't load after using the correct format, try this troubleshooting step:

In Vimeo, go to Video Settings \> Privacy \> Where can this be embedded? and make sure the site's domain is added to the allowed/trusted domains list, or that embedding is set to "Anywhere". If the domain isn't on that list, Vimeo will block the embed regardless of whether the code is correct.

After updating the privacy settings, refresh the page and test again.

[Back to filter list](liquid-filters)

---

## Follow StoreConnect

- [Email Newsletter](https://getstoreconnect.com/c/lp-newsletter)
- [LinkedIn Newsletter](https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7444956928444862464)
- [YouTube](https://www.youtube.com/channel/UCngKdP2x8l1wcbAKW3tvU8g)
- [LinkedIn](https://www.linkedin.com/company/storeconnect)
- [X / Twitter](https://x.com/storeconnecthq)

## Popular Links

- [Partners](https://getstoreconnect.com/partners)
- [News](https://getstoreconnect.com/articles/news)
- [Events](https://getstoreconnect.com/articles/events)
- [Feature Comparison](https://getstoreconnect.com/how-we-compare)
- [Download a free trial](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMkeKUAT)
- [Book a Demo](https://getstoreconnect.com/contact)

## Documentation

- [Help documentation](https://support.storeconnect.com/help-documentation)
- [AI agents](https://support.storeconnect.com/ai)
- [Videos & tutorials](https://support.storeconnect.com/videos-tutorials)
- [Developer reference](https://support.storeconnect.com/developer-reference)
- [Release notes](https://support.storeconnect.com/release-notes)
- [Troubleshooting](https://support.storeconnect.com/troubleshooting)
- [Trust Center](https://trust.getstoreconnect.com/)
- [Status Page](https://status.storeconnect.com/)

## Contact

- info@getstoreconnect.com
- US +1 415 745 3230
- AUS +61 2 8365 2308

100 S Ashley Dr, Suite 600-2461
Tampa FL 33602-600 USA

Level 22, Sydney Place
180 George Street
Sydney, NSW, 2000, AUS

---

StoreConnect Support — https://support.storeconnect.com/articles/vimeo-filter-reference