{"id":5145,"date":"2009-03-27T18:49:11","date_gmt":"2009-03-27T18:49:11","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-gallery-exif-reader\/"},"modified":"2009-07-10T13:33:24","modified_gmt":"2009-07-10T13:33:24","slug":"wp-gallery-exif-reader","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-gallery-exif-reader\/","author":2230983,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.9.3","stable_tag":"0.9.3","tested":"2.8","requires":"2.7","requires_php":"","requires_plugins":"","header_name":"WP Gallery EXIF Reader","header_author":"Charles Jones","header_description":"","assets_banners_color":"","last_updated":"2009-07-10 13:33:24","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=4274157","header_plugin_uri":"http:\/\/www.pos51.org\/wordpress-plugin-wp-gallery-exif-reader\/","header_author_uri":"http:\/\/www.pos51.org\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2830,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.9","0.9.1","0.9.1a","0.9.2","0.9.3"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1566836","resolution":"2","location":"plugin","width":628,"height":334},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1566836","resolution":"1","location":"plugin","width":250,"height":117}},"screenshots":{"1":"<p>Data table, an unordered list.<\/p>","2":"<p>The data is displayed below the image by default.<\/p>"}},"plugin_section":[],"plugin_tags":[12056,210,163,215],"plugin_category":[50],"plugin_contributors":[94434],"plugin_business_model":[],"class_list":["post-5145","plugin","type-plugin","status-closed","hentry","plugin_tags-exif","plugin_tags-gallery","plugin_tags-images","plugin_tags-photo","plugin_category-media","plugin_contributors-eclipticcreations","plugin_committers-eclipticcreations"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-gallery-exif-reader.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-gallery-exif-reader\/trunk\/screenshot-1.jpg?rev=1566836","caption":"<p>Data table, an unordered list.<\/p>"},{"src":"https:\/\/ps.w.org\/wp-gallery-exif-reader\/trunk\/screenshot-2.jpg?rev=1566836","caption":"<p>The data is displayed below the image by default.<\/p>"}],"raw_content":"<!--section=description-->\n<p>Extract EXIF information when using the gallery shortcode. This is specifically for those without\naccess to the <code>php_exif<\/code> extension on their servers. Style by editing gallery-exif-reader.css.\nDebug by uncommenting <code>add_action('loop_start', 'ec_exif_reader_debug', 1);<\/code> in\ngallery-exif-reader.php.<\/p>\n\n<h3>Demo<\/h3>\n\n<p>More info at <a href=\"http:\/\/pos51.org\/wordpress-plugin-wp-gallery-exif-reader\/\" title=\"WP Gallery Reader\">POS51<\/a><\/p>\n\n<p>See examples at <a href=\"http:\/\/pos51.org\/category\/technology\/photos\/gallery\/\" title=\"WP Gallery EXIF Reader Demo\">POS51<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload folder <code>wp-gallery-exif-reader<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory or\ninstall the zip file through the dashboard<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress. Works out of the box.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>The data isn't displaying. I use an attachment.php or image.php file.<\/dt>\n<dd><p>Just add <code>&lt;?php ec_get_image_exif(); ?&gt;<\/code> after the image dispaying code in your file.<\/p><\/dd>\n<dt>Can I display exif data even if I'm not using the gallery shortcode?<\/dt>\n<dd><p>Yes. The function <code>ec_get_item_exif<\/code> can take the url of the full-size image or the attachment ID as an argument.<\/p><\/dd>\n<dt>Can I display data other than the default?<\/dt>\n<dd><p>Uncomment <code>\/\/add_action('loop_start', 'ec_exif_reader_debug', 1)<\/code><\/p>\n\n<p>The available data will display in an array at the top of the page. If it doesn't, add this to the top of the page:<\/p>\n\n<pre><code>&lt;?php ec_exif_reader_debug(); ?&gt;\n<\/code><\/pre>\n\n<p>Choose your data then add it to the list in the <code>gallery-exif-reader.php<\/code> file, in this form:<\/p>\n\n<ol>\n<li><code>$output .= \"&lt;li&gt;&lt;span class=\\\"exifTitle\\\"&gt;Aperture&lt;\/span&gt; \" . $exif_array['SubIFD']['ApertureValue'] . \"&lt;\/li&gt;\\n\";<\/code><\/li>\n<li><code>echo \"&lt;li&gt;&lt;span class=\\\"exifTitle\\\"&gt;Aperture&lt;\/span&gt; \" . $exif_array['SubIFD']['ApertureValue'] . \"&lt;\/li&gt;\\n\";<\/code> <\/li>\n<\/ol>\n\n<p>(1) is for <code>ec_get_attachment_exif<\/code> (2) is for <code>ec_get_image_exif<\/code> and <code>ec_get_item_exif<\/code><\/p><\/dd>\n<dt>Some of my images have no EXIF data. Will the plugin display an empty table?<\/dt>\n<dd><p>No. The plugin checks for a value in the <code>['IFD0']['Model']<\/code> field of the array.\nIf there's no value, the table doesn't display.<\/p><\/dd>\n<dt>Can I change the way the date displays?<\/dt>\n<dd><p>Yes. Change <code>$exif_date<\/code> using formatting from <a href=\"http:\/\/php.net\/date\/\" title=\"PHP Date Format\">php.net\/date<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p>** 0.9.3 (6\/8\/09) **<\/p>\n\n<p>Added new function (ec_get_item_exif) which takes as an argument either the url of the full-sized image (including \"http:\/\/\") or the attachment ID.<\/p>\n\n<pre><code>&lt;?php ec_get_item_exif($att_image_url_or_ID); ?&gt;\n<\/code><\/pre>\n\n<p>** 0.9.2 (4\/7\/09) **<\/p>\n\n<p>By default the date will display in the format set in Settings &gt; General.<\/p>\n\n<p>** 0.9.1b **<\/p>\n\n<p>Not all files were included in subversion-generated zip archive.<\/p>\n\n<p>** 0.9.1a (3\/29\/09) **<\/p>\n\n<p>Repaired incorrect path to stylesheet.<\/p>\n\n<p>** 0.9.1 (3\/29\/09) **<\/p>\n\n<p>After editing Picasa strips <code>ApertureValue<\/code> from the data in favor of <code>FNumber<\/code>. Now checks both.\nFormatted <code>FNumber<\/code> to round to 1 decimal.\nShooting date is now determined by <code>DateTimeOriginal<\/code>, rather than <code>DateTime<\/code>.<\/p>","raw_excerpt":"Extract EXIF information when using the gallery shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=5145"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/eclipticcreations"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5145"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5145"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5145"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5145"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5145"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}