# How to embed tiktok, reels and spotify?

**URL:** https://meta.discourse.org/t/how-to-embed-tiktok-reels-and-spotify/249425
**Category:** Support
**Created:** [December 19, 2022, 11:10pm UTC](https://meta.discourse.org/t/how-to-embed-tiktok-reels-and-spotify/249425 "2022-12-19T23:10:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![xebiyen](https://avatars.discourse-cdn.com/v4/letter/x/858c86/32.png) [@xebiyen](https://meta.discourse.org/u/xebiyen)
#### Post date: [December 19, 2022, 11:10pm UTC](https://meta.discourse.org/t/how-to-embed-tiktok-reels-and-spotify/249425/1 "2022-12-19T23:10:18Z")

</div>

I saw tiktok, reels and spotify incorporated in some forums made by Discourse, but mine does not, what do I have to do to incorporate?

see this

spotify

 ![image](https://global.discourse-cdn.com/meta/original/4X/2/4/d/24d62cde901459b96e4bb68fba3a541572e074ff.jpeg)

reels

 ![image](https://global.discourse-cdn.com/meta/original/4X/4/e/4/4e47bac84f69e5908acbc45d7c470e6e5bf55d17.jpeg)

tiktok

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/a/2/6a244ca4dc63e280f9a09bcca0f2d58f062e2f5b.jpeg)

---

<div class="post-metadata">

### Author: ![xebiyen](https://avatars.discourse-cdn.com/v4/letter/x/858c86/32.png) [@xebiyen](https://meta.discourse.org/u/xebiyen)
#### Post date: [December 22, 2022, 12:06am UTC](https://meta.discourse.org/t/how-to-embed-tiktok-reels-and-spotify/249425/2 "2022-12-22T00:06:47Z")

</div>

do i have to activate something?

---

<div class="post-metadata">

### Author: ![xebiyen](https://avatars.discourse-cdn.com/v4/letter/x/858c86/32.png) [@xebiyen](https://meta.discourse.org/u/xebiyen)
#### Post date: [December 26, 2022, 11:55pm UTC](https://meta.discourse.org/t/how-to-embed-tiktok-reels-and-spotify/249425/3 "2022-12-26T23:55:57Z")

</div>

worse than that I can’t find anything about it

---

<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: [December 27, 2022, 6:44am UTC](https://meta.discourse.org/t/how-to-embed-tiktok-reels-and-spotify/249425/5 "2022-12-27T06:44:09Z")

</div>

For Spotify, you need to use their **share** → **embed track** → **copy** feature and indeed add `https://open.spotify.com/` in your allowed iframes.

Tiktok and IG reels share codes use a `blockquote` along a `<script>` elements, so it won’t work straightforwardly as script tags aren’t allowed in posts.  
I also suppose Discourse’s onebox doesn’t support them yet.  
I don’t know if there are any working iframe links that could display them.

 ![embeds](https://global.discourse-cdn.com/meta/original/4X/0/9/5/0955fed5bb42a05062546e29612defd7448ab927.jpeg)

> [@xebiyen](#):
>
> worse than that I can’t find anything about it

Did you use the search? I quicky found those:

Tiktok embedding is discussed here:

> [@Supporting tiktok urls for onebox](https://meta.discourse.org/t/supporting-tiktok-urls-for-onebox/146413):
>
> Anyone from Discourse know what it might take to allow for embedding of tiktok videos via onebox? It continues to grow as people look to find ways to escape a bit duringthe crisis

You can embed tiktok video like this:  
For example, for [https://www.tiktok.com/@mobsao/video/7181493818871565574](https://www.tiktok.com/@mobsao/video/7181493818871565574)

```xml
<iframe src="https://www.tiktok.com/embed/v2/7181493818871565574" height="800" width="400">

```

Instagram reels embedding is discussed here:

> [@Onebox for Instagram Reels](https://meta.discourse.org/t/onebox-for-instagram-reels/234278):
>
> I don’t know if this is a bug, because I can barely find mention of Reels, short of [102 and 103 here](https://meta.discourse.org/t/onebox-assistant-crawl-for-those-previews-reliably/107405/102). Regardless, here I go – we went through the steps in [How to obtain an App Token to allow Instagram Oneboxes](https://meta.discourse.org/t/how-to-obtain-an-app-token-to-allow-instagram-oneboxes/223548) and succeeded. But I was deficient in my testing, which @deb_mitchell figured out – it was actually just any https://www.instagram.com/p/ (photo) or https://www.instagram.com/tv/ (IGTV) URLs that worked. While https://www.instagram.com/reel/ URLs (Reels) deliver a screenshot from the v…
