# Platform integration - videos

**URL:** https://meta.discourse.org/t/platform-integration-videos/179828
**Category:** Community Building
**Created:** [February 15, 2021, 8:54pm UTC](https://meta.discourse.org/t/platform-integration-videos/179828 "2021-02-15T20:54:09Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![TowerBR](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/towerbr/32/152148_2.png) [@TowerBR](https://meta.discourse.org/u/TowerBR)
#### Post date: [February 15, 2021, 8:54pm UTC](https://meta.discourse.org/t/platform-integration-videos/179828/1 "2021-02-15T20:54:09Z")

</div>

I’m setting up a Discourse instance, and would like to integrate content from short online classes (videos of ~ 10 min) and webinars. What would be a good video platform to integrate with Discourse? I would like users to not have the feeling of “changing platforms” (even with SSO, etc.), I don’t know if that would be possible.

I also want to integrate other media, like blog and others, but this type of content I understand that it is easier to mimic within Discourse, perhaps with categories.

---

<div class="post-metadata">

### Author: ![Richie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/richie/32/115110_2.png) [@Richie](https://meta.discourse.org/u/Richie)
#### Post date: [February 15, 2021, 9:30pm UTC](https://meta.discourse.org/t/platform-integration-videos/179828/2 "2021-02-15T21:30:14Z")

</div>

Discourse beautifully and seamlessly embeds video content from Vimeo and YouTube.

You may need to define or explain your required level of integration further? 🤔

---

<div class="post-metadata">

### Author: ![TowerBR](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/towerbr/32/152148_2.png) [@TowerBR](https://meta.discourse.org/u/TowerBR)
#### Post date: [February 15, 2021, 10:03pm UTC](https://meta.discourse.org/t/platform-integration-videos/179828/3 "2021-02-15T22:03:21Z")

</div>

> [@Richie](#):
>
> You may need to define or explain your required level of integration further?

Sorry, I should have been more specific. I want to build a “system” that includes:

- community (Discourse)
- short video lessons (platform?)
- podcasts (platform? same as the video?)
- webinars (platform? same as the video?)
- blog (probably Discourse)

For video lessons, I need to control participants (paid and free), set up classes, etc. Registration can be done on an external platform, but once the user is “inside” the “system”, I would not like him to have the impression that he is accessing different platforms for each of the above contents.

---

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [February 15, 2021, 10:06pm UTC](https://meta.discourse.org/t/platform-integration-videos/179828/4 "2021-02-15T22:06:36Z")

</div>

There is no way to integrate Discourse into another platform in this way – dropping it into an iFrame will break functionality and cause performance issues. I’m interested in why you would want the video lessons to be on another platform though. Why not just publish the videos within topics as Richie suggests?

---

<div class="post-metadata">

### Author: ![TowerBR](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/towerbr/32/152148_2.png) [@TowerBR](https://meta.discourse.org/u/TowerBR)
#### Post date: [February 15, 2021, 10:09pm UTC](https://meta.discourse.org/t/platform-integration-videos/179828/5 "2021-02-15T22:09:03Z")

</div>

> [@HAWK](#):
>
> integrate Discourse into another platform

Just to clarify: Discourse can be the “main” platform (in fact, it probably _will_, the community will be the central component).

> [@HAWK](#):
>
> I’m interested in why you would want the video lessons to be on another platform though. Why not just publish the videos within topics as Richie suggests?

It’s not clear to me how I could control classrooms, enrollments, payments, etc. in an automated way.

---

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [February 15, 2021, 10:16pm UTC](https://meta.discourse.org/t/platform-integration-videos/179828/6 "2021-02-15T22:16:23Z")

</div>

> [@TowerBR](#):
>
> It’s not clear to me how I could control classrooms, enrollments, payments, etc. in an automated way.

Take a look at [discourse-subscriptions](https://meta.discourse.org/t/discourse-subscriptions/140818).

---

<div class="post-metadata">

### Author: ![TowerBR](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/towerbr/32/152148_2.png) [@TowerBR](https://meta.discourse.org/u/TowerBR)
#### Post date: [February 15, 2021, 10:22pm UTC](https://meta.discourse.org/t/platform-integration-videos/179828/7 "2021-02-15T22:22:12Z")

</div>

> [@HAWK](#):
>
> Take a look at [discourse-subscriptions](https://meta.discourse.org/t/discourse-subscriptions/140818).

I completely missed this plugin 😳

I will try to build a MVP.

Thanks a lot!
