Plugin Directory

Changeset 188114


Ignore:
Timestamp:
12/30/2009 11:33:11 AM (16 years ago)
Author:
divinenephron
Message:

Added screenshots and author/plugin URLs.

Location:
picasa-picture-embed
Files:
6 added
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • picasa-picture-embed/tags/1.0.1/picasaweb-embed.php

    r188096 r188114  
    33 * @package Picasaweb_Embed
    44 * @author Devon Buchanan
    5  * @version 0.1
     5 * @version 1.0
    66 */
    77/*
    88Plugin Name: Picasa Picture Embed
    9 Plugin URI: http://wordpress.org/#
     9Plugin URI: http://wordpress.org/extend/plugins/picasa-picture-embed/
    1010Description: 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.
    1111Author: Devon Buchanan
    1212Version: 1.0
    13 Author URI: http://www.example.com
     13Author URI: http://www.srcf.ucam.org/~db505/
    1414*/
    1515
  • picasa-picture-embed/tags/1.0.1/readme.txt

    r188096 r188114  
    44Requires at least: 2.9
    55Tested up to: 2.9
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77
    88A plugin that allows you to embed picasa photos into your posts with the Wordpress 2.9 embedding feature.
     
    17171. Upload `picasa-picture-embed` to the `/wp-content/plugins/` directory
    18182. 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.
     193. Include the url of the photo on a line of its own or between `[embed]` tags and the photo will be embedded.
    2020
    2121== Frequently Asked Questions ==
     
    38382. Have you enabled auto embeds in the `Settings -> Media` page?
    39393. 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`)?
     403. Is the image you're trying to embed visible to the public?
    4041
    4142If you can answer "yes" to the above the plugin may indeed be broken.
     
    5152= 1.0 =
    5253* 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}`
    5455* Caches urls to avoid querying google on every page visit
    5556* 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 height attributes
     57* Automatically chooses the largest necessary size for the photo based on the `width` and `height` attributes
    5758
    5859== Upgrade Notice ==
  • picasa-picture-embed/trunk/picasaweb-embed.php

    r188096 r188114  
    33 * @package Picasaweb_Embed
    44 * @author Devon Buchanan
    5  * @version 0.1
     5 * @version 1.0
    66 */
    77/*
    88Plugin Name: Picasa Picture Embed
    9 Plugin URI: http://wordpress.org/#
     9Plugin URI: http://wordpress.org/extend/plugins/picasa-picture-embed/
    1010Description: 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.
    1111Author: Devon Buchanan
    1212Version: 1.0
    13 Author URI: http://www.example.com
     13Author URI: http://www.srcf.ucam.org/~db505/
    1414*/
    1515
  • picasa-picture-embed/trunk/readme.txt

    r188096 r188114  
    44Requires at least: 2.9
    55Tested up to: 2.9
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77
    88A plugin that allows you to embed picasa photos into your posts with the Wordpress 2.9 embedding feature.
     
    17171. Upload `picasa-picture-embed` to the `/wp-content/plugins/` directory
    18182. 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.
     193. Include the url of the photo on a line of its own or between `[embed]` tags and the photo will be embedded.
    2020
    2121== Frequently Asked Questions ==
     
    38382. Have you enabled auto embeds in the `Settings -> Media` page?
    39393. 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`)?
     403. Is the image you're trying to embed visible to the public?
    4041
    4142If you can answer "yes" to the above the plugin may indeed be broken.
     
    5152= 1.0 =
    5253* 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}`
    5455* Caches urls to avoid querying google on every page visit
    5556* 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 height attributes
     57* Automatically chooses the largest necessary size for the photo based on the `width` and `height` attributes
    5758
    5859== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.