• migson

    (@mitchmattersgmailcom)


    I’m working with a client that is requesting I add album descriptions to the imported Google Plus/Picasa albums: I understand this is not currently supported, but would you be able to direct my on how I would go about coding this into your plugin?

    Btw: I believe Shashin blows away every other Google Plus/Picasa plugin on the market right now!

    Best,
    Mitch

    http://wordpress.org/plugins/shashin/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Toppa

    (@toppa)

    The good news is Shashin already saves the album descriptions, it’s just not displaying them. The question is where you want to show it. If you want to add it to the caption, look in shashin/public/ShashinAlbumDisplayer.php, and look for the setCaption method. Then look through the methods it is then calling in turn. You can see how the properties are accessed. For the description, it would be $this->dataObject->description. Let me know if that’s enough of a hint or if you need more detail.

Viewing 1 replies (of 1 total)
  • The topic ‘Displaying Album Descriptions’ is closed to new replies.