
Opening the album/image selection dialog
Browse your Google+/Picasa Web albums and select images or whole albums to insert into your posts/pages. This is an unofficial
fork of Picasa Express 2.
The fork has been necessary because the authentication for private photo albums of “Picasa and Google Plus Express” has been broken since
April 2015 due to changes to the authentication protocol. This is the first release after a major change to the code. Please
be so kind and test this version before putting it into production.
This fork supports OAUTH authentication with Google, so you can access private photos and albums again! Currently this only works on a blog-wide mode (Google+ Express access level: blog). I am working on a solution for a per user authentication.
Upgrade notice:
* The plugin requires at least PHP 5.4. Using a version before PHP 5.4 leads to parse errors.
* If you have shortcodes for single images that have been generated using a prior version of “Photo Express for Google” (0.1) or “Picasa and Google Plus Express” (all versions), you’ll have to update them to make photoswipe work correctly. Please have a look into the FAQ.
* The prefix for all CSS classes has changed from “pe2” to “peg”. Please consider this when upgrading from “Picasa and Google Plus Express”.
* The function to store authentication data on a user basis has been removed. The use case for storing it on a per user basis was not clear. If you rely on this function, please post a feature request with your particular use case.
Features:
Additional settings:
And by design:
Bugfix for image thumbnail size that was introduced in new posts created after
installing version 2.2.3.
Phototile last row will now properly select a row template so the template
number of images matches the number of images remaining, therefore preventing
the last row of a phototile gallery from being incomplete.
A bugfix release to correct bugs with the options page and requesting auth
tokens from an SSL-based site.
A small bugfix release to correct a fatal error when gathering the transport
for user-based access levels.
Picasa change URL for origin image so /s0
class, style and align for galleryimg_class,img_style and img_align for images inside gallerynone, left, right or center )img_sort for sort images ( possible values: none, date, title, file or random )img_asc=1 for ascending sort otherwise will be descending sortcaption=1 for use image description as image captionuse_title=1 for use description as image titletag for enveloping tag ( div by default )thumb_w and thumb_h for thumnails size and thumb_crop=1 if you need to crop thumbnail to square large_size for limit opened imagelink for enveloping link (possible values: none, direct, picasa, thickbox, lightbox or highslide )limit to limit number of images displayedhide_rest=1 include images over limit but with display:none. It’s for gallery script which show all images including hidden.WordPress 3.2 fixes
Revoke access to private albums from settings
avoid some warnings for PHP4