ShowTime Picasa & Flickr Demo

This page explores recently added features of the of the ShowTime slideshow plugin for WordPress

Picasa

Test using a Picasa “featured” feed as input for the slideshow. Picasa images are retreived in 2 sizes (if available). 800 px in normal mode and 1600 px in full-screen operation.

[showtime picasa=http://picasaweb.google.com/data/feed/base/featured/?max-results=5 transition=flip transitiontime=2 controls=124 ]

More info on Picasa Rss URLs: http://code.google.com/apis/picasaweb/docs/2.0/reference.html#Parameters

Flickr

Test using a Flickr using a personal photoset rss feed as input for the slideshow:

[showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157622602489724&nsid=27531560@N02]

 

25 Comments on “ShowTime Picasa & Flickr Demo

  1. Sjoerd says:

    It hangs on “loading from flickr”

  2. Filippo says:

    Hi, great plugin, the best for photos I ever seen :)
    I have a problem with flickr: I added the url from my album and the one from your example (here above), but mine stops a the first photo, and I don’t know why.
    This is what I wrote:

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157623548077282&nsid=47972091@N04]

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157622602489724&nsid=27531560@N02]

    Could you help me?

  3. Smiles says:

    Thanks for your earlier replies Paul.

    I’m experimenting now to get my slideshow loaded from one of my Picasa albums.

    At the moment I’m getting a black box with the message that “XML cannot be loaded”. Any suggestions on what my problem is? I have used the following code on my page:

    [st picasa=http://picasaweb.google.com/studiodimare/ModelingGlamour?authkey=Gv1sRgCPqp-sSapLWjsAE&feat=directlink]

  4. michael says:

    hello,

    I trying to get my slidshow working. i have entered in the rss feed from a flickr photo set, when i publish and go to site there is one photo up, it loads but does not change to the next photo
    can anyone help? thank you

  5. tomo says:

    I have set up a flickr photo set and it’s loaded and everything seems to be fine, however the images are at very low resolution. I set as the “best” res on the setting but not applied. Moreover I ticked on “reverse” setting however this also does not apply.
    I use 2.9.2 wp. Could you please update on this? thank you.

  6. seb says:

    Used the demo urls above for picasa and flickr to test.

    flickr works but picasa only shows a black box.

    This is a fresh install

  7. seb says:

    i found the problem

    your using file_get_contents to get the rss. This is not a secure way of getting remote files and is deactived on most hostings i’ve known. Use curl instead.

    So replace

    $xmlstr = file_get_contents ($rss);

    With

    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $rss);
    curl_setopt($ch, CURLOPT_HEADER, 0);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $xmlstr = curl_exec($ch);
    curl_close($ch);

  8. Fki says:

    Hi, i just try your plugin and it’s really fun to use. But i try with my flickr account and the showtime does not work :(
    It’s weird because when i paste your exemple it ok but when i enter my flickr rss feed it’s all black.

    And when i don’t paste but write myself the parameter the slideshow says that there’s no image.

    Do you have an idea about this ? It’s not a big deal but it will be great if we can fixe this !

    Thx a lot for your plugin and your help.

  9. Denis says:

    Hi Paul,
    thank you for amaizing plugin !

    could you please answer – is it possible to setup showtime to work with another photohosting like http://www.fotki.com or just picasa and flickr ?

    Thx a lot !

  10. Jackie says:

    @Fki: I’m having the exact same problem, works great with example code but i put in my flickr info and I get a black box. Help please!

  11. Narve says:

    same problem.

    This one from your post worsk fine:

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157622602489724&nsid=27531560@N02]

    But mine does not:

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157624163217733&nsid=51160160@N05&lang=en-us]

    I have tested the flickr feed by posting it directlly into my firefox address bar and it work fine.

    Please help :)

  12. I’ve the same problem. Are you planning solve this bug in next release?

    thanks.

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157624073358217&nsid=44283343@N04&lang=en-us]

  13. Hector says:

    I also have the same problem. I checked that my set is public, and I also am not including the ‘&lang=en-us’ that others are using, yet mine is still not working. It works beautifully with yours, but not with mine. Can you help me please?

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157622602489724&nsid=27531560@N02]

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157624497762412&nsid=48083195@N06]

    Hector

  14. Narve says:

    Please give us feedback on this:

    It works beautifully with yours, but not with mine. Can you help me please?

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157622602489724&nsid=27531560@N02]

    [showtime flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157624163217733&nsid=51160160@N05]

  15. Marcus says:

    I used Picassa and it worked (couldn’t get Flickr working). However I don’t have the clickthrough options that it shows in the other demo, it only scrolls through the choices.

    Also the graphics quality is terrible especially on full screen mode. I’m going to look for another plugin option -

  16. denye says:

    Please any tips !
    Showtime working with Flikr and not working with Picasa .

    But ! the same code working without problem on local host ( Flikr and Picasa both !)

  17. denye says:

    I understand my problem : avast internet sequirity blocking javascripts .

  18. Roger says:

    On the non-working flickr feeds, I find that when the slideshow tries to hook up to “farm5.static.flickr.com” it fails. Any other server seems to work. So maybe farm5 is too slow or throws an error?

  19. int says:

    flickr farm5 don’t work – please update plugin!!!!!

  20. Jbass says:

    Trying to get this to work in my theme:

    All I get is the #000000 background.

    When I use this – a different flickr feed:

    It works fine.

    Thoughts?

  21. Jbass says:

    Trying to get this to work in my theme:
    show_showtime("flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157625840175277&nsid=58871469@N04&lang=en-us")

    All I get is the #000000 background.

    When I use this – a different flickr feed:
    show_showtime("width=379|height=200|shuffle=on|showcontrols=off|fullscreen=off|quality=autohigh|wmode=window|rotationtime=3|transitiontime=1|transition=fade|scale=NoBorder|autoplay=on|flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157615046048430&nsid=37551815@N00&lang=en-us")

    It works fine.

    Thoughts?

Leave a comment

XHTML:The following tags are allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>