RSS Feed Reference
RSS feeds are structured streams of data designed to expose website content to the world, in a format that other websites and programs can easily consume. The LVSYS platform offers built-in RSS feeds for articles, events and products.
Article RSS Feeds
To build a feed of all your recent articles, use the structure of the following url with this change:
- Replace sample.com with your website domain name.
http://sample.com/?rss=Article
To build a feed of all a specific category of articles, use the structure of the following url, with these changes:
- Replace sample.com with your website domain name.
- Replace category-name with the name of the article category you wish to create an RSS feed for.
http://sample.com/?rss=Article,category-name
Event RSS Feeds
To build a feed of all your upcoming events, use the structure of the following url, with this change:
- Replace sample.com with your website domain name.
http://sample.com/?rss=Event
To build a feed of all a specific category of upcoming events, use the structure of the following url, with these changes:
- Replace sample.com with your website domain name.
- Replace category-name with the name of the event category you wish to create an RSS feed for.
http://sample.com/?rss=Event,category-name
Products RSS Feeds
To build a feed of all your products, use the structure of the following url, with this change:
- Replace sample.com with your website domain name.
http://sample.com/?rss=Product
To build a feed of all a specific category of products, use the structure of the following url, with this change:
- Replace sample.com with your website domain name.
- Replace category-name with the name of the product category you wish to create an RSS feed for.
http://sample.com/?rss=Product,category-name