In this section we provide a number of examples for some of our most used feeds. They demonstrate real working code for a number of common situations.
Remember, there are other feeds you might find useful in your implementation that do not yet have an Example. You will find a list of all feeds in the API Reference page.
Each example has 3 separate tabs: Presentation, Feed and Source Code.
Presentation
This tab is contains an example display of how the feed contents might look on a page. We’ve used common layout rules but obviously how it is displayed is completely up to each implementation.
There is a drop-down of at least one “instance” of this example. This can show how the same display rules can be applied to different sets of content the feed might provide.
Feed
This tab shows the raw output of the feed. It uses the same examples highlighted in the Presentation tab to show you the feed URL being called to drive the display.
Source Code
This tab contains example source (eg. in php) that demonstrates the steps required to collect the feed and then use its contents to display correctly.