這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

EXIFwidget

外掛說明

Shows EXIF info as widget or in the text using a shortcode. The widget shows the basic info on a photo:
Camera, Aperture, Exposure, Iso, Focal length given and as 35mm equivalent and a timestamp when the photo was taken.

The shortcode is simple:

[EXIF data=]

with the following values (without the quotes):

  • “camera” brand and make of the camera
  • “aperture” as f/xx
  • “exposure” a number in seconds
  • “iso”
  • “focallength” as found as given
  • “Focallength35mm” The focal length as full frame (35mm) equivalent
  • “timestamp” The time and date when the photo was taken
  • “time” The time the photo was taken
  • “date” The date the photo was taken
  • “any” A table with all the information as seen in the widget.

Just using [EXIF] is the same as [EXIF data=any].

Example:
This image was made using a [EXIF data=”camera”] using a [EXIF data=”focallength”]mm lens.

螢幕擷圖

  • The above example as seen with translated shortcodes
  • The widget output

安裝方式

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. go to the media list, filter on “unattached” and check out the menu and the bulk pulldown.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈EXIFwidget〉的開發相關工作。

參與者

將〈EXIFwidget〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

First release

1.1

Small issue with presenting exposure values fixed.

1.2

Use the camera field to determin if there’s something to show in as a widget. Empty camera => no show.

1.3

Fixed some deprecation issues