The module has support for YouTube playlists. Could Vimeo albums (which act as playlists) be supported too?

Looks like the oEmbed API supports them - https://developer.vimeo.com/apis/oembed

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Vali Hutchison created an issue. See original summary.

kamalavajra’s picture

Status: Active » Needs review
FileSize
1.02 KB

I have created a patch to support vimeo showcase albums with the url format `//vimeo.com/album/{album_id}`.

Kristi_06’s picture

This works great as long as you change the URL in the first additional line of the patch to vimeo.com/showcase instead of vimeo.com/album

$isShowcaseAlbum = (strpos($url, "vimeo.com/showcase") !== false);