Pipes and Piping
Tuesday, May 13th, 2008Hello everyone. This blog entry is all about pipes. Yahoo! has recently released a service at pipes.yahoo.com which allows you to stream information like RSS feeds to one source. If you look in the right sidebar of this blog, you’ll see a “Family of Bloggers” block. This is created by making a pipe that gathers the five most recent posts from all of the Liske family’s blogs and puts them in one place, sorting them by date and time. It sounds daunting, but by using the Yahoo! service’s Drag-and-Drop interface, it’s VERY easy to do.
Here’s what the “Family of Bloggers” pipe “source” looks like:
Basically what’s being done here is, I gathered the RSS feeds from all of the blogs (Wordpress has the RSS feature built in), run the OUTPUT of the feeds to a “Union”, which joins them all together, then that runs to a sorter, which sorts them by date, then I cut it down to 5 entries only, then it’s output as a final feed. This is a relatively easy pipe to follow as it’s very linear. Using this, you can feed YouTube, Flickr, and Google and incorporate that in your site. Once you’re done, you can insert the final feed into your blog, MySpace, and whatnot.
As a final note, all you need to use pipes.yahoo.com is a Yahoo! ID, which is free.
