# RSS feed-is it possible?

**URL:** https://meta.discourse.org/t/rss-feed-is-it-possible/72612
**Category:** Feature
**Created:** [October 23, 2017, 3:50pm UTC](https://meta.discourse.org/t/rss-feed-is-it-possible/72612 "2017-10-23T15:50:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![communitygal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/communitygal/32/80177_2.png) [@communitygal](https://meta.discourse.org/u/communitygal)
#### Post date: [October 23, 2017, 3:50pm UTC](https://meta.discourse.org/t/rss-feed-is-it-possible/72612/1 "2017-10-23T15:50:33Z")

</div>

Is there a way to get an RSS feed of activity of my instance and add it to our website or support portal?

thanks,  
Emma

---

<div class="post-metadata">

### Author: ![notriddle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/notriddle/32/133055_2.png) [@notriddle](https://meta.discourse.org/u/notriddle)
#### Post date: [October 23, 2017, 4:35pm UTC](https://meta.discourse.org/t/rss-feed-is-it-possible/72612/2 "2017-10-23T16:35:17Z")

</div>

Yup. For example, try [https://meta.discourse.org/latest.rss](https://meta.discourse.org/latest.rss).

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [October 23, 2017, 5:50pm UTC](https://meta.discourse.org/t/rss-feed-is-it-possible/72612/3 "2017-10-23T17:50:24Z")

</div>

You can view source for any page and find something like

```
<link rel="alternate" type="application/rss+xml" . ..

```

with the link for that page. Or, just blindly stick .rss at the end. . .

---

<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 23, 2017, 6:19pm UTC](https://meta.discourse.org/t/rss-feed-is-it-possible/72612/4 "2017-10-23T18:19:27Z")

</div>


