RSS Widgets, RSS Feed Widget, RSX XML API, Embed RSS Feed

Feed Tools

Feedity offers several nifty tools and tips for RSS feed users, like a widget, API access, Autodiscovery, and Analytics.

For more tips and latest news please subscribe to our blog (RSS).

Widget

Widgets, or webpage gadgets, are small portable plug-in's for websites. Feedity offers a simple widget to embed and display RSS feeds on your website or blog. This Widget is customizable and safe to use. You can drive more traffic to your site by showcasing the news from your favorite source by copying a small JavaScript snippet.

Simply select the JavaScript code below, and 'copy & paste' it at the appropriate location on your webpage (HTML).
You can customize the widget by editing the marked fields in the widget code below.


Note: This widget can only be used with RSS feeds generated through Feedity or Yahoo Pipes!

API

The Feedity API (short for Application Programming Interface) has been created to let users and partners interact programmatically with Feedity. The API provides a simple and easy utility for creating custom RSS feeds on-the-fly.

Our API is currently in private beta stage. It will be available shortly to our Pro plan users, and for non-commercial use by developers. Commercial use will be possible by prior arrangement.

More details about the API will be published on our blog in the near future.

Autodiscovery

RSS autodiscovery is a technique that makes it possible for web browsers and other software to automatically find a site's RSS feed. Autodiscovery is a great way to inform users that a web site offers a syndication feed.

To support autodiscovery, a link element must be added to the header, as shown in the HTML markup below. Replace the href value of the link element with the URL of your RSS feed.

<html>
  <head>
    <title>Your Website</title>
    <link rel="alternate" type="application/rss+xml" title="RSS"
      href="http://feedity.com/rss.aspx/...">
  </head>
  <body>
    <!-- the web page's contents -->
  </body>
</html>

You can learn more about RSS autodiscovery at RSS Advisory Board.

Feed Analytics

Feedity provides you with the basic statistic (total hits) about your custom RSS feeds build with Feedity. For detailed statistics you can use your Feedity feeds along with FeedBurner, for free!