Exif Summary WordPress plugin

Por jmarior el 29 julio, 2009, en Wordpress, 830 lecturas 5 Comentarios. Fotos de ,


Exif Summary WordPress pluginI’ve pleased to announce the release of my new Exif Summary WordPress plugin. It simply writes an automatic summary at the bottom of the post with EXIF data for each jpg images used in the post. It is a perfect option for use in photologs in order to show a small summary with the basic EXIF param values without any effort.

***** Exif Summary WordPress plugin SEE IN ACTION *****
You can see this plugin in action visiting any of the photos in my photolog. Look for the summary at the bottom of any post.

***** Exif Summary WordPress plugin INSTALL GUIDE *****
1. Upload `exifsummary` dir to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Enjoy!

***** Exif Summary WordPress plugin LICENSE *****
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. (…) Please see full text at readme.txt

***** Exif Summary WordPress plugin REPORTING BUGS *****
Please send me a comment at the bottom of this post an be patient.

***** Exif Summary WordPress plugin FEEDBACK *****
I should be very much obliged if you send me a comment with the URL of your blog in order to see my plugin in action.

***** Exif Summary WordPress plugin DOWNLOAD VERSION *****
Now you can download and test the current version

Exif Summary v 0.4 Minor changes
- Solved a problem with EXIF Date conversion
- New link to URL plugin at the bottom of the exif box

Exif Summary v 0.3 Initial version
Simply shows an small box at the bottom of the post with the minimal EXIF param values.

Improvements planned for future versions will include new functionalities like:

  • Include in wordpress.org plugin repository
  • Create an options page with checks and edits in order to select
    • exif properties displayed
    • if hide or show on home page
    • select different styles
    • specify a favourite group of categories or any
  • Prepare for translation
  • Background image icon
  • Include the css link in the header HTML section not in the body.

Thanks in advance to everybody that will use this plugin.

[The original icon of this post was taken from my favourite image editing software Apple Aperture 2]


5 Comments

16 octubre, 2009 17:29

busse

hi
if i only want to show camera model, iso, F, mm
what i must change?

16 octubre, 2009 17:48

jmarior

The only way to do it now, is editing the exifsummary.php file with a text editor.

You will need to comment the lines that gets the undesirable properties to show.

You can find this source code in lines from #180 to #234
An example in order to hide the EXIF Camera Make property would be like as bellow:


// this is a comment in PHP
// $exifDetails = $exifDetails . exsum_buildProperty ('Camera Make', $exifData['Make']);

happy coding & enjoy
jmarior

16 octubre, 2009 18:28

busse

another question.
how i can change exif data position on my blog?

16 octubre, 2009 19:03

jmarior

The exifsummary plugin adds automatically the div id=’es_box’ at the end the post content. At this momment you only can change the properties and position of this box editing the exifsummary.css stylesheet.

4 enero, 2010 23:12

w8n4sno

I installed this plugin with the “pixel” theme, and activated it. However, when I upload photos to a new post, there is no Summary section showing the EXIF data. Any ideas?

Posting your comment...

Leave A Comment


Subscribe to this comment via Email
http://www.jmarior.net/wp-content/themes/press