# Vimeo 埋め込みプレーヤーはもう使えない？

**URL:** https://meta.discourse.org/t/vimeo-embedded-player-is-no-longer/118167
**Category:** Bug
**Created:** [2019 年 5 月 19 日午後 8:41 UTC](https://meta.discourse.org/t/vimeo-embedded-player-is-no-longer/118167 "2019-05-19T20:41:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [2019 年 5 月 19 日午後 8:41 UTC](https://meta.discourse.org/t/vimeo-embedded-player-is-no-longer/118167/1 "2019-05-19T20:41:46Z")

</div>

Having some issues with Vimeo videos not being embedded with a player automatically.

Eg:

[![](https://global.discourse-cdn.com/meta/original/4X/b/c/9/bc9e23aa5610d76ea83d81ab2a4f905d6be21dfe.jpeg "Talgarth-2") ](https://vimeo.com/321790603)

The strange thing is, in the past, these _have_ embedded a player.

It’s really weird as a url which worked in older posts (and still does) will not embed a player if the url is pasted in to a new topic.

This only seems to be the case on free accounts, videos on ‘Plus’ accounts don’t appear to suffer this problem.

Is this a Vimeo issue, rather than Discourse?

Any idea why links posted in the past still show a player but if posted in a new post, show no player?

---

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [2019 年 5 月 19 日午後 8:44 UTC](https://meta.discourse.org/t/vimeo-embedded-player-is-no-longer/118167/2 "2019-05-19T20:44:31Z")

</div>

Perhaps a better example: [Isle of Lewis - Videos by Drone - Grey Arrows Drone Club UK](https://greyarro.ws/t/isle-of-lewis/6571)

You’ll see the Vimeo player works in that post, the url to the video is:

[![](https://global.discourse-cdn.com/meta/original/4X/4/b/1/4b144abe8ac3f4a06de26c5b0b3a1bef83eb9319.jpeg "Isle of Lewis") ](https://vimeo.com/321094607)

Which does not embed a player in new posts?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2019 年 5 月 19 日午後 8:49 UTC](https://meta.discourse.org/t/vimeo-embedded-player-is-no-longer/118167/3 "2019-05-19T20:49:50Z")

</div>

Could you check this out @techAPJ

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [2019 年 5 月 20 日午前 9:35 UTC](https://meta.discourse.org/t/vimeo-embedded-player-is-no-longer/118167/5 "2019-05-20T09:35:53Z")

</div>

Public Vimeo oneboxes regressed in [this commit](https://github.com/discourse/onebox/commit/a591ea61b4a26227f22aa36e46ecc695e34e4a44). It looks like Vimeo doesn’t add `og:video_url` metadata in public videos but does so in private videos, very odd.

I fixed this by defaulting to oEmbed for public videos and using dedicated engine for private videos only (where we need to sprinkle magic attributes).

[https://github.com/discourse/onebox/commit/c43ba86f995f924ce61cae411ad9ed052319c310](https://github.com/discourse/onebox/commit/c43ba86f995f924ce61cae411ad9ed052319c310)

Thanks for reporting this isssue @Richie. 👍

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [2019 年 5 月 20 日午前 9:43 UTC](https://meta.discourse.org/t/vimeo-embedded-player-is-no-longer/118167/6 "2019-05-20T09:43:19Z")

</div>


