Mô tả
A plugin that allows you to embed picasa photos into your posts 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.
Ảnh màn hình
Cài đặt
- Upload
picasa-picture-embed
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Include the url of the photo on a line of its own or between
[embed]
tags and the photo will be embedded.
Hỏi đáp
- What can I embed?
-
You can embed individual photos — embedding an album or a random selection of user’s photos isn’t supported: there are a lot of other plugins that can do that.
- How do I embed them?
-
Include the url of the photo on a line of its own or between [embed] tags and the photo will be embedded, as described in the Codex Embeds page.
- Why does it still show an old version of my photo?
-
The plugin caches the photo url so that it does not have to query Google every time a visitor views the page. This cache is cleared every time the post is saved, so if you change the photo on Picasa, you may have to save the post again to see these changes in the post.
- Is the plugin broken?
-
- Are you using WordPress > 2.9?
- Have you enabled auto embeds in the
Settings -> Media
page? - Is the image you’re trying to embed visible to the public?
- 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
). Search URLs (e.g.http://picasaweb.google.com/lh/view?q=leaf&psc=G&filter=1#5325823428363864770
) don’t work.
If you can answer “yes” to the above the plugin may indeed be broken.
Đánh giá
There are no reviews for this plugin.
Người đóng góp & Lập trình viên
“Picasa Photo Embed” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Picasa Photo Embed” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- Created the plugin.
- Accepts urls in the form
http://picasaweb.google.com/{user}/{album}#{photo}
. - Caches urls to avoid querying google on every page visit.
- The cache is invalidated every time the post is saved.
- Automatically chooses the largest necessary size for the photo based on the
width
andheight
attributes.
1.1
- Added support for urls with queries (e.g.
http://picasaweb.google.com/missyann63/PicAutumn09?feat=featured#5409726203440714818
). Note the?feat=featured
.
1.2
- Removed a lot of the unused Zend framework.
- Fixes some random bugs.
1.4
- Added the “unused” parts of the Zend framework back. They were being used.