Descripció
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.
Captures
Instal·lació
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- go to the media list, filter on “unattached” and check out the menu and the bulk pulldown.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«EXIFwidget» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «EXIFwidget» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
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