Changeset 188114
- Timestamp:
- 12/30/2009 11:33:11 AM (16 years ago)
- Location:
- picasa-picture-embed
- Files:
-
- 6 added
- 2 edited
- 4 copied
-
tags/1.0.1 (copied) (copied from picasa-picture-embed/trunk)
-
tags/1.0.1/Library (copied) (copied from picasa-picture-embed/trunk/Library)
-
tags/1.0.1/picasaweb-embed.php (copied) (copied from picasa-picture-embed/trunk/picasaweb-embed.php) (1 diff)
-
tags/1.0.1/readme.txt (copied) (copied from picasa-picture-embed/trunk/readme.txt) (4 diffs)
-
tags/1.0.1/screenshot-1.png (added)
-
tags/1.0.1/screenshot-2.png (added)
-
tags/1.0.1/screenshot-3.png (added)
-
trunk/picasaweb-embed.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/screenshot-1.png (added)
-
trunk/screenshot-2.png (added)
-
trunk/screenshot-3.png (added)
Legend:
- Unmodified
- Added
- Removed
-
picasa-picture-embed/tags/1.0.1/picasaweb-embed.php
r188096 r188114 3 3 * @package Picasaweb_Embed 4 4 * @author Devon Buchanan 5 * @version 0.15 * @version 1.0 6 6 */ 7 7 /* 8 8 Plugin Name: Picasa Picture Embed 9 Plugin URI: http://wordpress.org/ #9 Plugin URI: http://wordpress.org/extend/plugins/picasa-picture-embed/ 10 10 Description: A plugin that allows you to embed picasa photos with the Wordpress 2.9 embedding feature. Include the url of the photo on a line of its own or between [embed] tags and the photo will be embedded. 11 11 Author: Devon Buchanan 12 12 Version: 1.0 13 Author URI: http://www. example.com13 Author URI: http://www.srcf.ucam.org/~db505/ 14 14 */ 15 15 -
picasa-picture-embed/tags/1.0.1/readme.txt
r188096 r188114 4 4 Requires at least: 2.9 5 5 Tested up to: 2.9 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 8 8 A plugin that allows you to embed picasa photos into your posts with the Wordpress 2.9 embedding feature. … … 17 17 1. Upload `picasa-picture-embed` to the `/wp-content/plugins/` directory 18 18 2. Activate the plugin through the 'Plugins' menu in WordPress 19 3. Include the url of the photo on a line of its own or between [embed]tags and the photo will be embedded.19 3. Include the url of the photo on a line of its own or between `[embed]` tags and the photo will be embedded. 20 20 21 21 == Frequently Asked Questions == … … 38 38 2. Have you enabled auto embeds in the `Settings -> Media` page? 39 39 3. Have you used the right url -- only urls in the form `http://picasaweb.google.com/{user}/{album}#{photo}` are supported (e.g. `http://picasaweb.google.com/linmep/PicAutumn09#5410318127990876210`)? 40 3. Is the image you're trying to embed visible to the public? 40 41 41 42 If you can answer "yes" to the above the plugin may indeed be broken. … … 51 52 = 1.0 = 52 53 * Created the plugin 53 * Accepts urls in the form http://picasaweb.google.com/{user}/{album}#{photo}54 * Accepts urls in the form `http://picasaweb.google.com/{user}/{album}#{photo}` 54 55 * Caches urls to avoid querying google on every page visit 55 56 * The cache is invalidated every time the post is saved 56 * Automatically chooses the largest necessary size for the photo based on the width and heightattributes57 * Automatically chooses the largest necessary size for the photo based on the `width` and `height` attributes 57 58 58 59 == Upgrade Notice == -
picasa-picture-embed/trunk/picasaweb-embed.php
r188096 r188114 3 3 * @package Picasaweb_Embed 4 4 * @author Devon Buchanan 5 * @version 0.15 * @version 1.0 6 6 */ 7 7 /* 8 8 Plugin Name: Picasa Picture Embed 9 Plugin URI: http://wordpress.org/ #9 Plugin URI: http://wordpress.org/extend/plugins/picasa-picture-embed/ 10 10 Description: A plugin that allows you to embed picasa photos with the Wordpress 2.9 embedding feature. Include the url of the photo on a line of its own or between [embed] tags and the photo will be embedded. 11 11 Author: Devon Buchanan 12 12 Version: 1.0 13 Author URI: http://www. example.com13 Author URI: http://www.srcf.ucam.org/~db505/ 14 14 */ 15 15 -
picasa-picture-embed/trunk/readme.txt
r188096 r188114 4 4 Requires at least: 2.9 5 5 Tested up to: 2.9 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 8 8 A plugin that allows you to embed picasa photos into your posts with the Wordpress 2.9 embedding feature. … … 17 17 1. Upload `picasa-picture-embed` to the `/wp-content/plugins/` directory 18 18 2. Activate the plugin through the 'Plugins' menu in WordPress 19 3. Include the url of the photo on a line of its own or between [embed]tags and the photo will be embedded.19 3. Include the url of the photo on a line of its own or between `[embed]` tags and the photo will be embedded. 20 20 21 21 == Frequently Asked Questions == … … 38 38 2. Have you enabled auto embeds in the `Settings -> Media` page? 39 39 3. Have you used the right url -- only urls in the form `http://picasaweb.google.com/{user}/{album}#{photo}` are supported (e.g. `http://picasaweb.google.com/linmep/PicAutumn09#5410318127990876210`)? 40 3. Is the image you're trying to embed visible to the public? 40 41 41 42 If you can answer "yes" to the above the plugin may indeed be broken. … … 51 52 = 1.0 = 52 53 * Created the plugin 53 * Accepts urls in the form http://picasaweb.google.com/{user}/{album}#{photo}54 * Accepts urls in the form `http://picasaweb.google.com/{user}/{album}#{photo}` 54 55 * Caches urls to avoid querying google on every page visit 55 56 * The cache is invalidated every time the post is saved 56 * Automatically chooses the largest necessary size for the photo based on the width and heightattributes57 * Automatically chooses the largest necessary size for the photo based on the `width` and `height` attributes 57 58 58 59 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.