# YouTube preview video title link doesn't work

**URL:** https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343
**Category:** Bug
**Created:** [February 18, 2015, 2:21am UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343 "2015-02-18T02:21:13Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![AdamCapriola](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/adamcapriola/32/5192_2.png) [@AdamCapriola](https://meta.discourse.org/u/AdamCapriola)
#### Post date: [February 18, 2015, 2:21am UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343/1 "2015-02-18T02:21:13Z")

</div>

[![](https://global.discourse-cdn.com/meta/original/4X/3/3/3/3339b985de98c4226ed2889e9e87da645c3694e6.jpeg "Early Facebook Commercial (1995)") ](https://www.youtube.com/watch?v=jYd_5aggzd4)

Try clicking the video title (before clicking the play button). The click tracking looks like it gets hung up.

---

<div class="post-metadata">

### Author: ![purldator](https://avatars.discourse-cdn.com/v4/letter/p/bcef8e/32.png) [@purldator](https://meta.discourse.org/u/purldator)
#### Post date: [February 18, 2015, 2:35am UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343/2 "2015-02-18T02:35:06Z")

</div>

Not so much hung up as it goes absolutely nowhere.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [February 19, 2015, 5:15am UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343/3 "2015-02-19T05:15:26Z")

</div>

> [@AdamCapriola](#):
>
> The click tracking looks like it gets hung up.

Yep, it thinks that the URL doesn’t exist in the post, so it rejects the redirect (the URL is added in later by the JS - the cooked has just a `<div>` placeholder).

It’s ‘secure’ in that this prevents it from being an open redirect, but something might need to change here.

---

<div class="post-metadata">

### Author: ![Akshay](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/akshay/32/115755_2.png) [@Akshay](https://meta.discourse.org/u/Akshay)
#### Post date: [March 7, 2015, 8:04pm UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343/4 "2015-03-07T20:04:21Z")

</div>

URL is in the post but whenever there is link in a post (raw), there is no corresponding entry in TopicLink which is looked into for redirection link.

---

<div class="post-metadata">

### Author: ![NomNuggetNom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nomnuggetnom/32/122685_2.png) [@NomNuggetNom](https://meta.discourse.org/u/NomNuggetNom)
#### Post date: [March 24, 2015, 9:32pm UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343/5 "2015-03-24T21:32:42Z")

</div>

Still an issue for us. Very frustrating as I always click the title :(.

---

<div class="post-metadata">

### Author: ![daath](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daath/32/115536_2.png) [@daath](https://meta.discourse.org/u/daath)
#### Post date: [April 1, 2015, 3:21pm UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343/6 "2015-04-01T15:21:16Z")

</div>

This is still an issue!

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [April 1, 2015, 4:24pm UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343/7 "2015-04-01T16:24:16Z")

</div>

Thanks for reporting that issue @AdamCapriola. I just pushed a fix 🐘

[https://github.com/discourse/discourse/commit/0f4a4651a9fa0ccf8d09d92587b14eaa8aaa5533](https://github.com/discourse/discourse/commit/0f4a4651a9fa0ccf8d09d92587b14eaa8aaa5533)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [April 1, 2015, 4:24pm UTC](https://meta.discourse.org/t/youtube-preview-video-title-link-doesnt-work/25343/8 "2015-04-01T16:24:19Z")

</div>


