Linux 软件免费装

Plugin Name

开发者 mindvex
更新时间 2011年7月14日 02:19
捐献地址: 去捐款
PHP版本: 2.7 及以上
WordPress版本: 3.2.1

标签

gallery picasa picasaweb picasaview

下载

1.1.1 0.5 0.6 0.7 0.71 1.0 1.0.1 1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6

详情介绍:

With picasaView you can easily view your picasaweb-albums in your blog. To achieve this, all you need to do is to insert a shorttag like [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.

安装:

**Please keep in mind that picasaView requires PHP5 to work. To connect to picasaweb the plugin uses Wordpress' internal connection methods. Please ensure, you're server is allowed to retrieve data from external URLs. ** So this is how you install the plugin:
  1. Upload the directory 'picasaview' and all of its contents to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Set up your initial connection properties through the admin settings menu.
  4. Place [picasaView] in you content to view all your public albums. That's all.
  5. If you like to view a specific album, use [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"].
  6. new in v1.0: if you like to show the images of one album directly in a post, use the option "instantView=yes": e.g. [picasaView album="ALBUMNAME'S" instantView="yes"]
It's possible to overwrite all settings on the admin-options page with each picasaView-tag. That gives you the possibility to view all possible albums of different users on your blog. These are the options that can be used in the tag. NOTE: you can combine all options as you like and use as many of them as necessary. If an option is missing, the general setting from the admin options page will be used instead. A combination could be [picasaView user="USERNAME" imagesPerPage='6' cropThumbnails='yes']. The only option that can't be set this way is quickPaging due to technical restrictions.

常见问题:

The plugin fails with the message "Could not load data from picasaweb. Please check your connection settings."

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).

The plugin fails with the message "picasaView plugin: template file '$template.html' not found or not readable."

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.

I'm sure I entered the correct User-Id and URL but I get a message saying no album exist for this user

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.

I've specified an album in the tag but get an error message saying this album was not available

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".

更新日志:

For a complete history please look here. Changes in this version: