# Displaying oneboxes in Hide Details

**URL:** https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672
**Category:** Support
**Tags:** onebox, hide-details
**Created:** [August 18, 2023, 8:37am UTC](https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672 "2023-08-18T08:37:34Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![aron\_bett](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aron_bett/32/321454_2.png) [@aron\_bett](https://meta.discourse.org/u/aron_bett)
#### Post date: [August 18, 2023, 8:37am UTC](https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672/1 "2023-08-18T08:37:34Z")

</div>

Hello,  
Noticed that onebox doesn’t work when you hide elements. Any way to go about it?  
See:

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/b/8/8b88744103b6a21a09eab923a713cf7ffde2759e.png)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [August 18, 2023, 8:58am UTC](https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672/2 "2023-08-18T08:58:49Z")

</div>

Hello and welcome @aron_bett 🙂

I think you can use html `<details>` to achieve this:

```html
<details>
<summary>
Check out my onebox
</summary>

https://www.discourse.org

</details>

```

> **Check out my onebox**
>
> > **[Where Tech Companies Build Communities](https://www.discourse.org)**
> >
> > The customizable, scalable community platform powering over 22,000 communities. Create knowledge through conversation.

---

<div class="post-metadata">

### Author: ![aron\_bett](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aron_bett/32/321454_2.png) [@aron\_bett](https://meta.discourse.org/u/aron_bett)
#### Post date: [August 18, 2023, 9:36am UTC](https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672/3 "2023-08-18T09:36:47Z")

</div>

> [@JammyDodger](#):
>
> Check

still doesn’t work.  
Maybe I wasn’t clear. The goal is to enable link previews when you use “hide details” feature.

 ![image](https://global.discourse-cdn.com/meta/original/4X/d/c/d/dcdadd67ec8bd26cbd3414042517603aef935264.png)

When I don’t use hide details feature, the link previews appear;

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/9/d/69d5bb3d4bf0d634798f4cfe4354b9d9502b9871.jpeg)

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [August 18, 2023, 9:39am UTC](https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672/4 "2023-08-18T09:39:50Z")

</div>

That’s exactly what @JammyDodger has shown to work?

The one-box is retrieved but hidden in the details and displayed once you expand them.

---

<div class="post-metadata">

### Author: ![aron\_bett](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aron_bett/32/321454_2.png) [@aron\_bett](https://meta.discourse.org/u/aron_bett)
#### Post date: [August 18, 2023, 10:31am UTC](https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672/5 "2023-08-18T10:31:35Z")

</div>

Thank you @JammyDodger, @merefield . It works!

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [August 18, 2023, 4:17pm UTC](https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672/6 "2023-08-18T16:17:23Z")

</div>

> [@aron\_bett](#):
>
> Noticed that onebox doesn’t work when you hide elements

Several things don’t work inside hidden tags. Inline images won’t be rendered (and downloaded) as well:  
I think there are others I don’t remember right now. 🤔

> **Summary**
>
> [https://cdn.unicyclist.com/uploads/default/original/3X/c/3/c3c8d9fb0aef369d62d3ce9a4283941e14c65e24.jpeg](https://cdn.unicyclist.com/uploads/default/original/3X/c/3/c3c8d9fb0aef369d62d3ce9a4283941e14c65e24.jpeg)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [September 17, 2023, 4:17pm UTC](https://meta.discourse.org/t/displaying-oneboxes-in-hide-details/275672/7 "2023-09-17T16:17:28Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
