Plugin info

Total downloads: 26,468
Active installs: 1,000
Total reviews: 14
Average rating: 4.9
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/12/2018 (2637 days ago)
Added to WordPress: 8/12/2009 (16 years old)
Minimum WordPress version: 3.2
Tested up to WordPress version: 4.9.23
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2637 days ago • Support resolved 0% • 14 reviews

14/100

Is Exifography abandoned?

Possibly abandoned (last update 2637 days ago).

Compatibility

Requires WordPress: 3.2
Tested up to: 4.9.23
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Force use of ImageMagick image library
Rating 0.0/5 (0 reviews)Active installs 100
JSM Adobe XMP / IPTC for WordPress
Rating 5.0/5 (2 reviews)Active installs 70
Add EXIF and IPTC meta data to Attachment Post
Rating 0.0/5 (0 reviews)Active installs 20
Update Post with EXIF data
Rating 5.0/5 (1 reviews)Active installs 10
Credit2Caption
Rating 0.0/5 (0 reviews)Active installs 10

Description

Exifography (formerly Thesography) displays EXIF data for images uploaded with WordPress. It utilises WordPress’ own feature of storing EXIF fields in the database, and also enables import of latitude and longitude, and flash fired EXIF to the database upon image upload.

The purpose of this plugin is to make dislaying EXIF data as convenient as possible, while using as much of WordPress’ native image handling as possible.

EXIF can be displayed via a shortcode, via a function in your theme files and it can be inserted automatically for the first image attached to a post.

Features include:
* Location shown as coordinates or static Google map, and linked to Google maps (or not)
* Customisable HTML layout via plugin options
* All output can be manipulated via a filter
* Language localisation

Installation

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the Exifography Options page under the WordPress Settings menu.
  4. See the Exifography plugin page for instructions on EXIF display.

Frequently Asked Questions

Can I use Exifography to display EXIF for my Flickr images?

No. Exifography uses data imported to the WordPress database upon image upload. Only images uploaded with WordPress will have their EXIF data available to Exifography.

Can automatic insertion be used with themes other than Thesis?

Yes! Previously this plugin was called Thesography because I built it to use with Thesis, but that same functionality is available for all themes now.

Why did you change the name?

See the above answer.

Review feed

No reviews available

Screenshots

  1. Options Page allows you to set default post options for EXIF display and customise the HTML output of EXIF for styling.

    Options Page allows you to set default post options for EXIF display and customise the HTML output of EXIF for styling.

  2. Each post can have its own EXIF items displayed.

    Each post can have its own EXIF items displayed.

Changelog

1.3.1

  • Added featured image as automatic exif source
  • Refactored display_geo so it can be used independently
  • Bug fixes

1.3

  • Added Google Maps API field for high usage
  • Added visual sorting to settings page
  • Function to more easily retrieve different forms of geo info

1.2

  • Fixed bug where shortcode with no show att doesn’t display
  • changed google maps link to protocol agnostic
  • sanitise exif input
  • rearranged some functions

1.1.3.8

  • Bug fixes

1.1.3.7

  • Fixed warnings on line 290, 452 and 561
  • Updated output of exposure bias
  • Added Russian translation files
  • Changed URLs for CSS & JS files to fix https issue

1.1.3.6

  • Fixed everything that broke in 1.1.3.5

1.1.3.5

  • Fixed location display that broke in 1.1.3.4

1.1.3.4

  • Fixed warnings when exif item doesn’t exist (particularly ‘exposure_bias’)
  • Fixed label removing checkbox not being saved
  • Updated language files

1.1.3.3

  • Fixed exposure bias output (to calculate out float value)
  • Fixed map size error
  • Updated code for checking options & other minor optimisations

1.1.3.2

  • Fixed exposure bias output
  • Fixed bug in post options saving/changing
  • Included language files

1.1.3

  • Fixed PHP warnings on admin page
  • Added variables for IDs and classes in EXIF output
  • Added option to control EXIF item label display

1.1.2

Fixed show “all” parameter and minor spanish translation fix.

1.1.1

Fixed broken language localisation

1.1

Completely rewritten for efficiency and to use the WordPress Settings API. Added flash fired import and display, and map thumbnail display.

1.0.3.2

Fixed one conditional error

1.0.3

  • Removed a bit of debugging that wasn’t removed before 1.0.3, was causing the word “Array” to appear after the list.

1.0.3

  • Fixed language file location issue
  • Added option to turn off autoinsert in Thesis

1.0.2

  • Fixed bug for new installs on WP2.9.1
  • Added languages directory with localisation files

1.0.1

  • Fixed errors regarding foreach and string arguments when no image is attached.
  • EXIF added automatically to syndication feeds when Thesis automatic insertion is used.

1.0

  • Displays message to visit options page if trying to write a post before options have been saved, to avoid PHP errors.

1.0b

  • Fixed detection of image when no image ID is given