# What is the RSS URL for all Posts published by a User?

**URL:** https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071
**Category:** Support
**Created:** [March 6, 2015, 3:23pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071 "2015-03-06T15:23:17Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Mohammad](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mohammad/32/115484_2.png) [@Mohammad](https://meta.discourse.org/u/Mohammad)
#### Post date: [March 6, 2015, 3:23pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071/1 "2015-03-06T15:23:17Z")

</div>

I recently created a **Latest Topic** and **Featured Topics** widget on my blog that lets readers to read about the latest updates going on my [forum](http://ask.mybloggertricks.com) directly from the blog’s homepage.

![latest topics](https://global.discourse-cdn.com/meta/original/3X/7/2/72b0cfab25e32cc4450ea2a852544049ee73a600.png)

I am using the RSS (/latest.rss) file created for the latest topics page and category pages but I could not find a RSS link to display posts submitted by a user.

What I want is a RSS link that will display all posts or topics published by a user. Would really appreciate if I could achieve this because readers would to show their forum activity on their websites.

---

<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: [March 6, 2015, 8:11pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071/2 "2015-03-06T20:11:02Z")

</div>

> [@Mohammad](#):
>
> What I want is a RSS link that will display all posts or topics published by a user.

Sure it would make sense if the user page had a RSS feed that did this.

---

<div class="post-metadata">

### Author: ![Mohammad](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mohammad/32/115484_2.png) [@Mohammad](https://meta.discourse.org/u/Mohammad)
#### Post date: [March 9, 2015, 1:29pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071/3 "2015-03-09T13:29:51Z")

</div>

Yes it really makes sense because it would help forum admins to better publicize the forum by allowing users to show their activity through a widget installed on their sites. The widget will display the recent posts published by the user by fetching post titles via a RSS link. Doesn’t that sound useful @codinghorror ?

---

<div class="post-metadata">

### Author: ![jgstew](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jgstew/32/115984_2.png) [@jgstew](https://meta.discourse.org/u/jgstew)
#### Post date: [June 8, 2015, 2:26pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071/4 "2015-06-08T14:26:33Z")

</div>

I also have a need for this.

**Something like:**

```
https://meta.discourse.org/users/jgstew/activity.rss

```

Which would make all public activity available over RSS.

---

<div class="post-metadata">

### Author: ![Tom\_Newsom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tom_newsom/32/115981_2.png) [@Tom\_Newsom](https://meta.discourse.org/u/Tom_Newsom)
#### Post date: [June 8, 2015, 2:50pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071/5 "2015-06-08T14:50:46Z")

</div>

This is relevant:

[https://meta.discourse.org/t/feed-of-new-posts-topics-replies/15102](https://meta.discourse.org/t/feed-of-new-posts-topics-replies/15102)

---

<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: [June 8, 2015, 7:19pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071/6 "2015-06-08T19:19:13Z")

</div>

@techapj can you add this to your list? The user page should have a default RSS feed of posts / topics by that user in chronological order.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [March 31, 2016, 3:32pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071/7 "2016-03-31T15:32:54Z")

</div>

We now have RSS feed for user posts and topics. ☀

Posts =\> [https://meta.discourse.org/users/codinghorror/activity.rss](https://meta.discourse.org/users/codinghorror/activity.rss)

Topics =\> [https://meta.discourse.org/users/codinghorror/activity/topics.rss](https://meta.discourse.org/users/codinghorror/activity/topics.rss)

* * *

[https://github.com/discourse/discourse/commit/41208b99a1e0c1733803e8360d04e18e28af691b](https://github.com/discourse/discourse/commit/41208b99a1e0c1733803e8360d04e18e28af691b)

---

<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: [March 31, 2016, 5:52pm UTC](https://meta.discourse.org/t/what-is-the-rss-url-for-all-posts-published-by-a-user/26071/8 "2016-03-31T17:52:12Z")

</div>


