Changeset 182265
- Timestamp:
- 12/13/2009 09:48:57 AM (16 years ago)
- Location:
- picasaview/trunk
- Files:
-
- 4 added
- 2 edited
-
languages/picasaView-de_DE.po (added)
-
languages/picasaView-pl_PL.mo (added)
-
languages/picasaView-pl_PL.po (added)
-
languages/picasaView-ru_RU.po (added)
-
picasaview.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
picasaview/trunk/picasaview.php
r174633 r182265 5 5 Plugin URI: http://www.sattes-faction.de/picasaview 6 6 Description: Allows you to show all albums or a specific one from Google's picasaWeb in your posts. 7 Version: 1.1 7 Version: 1.1.1 8 8 License: GPL 9 9 Author: Simon Sattes … … 54 54 'showdebugoutput' => false, 55 55 'quickpaging' => false, 56 'version' => '1.1 ',56 'version' => '1.1.1', 57 57 'instantview' => false, 58 58 'datetimeformat' => '%d.%m.%Y' -
picasaview/trunk/readme.txt
r174633 r182265 42 42 then the album name was `PicasaViewDemo`. 43 43 If your album name contains a single quote use double quotes for the name: `[picasaView album="ALBUMNAME'S"]`. 44 6. new in v1.0: if you like to show the images of one album directly in a post, use the option "instantView ":45 e.g. `[picasaView album="ALBUMNAME'S" instantView ]`44 6. new in v1.0: if you like to show the images of one album directly in a post, use the option "instantView=yes": 45 e.g. `[picasaView album="ALBUMNAME'S" instantView="yes"]` 46 46 47 47 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 … … 51 51 52 52 * `album`: the name of the album you'd like to view 53 * `instantView`: if s pecified, the album images are shown directly in the post. Can only in combination with `album`53 * `instantView`: if set to "yes", the album images are shown directly in the post. Can only in combination with `album` 54 54 * `userId`: the user-Id from piasaweb 55 55 * `server`: the URL of the picasaView server
Note: See TracChangeset
for help on using the changeset viewer.