export latest discussion-list for embedding

Hi,
I'd like to export a list of the latest say 5 discussions (title, authoar, category, date). The goal is to embed this in another website. How'd I most elegantly do this?
cheers, esdeix
0
Hi,
I'd like to export a list of the latest say 5 discussions (title, authoar, category, date). The goal is to embed this in another website. How'd I most elegantly do this?
cheers, esdeix
Comments
Welcome to the community!
Check out this post: http://vanillaforums.org/discussion/27699/show-latest-topics-outside-the-forum
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
thanks, the json-interface works fine. Is there a way to limit it's output?
Assuming you are requesting
/discussions.json
just append your paging query at the end. E.g./discussions.json/1-5
will give you the latest 5 discussions.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
takk fyrir, works well