Jason Christenson
posted this on February 13, 2011 21:32
Integration with your site is possible using two types of feeds.
The first type is XML based feed like RSS that your server-side script can fetch and use the inside links to create your output HTML. This type of feed will also allow you to develop your own flash based animation, slideshow or video player.
The second type is JSON feed that you can use with your javascript cliet-side HTML code.
Creating your feed :