Is there in Discourse a latest messages RSS feed, so that I can display it in a widget on my wordpress site?
www.example.com/latest.rss displays the latest topics, not the response messages.
You’ll need to load /posts.json
and parse it. It includes sanitized HTML in the cooked
attribute, though!
Make sure to not include api_key and api_username when you load it, otherwise you’ll be including posts from the Staff category and private messages (if you pass an admin username).
3 Likes