---
title: >-
  The external_video Liquid object now supports YouTube and Vimeo videos -
  Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/the-external_video-liquid-object-now-supports-youtube-and-vimeo-videos
  md: >-
    https://shopify.dev/changelog/the-external_video-liquid-object-now-supports-youtube-and-vimeo-videos.md
metadata:
  effectiveApiVersion: 2021-01
  affectedApi: []
  primaryTag:
    displayName: Themes
    handle: dev_themes
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2021-02-09T11:14:52-05:00'
  postedAt: '2021-02-24T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:31-05:00'
  effectiveAt: '2021-02-24T00:00:00-05:00'
---

February 24, 2021

Tags:

* Themes
* 2021-01

# The external\_video Liquid object now supports YouTube and Vimeo videos

Shopify now supports adding embedded Vimeo videos to products, leveraging the `external_video` object.

Many `ExternalVideo` API implementations assume that all external video objects represent YouTube videos. To avoid any complications arising from this change, version 2021-01 and earlier of our APIs don't return `ExternalVideo` objects that represent Vimeo videos.

You can access Vimeo videos using the [unstable](https://shopify.dev/docs/storefront-api/reference/products/externalvideo?api%5Bversion%5D=unstable) version of our APIs. We will also be introducing the ability to detect the video host in 2021-04.

Learn more about Liquid [media filters](https://shopify.dev/docs/themes/liquid/reference/filters/media-filters) and the [`external_video`](https://shopify.dev/docs/themes/liquid/reference/objects/external-video) object on Shopify.dev.
