nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.71k stars 356 forks source link

RSS Feed #274

Open kirksvillewebdesign opened 13 years ago

kirksvillewebdesign commented 13 years ago

Hello,

I am wondering how I can use a Picasa Web Album RSS-Feed to pull photos for my slideshow. Is this supported?

Thanks.

nathansearles commented 13 years ago

It's possible and easier if you use JSON rather then RSS if possible. I'd use jQuery.getJSON() to retrive the data then in the success callback create the markup and then initialize the Slides plugin.

Unfortunately I don't have an example of this but the example that's on the jQuery site is great. http://api.jquery.com/jQuery.getJSON/