外掛說明
Lets you pick a Creative Commons picture from Flickr and use it anywhere you want on your WordPress installation. The plugin will maintain attribution to the original Flickr author to keep peace with the CC Attribution License.
This plugin makes use of the newest WordPress 3.4 feature that allows to embed html in image captions, and also is backward compatible with older version of wordpress as well.
Features:
- Search photos from flickr with creative commons license by tag (since version 1.2 you can search by any type of license)
- Preview image results.
- Define the order of the search results.
- Automatically add image caption that links back to the original flickr owner.
- Lets you use the standard features provided by WordPress for image editing:
- Image alignment.
- Cropping.
- Rotating.
- Flipping.
- Resizing.
螢幕擷圖
You can quickly access the plugin on the new icon in the media bar. Next you will have to type the search criteria. This is the search result screen. By clicking on one of the thumbnails you can see the picture. Once a picture was chosen you can edit the image before inserting it into the post. The embedded image maintains credits of the flickr owner.
安裝方式
- Upload the
flickr-pick-a-picture
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
常見問題集
- Installation Instructions
-
- Upload the
flickr-pick-a-picture
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Upload the
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.2.6
- Bug fix. Querying flickr using the default license options (flickr.photos.licenses.getInfo) was failing.
1.2.5
- Flickr API calls switched to ssl (see http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/)
1.2.4
- Change in the captions to use single quotes for href.
1.2.3
- If CURL is not available the plugin will try with file_get_contents, and if that fails report an error message to the user.
1.2.2
- Now you can choose to add the original photo license into the caption.
1.2.1
- file_get_contents() call replaced by the PHP Curl library, to circumvent problems on sites that does not enable the php.ini option “allow_url_fopen”.
1.2
- Added support to search by license type.
- Now it’s possible to define the results sort order.
1.1
- Added a new options page for the plugin with Flickr Api Key and Flickr Default Image Size (requested by Dan)
- Improved error handling when interacting with the Flickr Api.
1.0
- Initial Version