# Discourse Vine Support

**URL:** https://meta.discourse.org/t/discourse-vine-support/21056
**Category:** Feature
**Created:** [October 12, 2014, 9:41am UTC](https://meta.discourse.org/t/discourse-vine-support/21056 "2014-10-12T09:41:18Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Webinsane](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/webinsane/32/160268_2.png) [@Webinsane](https://meta.discourse.org/u/Webinsane)
#### Post date: [October 12, 2014, 9:41am UTC](https://meta.discourse.org/t/discourse-vine-support/21056/1 "2014-10-12T09:41:18Z")

</div>

Onebox is supporting Vine poorly. Is there interest to see Vine working like YouTube?

> **[Vine](https://vine.co/v/OzQaIO0IOiu)**
>
> The entertainment network where videos and personalities get really big, really fast. Download Vine to watch videos, remixes and trends before they blow up.

---

<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: [October 12, 2014, 9:58am UTC](https://meta.discourse.org/t/discourse-vine-support/21056/2 "2014-10-12T09:58:43Z")

</div>

Sure can you make sure this is on our list @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: [December 9, 2015, 5:45am UTC](https://meta.discourse.org/t/discourse-vine-support/21056/3 "2015-12-09T05:45:57Z")

</div>

I just rebuild the HTML of the original post and the Vine onebox is looking good now 🎉

I think they improved their default oEmbed, less work for us! 😄

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [December 9, 2015, 5:49am UTC](https://meta.discourse.org/t/discourse-vine-support/21056/4 "2015-12-09T05:49:33Z")

</div>

Agreed that it looks good.

Seems a bit taller than other oneboxes, as intended by design?

---

<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: [December 9, 2015, 5:53am UTC](https://meta.discourse.org/t/discourse-vine-support/21056/5 "2015-12-09T05:53:01Z")

</div>

> [@Mittineague](#):
>
> Seems a bit taller than other oneboxes, as intended by design?

Yes, the embed height is controlled by Vine as per this code:

```plaintext
<iframe class="vine-embed" src="https://vine.co/v/OzQaIO0IOiu/embed/simple" width="600" height="600" frameborder="0"></iframe>

```

Decreasing the height will introduce black bars.

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:32am UTC](https://meta.discourse.org/t/discourse-vine-support/21056/6 "2025-12-04T11:32:28Z")

</div>


