A few months ago, I created an embeddable widget that displayed the last 20 videos for one of our locally produced shows, Iowa Outdoors:
Originally, I designed it to run off the same RSS feeds we publish for syndication purposes. The widget was designed to be an all-purpose container that used jQuery to fetch the RSS feed, convert it to JSON, then iterate over the results to spit out links, thumbnails and descriptions.
There were several RSS-specific challenges that this version presented, including converting a duration in seconds to standard hh:mm:ss notation and the ever-present date
Recent comments