=== ekaPicasa Gallery ===
Tags: picasa, gallery, photo Requires at least: 2.2 Tested up to: 4.1 Stable tag: trunk
Display your Picasa Web Galleries in a post or in a page.
== Description ==
This plugin displays your Picasa Web Galleries in a post or in a page simply by creating a post or a page with a special keyword. All the images are kept on the Picasa Web Gallery server.
**ATTENTION: This plugin is based on kPicasaPlugin by Guillaume Hébert (http://www.boloxe.com/techblog/). **
ATTENTION: This plugin does not include Bootstrap core files. Your theme should provide them. I apologize to everyone for the inconvenience.
Please note that PHP5 is required.
If enabled and properly configured, kPicasa Gallery will use the WP-Cache mechanism.
You have to choice of using either Lightbox, Slimbox, Thickbox or Fancybox for displaying the large version of your photos.
Slimbox support playing videos directly from your site. Selecting another engine will open a new window to the original Picasa URL.
== Installation ==
- Unzip the archive to your
wp-content/plugins/
folder. - Activate the plugin through the
Plugins
menu in WordPress - Go in the
Options
menu, selectekaPicasa Gallery
and set your parameters. - Create post or a page and write
EKAPICASA_GALLERY
on its own line. - Browse to that post or page, voilà!
== Advanced usage ==
= Show specific albums = Browse to the Picasa web site and log yourself in. You will then need to find the internal album name, as explained below.
For an album named "Trip to Europe", the URL of that album will probably look
like this: http://picasaweb.google.com/YourPicasaUsername/TripToEurope
.
The internal album name is the last portion (TripToEurope
). You will need to
find the internal album name for every album you want to display.
You will then need to call ekaPicasa Gallery like this (this will show 3 specific albums):
EKAPICASA_GALLERY(TripToEurope, TripToAsia, TripToAustralia)
= Show a private album =
Browse to the Picasa web site and log yourself
in. You will then need to find the internal album name and its authkey
, as
explained below.
Let's say the URL to your private album is: http://picasaweb.google.com/ghebert/TripToEurope?authkey=Gv1sRgCILA9ebdxLyZaQ
.
The authkey
is the last portion of the URL and is always 20 characters long.
Be careful not to include the # character that sometimes appear at the end of that URL.
You would have to use the following syntax:
EKAPICASA_GALLERY(TripToEurope#Gv1sRgCILA9ebdxLyZaQ)
= Show albums from an alternative Picasa account = Please note that you can't combine multiple accounts into the same post or page.
If you have more than one Picasa account, you can show the albums from another
account by calling kPicasa Gallery like this:
EKAPICASA_GALLERY(username:YourOtherUsername)