A Jquery plugin to access Superfeedr's retrieve API. It allows anyone to quickly and easily embed the content of any feed on their site.
It's loosely inspired by the Google Feeds API and uses Jquery as a dependency.
- Open a subscriber account.
- Subscribe to the feeds you'll need to load, using either our XMPP console or or webhook API.
- Create a token, make sure you pick the
retrieve
mode only so that people won't use your credentials
This will load the past content of a feed, using Superfeedr's retrieve API.
This will load the past content of a feed and keep the socket open for more entries to come via Server Sent Events.
Check the /examples
directory or the source code of Superfeedr's home page for an example in the wild! Feel free to submit pull requests with links to your integration as well!