endlich wochenende

17Aug/0915

PictoBrowser Plugin

I created my first WordPress plugin. It can show Picasa and Flickr galleries with the help of PictoBrowser in WordPress.

At first an example of a gallery from flickr:

To display a gallery you just need to have both user id & album id

Download

Configuration Screenshots

PictoBrowser - Insert a gallery

PictoBrowser - Insert a gallery

PictoBrowser - general settings

PictoBrowser - general settings

How to retrieve the needed ids and insert an album??

Flickr:

  • Visit an album on flickr you want publish in your blog, e.g. http://www.flickr.com/photos/rougerouge/sets/872426/
  • you can retrieve username (rougerouge) and album id (872426) from this link, but you need to convert the username into a user id
  • this is done by http://idgettr.com/ (in this case the user id is 90537551@N00)
  • click on the icon, paste the ids and insert the gallery :)

Picasa:

version history

0.3.1

  • correct plugin path

0.3

  • add more settings to configure PictoBrowser

0.2

  • scrap the old code and reimplement it (based on Pro Player WP addon from Isa Goksu)
  • add picasa support
  • first public version

0.1

  • first version
  • implement flickr support

Ähnliche Posts:

  1. WordPress Plugins PictoBrowser This plugin shows Picasa and Flickr web galleries in WordPress using Pictobrowser. Only the album ID and its user ID are needed to show an album inside your WordPress Blog....
  2. Greifswald früher und heute Der ein oder andere wird die Alben von Frank 2.0 schon kennen, trotzdem sind sie absolut einen Beitrag wert. Dort lässt sich wunderbar nachvollziehen, wie sich Greifswald in den letzten Jahren von einem kleinen Drecknest zu einer sehr ansehnlichen Stadt entwickelt hat. Aber irgendwie schon merkwürdig, dass ich mich nur...

Comments (15) Trackbacks (1)
  1. nice job. one required feature – availability to insert certain tag, not album in flickr.

  2. great, installed, but how i get the gallery in a page.
    sure iam just an anfaenger, is somebody willing to explain
    this to me in simple words?
    using wp2.7 and lightbox-2,
    just want a page with this layout.
    how the hack is the image there with a slide slow and dynamic to?.
    grtz from wp beginner,
    jan

  3. Any way to get it to start out in slide mode, rather than one-picture mode?

    Also, is there a way to set parameters on a particular instance .. it would be nice to have a copy of this running in the sidebar, with it limited to say 200×200 and no titles or filenames.

    • I see it is trivial to add width= and height= tags to the [pictobrowser] object; so done. How about starting it in slideshow mode?

      • To add width=xx and height=xx in the tag shouldn’t work, I would be surprised.
        And there is no attribute to activate the slideshow mode given by pictobrowser.com. So it is not possible for me now

        • By trivial I meant I modified the code to add it ..

          I changed the extract as below, then changed the $this->width and height to $width and $height in the two places they are used.

          extract( shortcode_atts( array(
          “type” => $this->type,
          “userid” => “”,
          “albumid” => “”,
          “width” => $this->width,
          “height” => $this->height), $atts ) );

    • Ahhh .. I see no method on pictobrowser.com to do that, so perhaps it’s not possible.

      • FWIW: I think without the ability to create an auto-start slideshow I can’t make use of the PictoBrowser functionality. I guess I’ll keep looking for a photo gallery function that will work for my site. Thanks for being there and commenting!

  4. working fine, be sure your album is public.

  5. Nice. Very nice. I use the Picasaweb version. I think I’d like to use this on our site (under revision at the moment) but there is one problem:

    You really need to be able to display the CAPTIONS for the photos. People have all sorts of filenames for photos, some straight out of the camera like DSC671.jpg, some short saved name like 1890.jpg, and some descriptive (mostly Windows users!) like Me in a pink hat.jpg

    With your script you only get a description if the file name is descriptive. I can’t go back through 200+ photos and rename them all! Also my users are used to adding photos and then adding a caption.

    The plugin MUST be able to display the captions. How is that done?

    regards
    Hugh

    • Thanks so far.
      http://www.db798.com/pictobrowser/ offers only the ability to display:
      image caption (filename, title or whatever the uploader selected as caption) – this is called in the settings “Show Image Titles:
      description/additional notes – this is called “Show Image Notes:

      No other information can be displayed.

  6. Great Plugin.
    how do you change the colors of the links and options in the “thumbnail” part?

  7. I use both Picassa and Flickr for sharing photos over the internet but i use Flickr more often than Picassa.:*`


Leave a comment