Help > Forum > Topics & Posts > How can I get an RSS, JSON, JavaScript, or XML feed of new topics?
How can I get an RSS, JSON, JavaScript, or XML feed of new topics?
Please follow the instructions below:
- Log in to your Website Toolbox account.
- Click the Integrate link.
- Click the Embed link.
- Click the Topics & Posts tab.
You can also use webhooks to receive programmatic notifications of new posts or use our API.
We recommend using the options on the Embed Topics & Posts page to generate your feed, but we have also outlined the feed parameters below in case your forum users want to generate their own feeds.
Parameter
Possible values
type
json, js, rss, xml. Required
show
latest, top, topics, posts. Required
period
all, year, quarter, month, week, today. You can only specify this parameter when using "top" for the "show" parameter. Optional
forumids
A comma separated list of category IDs. If this is excluded, results from all categories will be returned.
qty
The number of results to return. The maximum is 200. If the "since" parameter has been specified, the default is 200, otherwise it's 15.
since
Return items created or last updated within this number of seconds. For example, 86400 for topics created within the last 24 hours. If "latest" is used for the "show" parameer, this will use the last updated date instead of the creation date. Optional
If you still need help, please contact us.