New AJAX Feed API FeedControl

Yesterday a new class had been added to Google AJAX Feed API. Its designed to allow you to more easily add a collection of feeds to your pages. The FeedControl is pretty simple:

var feedControl = new google.feeds.FeedControl();
feedControl.addFeed(“http://www.digg.com/rss/index.xml”, “Digg”);
feedControl.addFeed(“http://feeds.feedburner.com/Techcrunch”, “TechCrunch”);
feedControl.draw(document.getElementById(“feedControl”));

In addition to the formal documentation, they have put together a few samples to help you quickly come up to speed.

Related posts:

  1. Google AJAX Feed API Review
  2. New Google Personalized Homepage features
  3. Google Apps – Premier Edition

  1. Book-marked your webblog. Are grateful for discussing. Surely well worth enough time away from our tests.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Read previous post:
Download Silverlight 1.1 Developer Reference Poster

Hope you like that link, its the poster that map out all the capabilities and classes that are available in...

Close