# Embeddable Discourse activity widget

**URL:** https://meta.discourse.org/t/embeddable-discourse-activity-widget/203454
**Category:** Feature
**Created:** [September 15, 2021, 7:11pm UTC](https://meta.discourse.org/t/embeddable-discourse-activity-widget/203454 "2021-09-15T19:11:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![featheredtoast](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/featheredtoast/32/116994_2.png) [@featheredtoast](https://meta.discourse.org/u/featheredtoast)
#### Post date: [September 15, 2021, 7:11pm UTC](https://meta.discourse.org/t/embeddable-discourse-activity-widget/203454/1 "2021-09-15T19:11:18Z")

</div>

Currently we’re able to [embed Discourse comments](https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963) into pages, which allows us to link our community activity per-post. But what happens when we want more embedding power?

# Proposal

Create an **activity widget** to display on sites. This would allow for feedback loops where Discourse activity on the forums could be surfaced on non-Discourse sites, and allow for tighter integration between main sites and forum features.

This widget would allow us to expose Discourse activity in a div in a separate site.

The widget would auto-update as new activity is posted. Something to this effect:

 ![image](https://global.discourse-cdn.com/meta/original/3X/2/8/2856ea823a0b71264c2ec6719d7192cfa4a6c86f.png)

## Under the hood

The widget would rely on message bus subscriptions for automatic updates as new content is posted in the forum.
