AJAX Feed API: Blogroll and Slideshow Controls

We have discussed the Google AJAX Feed API when it launched. It offers Ajax developers the ability to access any public feed through a unified API, bypassing any domain issues in a secure way. The team has started to build useful widgets on top of their own API, and show you just the beginnings of what is possible. Slide Show Control The AJAX Feed API Slide Show Control allows you to create a photo slideshow from any feed that supports media RSS, such as PhotoBucket, Flickr, or Picasa Web Albums. You can add a slideshow as a one liner:
JAVASCRIPT:
  1. var ss = new GFslideShow(feedurl, "slideshow-div", options);
and can tweak various attributes via the options (e.g. transition times, controller feel, thumbnails, and more). FeedControl / Blog Roll The AJAX Feed API FeedControl widget allows you to add a blog roll by setting up your feeds:
JAVASCRIPT:
  1. var feedControl = new google.feeds.FeedControl();
  2. feedControl.addFeed("http://www.digg.com/rss/index.xml", "Digg");
  3. feedControl.addFeed("http://feeds.feedburner.com/Techcrunch", "TechCrunch");
  4. feedControl.addFeed("http://ajaxian.com/index.xml", "Ajaxian");
  5. feedControl.draw(document.getElementById("feedControl"));
You can tweak the look, enabling you to create a tabbed component, a sidebar style, or more. You can see these in action on the AJAX Feed API Playground blog.

Zero. Zilch. Nada. None. No commento.

Feel free to leave related comments here!

Rather Leave A Voice Comment?

Feel free to leave voice comments here!

Social Bookmarking

del.icio.us:AJAX Feed API: Blogroll and Slideshow Controls digg:AJAX Feed API: Blogroll and Slideshow Controls spurl:AJAX Feed API: Blogroll and Slideshow Controls furl:AJAX Feed API: Blogroll and Slideshow Controls Y!:AJAX Feed API: Blogroll and Slideshow Controls

Leave a comment

The most recent replies are displayed at the top. Please comment accordingly. Your name and email are required. Track comments via RSS.

Next Generation Ecommerce Software & Web Store Platform > Fast, Simple, Friendly Stores
RSS
Stores  Features  Blog  Archives  About  Contact       © 2006 Web 2.0 Stores