Contents

  • Enabling Feeds
  • Feeds Available
  • Use this guide to learn about the feeds (RSS and Atom) that the application makes available.

    Like many web sites and applications, the application provides the ability for people to get a digest of its content through a feed. By subscribing to a feed and using a feed reader (also known as an aggregator), people can discover what has been changed in the application without having to visit the application just to find out. Feeds provide data about content in a format that a feed reader can use.

    People can view a list of the feeds related to the page they're on by clicking the View Feeds link the in Actions box.


    View RSS feeds

    This will display a list of the feeds available (such as for the "Wellness" space here):


    Feed list

    They can also click an icon in their browser's address bar.


    RSS subscription list

    When they select one, they'll be able to view the content that would currently be associated with the feed.


    RSS subscription example

    Enabling Feeds

    Feeds are enabled by default. However, in the internal version basic authentication is required by default. Using the admin console, you can turn feeds on or off, specify which format should be available, and specify whether users (via their feed readers) should be required to send a user name and password with feed requests (use basic authentication). In the console, go to System > Settings > Feeds.

    Note: In order for people to use the links available in feeds, you'll need to be sure you've set the jiveURL property. This tells the application the public web path to your installation. This is necessary to support links to it from content listed in the feed reader. You typically set the jiveURL when you're setting up. After setting up, you can set or change the URL in the admin console by setting the jiveURL system property at System > Management > System Properties.

    Feeds Available

    Jive SBS offers feeds in three formats: RSS (Really Simple Syndication) (versions 1.0 and 2.0), Atom 1.0, and JSON (Javascript Object Notation). Each of these carries the feed data in a different way. You can retrieve feed results by using the URLs listed here.

    Where noted, these URLs support the following variable parts:

    You can also include the following parameters in your feed URL:

    In addition, if your community requires basic authentication (a user name and password), you might need to prepend the feed URL with the username and password parameters. Here's an example:

    https://<username>:<password>@<domain>/community/feeds/documents

    If you don't want to enable basic authentication but still need to send a user name and password, you can use the following form (note that this is less secure):

    https://<domain>/community/feeds/documents?username=<username>&password=<password>

    Feeds System Wide

    Feed Subject URL Syntax
    All content https://<domain>/community/feeds/allcontent
    Documents https://<domain>/community/feeds/documents
    Discussion messages https://<domain>/community/feeds/messages
    Discussion threads https://<domain>/community/feeds/threads
    Popular discussion threads https://<domain>/community/feeds/popularthreads
    Unanswered threads https://<domain>/community/feeds/unansweredthreads
    Recent blog posts https://<domain>/blogs/feeds/posts
    New blogs https://<domain>/blogs/feeds/blogs
    Blog tags https://<domain>/blogs/feeds/tags/<tag_name>
    Recent blog comments https://<domain>/blogs/feeds/comments
    Blog trackbacks https://<domain>/blogs/feeds/trackbacks
    Blog author https://<domain>/blogs/feeds/users/<user_name>
    Tags https://<domain>/community/feeds/tags/<tag_name>
    Search https://<domain>/community/feeds/search?<search_string>
    Announcements https://<domain>/community/feeds/announcements
    Polls https://<domain>/community/feeds/polls
    Statistics https://<domain>/community/feeds/stats

    Feeds Per Space

    Feed URLs for a particular space are similar to the system-wide feed URLs above. The difference is the space-specific feed URLs are appended with the community ID number. You can find this number at the end of the URL after you click View Feeds in the All Content page. In the admin console, the ID number is shown at Space/Communities > Settings > Space Settings.

    Feed Subject URL Syntax
    All content https://<domain>/community/feeds/allcontent?communityid=<community_id>
    Documents https://<domain>/community/feeds/documents?communityid=<community_id>
    Discussion messages https://<domain>/community/feeds/messages?communityid=<community_id>
    Discussion threads https://<domain>/community/feeds/threads?communityid=<community_id>
    Popular discussion threads https://<domain>/community/feeds/popularthreads?communityid=<community_id>
    Unanswered threads https://<domain>/community/feeds/unansweredthreads?communityid=<community_id>
    Recent blog posts https://<domain>/blogs/feeds/posts?communityid=<community_id>
    Tag https://<domain>/community/feeds/tags/<tag_name>?communityid=<community_id>
    Announcements https://<domain>/community/feeds/announcements?communityid=<community_id>
    Polls https://<domain>/community/feeds/polls?communityid=<community_id>
    Statistics https://<domain>/community/feeds/stats?communityid=<community_id>

    Feeds Per Blog

    Feed Subject URL Syntax
    Recent posts https://<domain>/blogs/<blog_name>/feeds/posts
    Blog tags https://<domain>/blogs/feeds/tags/<tag_name>
    Recent comments https://<domain>/blogs/<blog_name>/feeds/comments
    Trackbacks https://<domain>/blogs/feeds/trackbacks
    Comments on a post https://<domain>/blogs/<blog_name>/feeds/comments?blogPost=<post_id>
    Trackbacks on a post https://<domain>/blogs/<blog_name>/feeds/comments?blogPost=<post_id>

    Feeds Per Document

    Feed URLs for documents include the document ID. You'll find the ID at the end of the URL when you're viewing a Jive SBS document.

    Feed Subject URL Syntax
    Comments https://<domain>/community/feeds/document-comments/<document_id>
    Version history https://<domain>/community/feeds/document-history/<document_id>

    Feeds Per Person

    Feed Subject URL Syntax
    Discussion messages https://<domain>/community/feeds/messages?rssUsername=<user_name>
    Documents https://<domain>/community/feeds/documents?rssUsername=<user_name>
    Blog posts https://<domain>/blogs/feeds/users/<user_name>
    Updates https://<domain>/people/<user_name>/feeds/updates