# TED videos preview shows just a thumbnail instead of the video itself like youtube

**URL:** https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235
**Category:** Feature
**Created:** [26.Апрель.2016 09:48:40 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235 "2016-04-26T09:48:40Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![envieme](https://avatars.discourse-cdn.com/v4/letter/e/da6949/32.png) [@envieme](https://meta.discourse.org/u/envieme)
#### Post date: [26.Апрель.2016 09:48:40 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/1 "2016-04-26T09:48:40Z")

</div>

When embedding a tedtalk url, the preview side shows just a thumbnail. For sometime I thought tedtalks werent embedding until I actually posted and found it did embed well in the post. Some users too reported the same and did not go ahead with their embeds.

 ![](https://global.discourse-cdn.com/meta/original/3X/3/6/36daed3170fe88a8aa71f9e87a9c47b81d065453.png)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [28.Апрель.2016 00:52:19 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/2 "2016-04-28T00:52:19Z")

</div>

Sure, the preview thumbnail in this case can be somewhat improved to communicate that there is a video in play.

Youtube does the same thing.

I wonder if we should simply allow people to play videos and so on in the preview area, @eviltrout do you remember why we originally opted out of allowing that?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [28.Апрель.2016 14:59:16 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/3 "2016-04-28T14:59:16Z")

</div>

The problem is that area is constantly refreshed as keys are typed. So when a video is inserted there it’ll be overwritten with every keystroke.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [02.Май.2016 03:33:11 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/4 "2016-05-02T03:33:11Z")

</div>

But can’t the virtual DOM take care of that these days?

---

<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: [02.Май.2016 03:41:11 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/5 "2016-05-02T03:41:11Z")

</div>

I do not think the editor uses that?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [02.Май.2016 03:42:24 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/6 "2016-05-02T03:42:24Z")

</div>

It does not, but we could specifically use it for the HTML diffing if IFRAMES are there. So it could solve this problem quite nicely with zero impact on IFRAMEy previews.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [02.Май.2016 15:58:25 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/7 "2016-05-02T15:58:25Z")

</div>

I briefly looked into using vdom for the editor preview and it was a mess. Basically we spit out HTML from our markdown pipeline. That HTML would have to be parsed before it could be diffed against the dom, in other words every keystroke would have to parse all the HTML first!

I punted on it as we plan on moving to CommonMark, and I was hoping we could have marked emit vdom nodes instead of HTML. Then we could skip the parsing phase altogether.

---

<div class="post-metadata">

### Author: ![Pad\_Pors](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pad_pors/32/52016_2.png) [@Pad\_Pors](https://meta.discourse.org/u/Pad_Pors)
#### Post date: [08.Сентябрь.2018 06:28:25 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/8 "2018-09-08T06:28:25Z")

</div>

currently TED videos are becoming one-boxed rather than embedded. is there any trick to embed them?

e.g.:

> **[Don't insist on English!](https://www.ted.com/talks/patricia_ryan_don_t_insist_on_english)**
>
> Patricia Ryan is a longtime English teacher who asks a provocative question: Is the world's focus on English preventing the spread of great ideas in other languages? In other words: What if Einstein had to pass the TOEFL? It's a passionate defense of...

---

<div class="post-metadata">

### Author: ![Ed\_Bobkov](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_bobkov/32/200014_2.png) [@Ed\_Bobkov](https://meta.discourse.org/u/Ed_Bobkov)
#### Post date: [25.Апрель.2020 16:26:26 UTC](https://meta.discourse.org/t/ted-videos-preview-shows-just-a-thumbnail-instead-of-the-video-itself-like-youtube/43235/9 "2020-04-25T16:26:26Z")

</div>

Я нашел здесь, что эта проблема была исправлена: [TED.com in onebox is broken](https://meta.discourse.org/t/ted-com-in-onebox-is-broken/27106)

Но, как я вижу, сейчас это не работает.

> **[Don't insist on English!](https://www.ted.com/talks/patricia_ryan_don_t_insist_on_english)**
>
> Patricia Ryan is a longtime English teacher who asks a provocative question: Is the world's focus on English preventing the spread of great ideas in other languages? In other words: What if Einstein had to pass the TOEFL? It's a passionate defense of...

Обновление:  
Решено. Нужно было добавить здесь: /admin/site\_settings/category/all\_results?filter=iframes  
следующий код:  
`https://embed.ted.com/`
