开发者 | mindvex |
---|---|
更新时间 | 2011年7月14日 02:19 |
捐献地址: | 去捐款 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 3.2.1 |
[picasaView album='ALBUMNAME']
in your content where you want your album to appear. To view
all your public albums just use [picasaView]
.
The plugin supports localization, paging and can be easily skinned by changing the external templates and the stylesheets
which reside within the plugin directory in the subfolders 'templates' and 'css'.
That means you could use Lightbox or any other image viewer by simply editing the html-templates to suit your needs,
for example with Rupert Morris' excellent Lightbox2 Plugin or
any other image viewer. picasaView is already configured to work with LightBox (if installed), so there is no need
for further adjustments.
Through the backend settings you can additionally adjust the size of the used thumbnails and full size images and how
much images are shown on a page at once.
More info can be found at the picasaView Homepage.
To see what those linked galleries look like, visit the picasaView demo page.
[picasaView]
in you content to view all your public albums. That's all.[picasaView album='ALBUMNAME']
. Instead of the album name you can also use the unique album id. The album name is the one that you see in the addressbar of your browser when entering your album on picasaweb (may be different from what you entered as album name when creating the album. For example, if it's http://picasaweb.google.de/simon.sattes/PicasaViewDemo
then the album name was PicasaViewDemo
.
If your album name contains a single quote use double quotes for the name: [picasaView album="ALBUMNAME'S"]
.[picasaView album="ALBUMNAME'S" instantView="yes"]
album
: the name of the album you'd like to view (please use the shortened part of the album name you can see in the URL on picasaWeb, e.g. "Hamburg2009" as in "http://picasaweb.google.com/USERID/Hamburg2009"instantview
: if set to "yes", the album images are shown directly in the post. Can only in combination with album
authkey
: authentication key (as specified by picasaweb) for displaying private albums. Works only in combination with album
userid
: the user-Id from picasaweb (the part as in "http://picasaweb.google.com/USERID/album...")server
: the URL of the picasaView serverthumbnailsize
: the size of the thumbnails. May be one of the following values: 32, 48, 64, 72, 144, 160, 200, 288, 320, 400, 512, 576, 640, 720, 800
imagesize
: the size of the full images. May be one of the following values: 200, 288, 320, 400, 512, 576, 640, 720, 800, 1024, 1152, 1280, 1440, 1600
(note: 1024 and above will currently not work due to limitations of the picasaweb-service)imagesperpage
: how many images should be shown at one page. If the album contains more images than this setting, paging is enabledcropthumbnails
: if set to yes
, the thumbnails will be cropped, if no
, they won't (note: only works with a thumbnail size smaller than 200)showdebugoutput
: shows more information on what went wrong (if an error occured).[picasaView user="USERNAME" imagesPerPage='6' cropThumbnails='yes']
.
The only option that can't be set this way is quickPaging
due to technical restrictions.That means either your connection settings are wrong (i.e. wrong picasa-url or wrong picasa user-id) or the plugin can't connect to picasaweb. The failure message from picasaweb should appear below. If you have problems troubleshooting, don't hesitate to contact me (along with as many infos as possible, like your config settings, WordPress- and PHP-Version and so on).
This means that neither a custom template nor the default templates were found or not readable. If you use custom templates please ensure they are placed in 'WP_DIR/wp_content/picasaview_templates' and have the same name like in the default templates dir in the picasaView-plugin directory.
If you're really sure your data is correct, ensure that the albums of your picasaweb-user are made public or you specified an authkey for private albums.
Be sure to use the shorted album name picasaweb generates, not the original one. For example the album "Cats And Dogs" is shrinked to "CatsAndDogs". You can see the shortened album name if you click on an album in picasaweb and look at the url: "http://picasaweb.google.com/username/CatsAndDogs".