It would be great to have Settings and specify which EXIF details/fields we are interested in.
Our need is for SEO and some of the fields we don’t really need, while some are really important.
Having the option in Settings to specify which fields are needed would really makes things different and easier to understand.
]]>The plugin works perfectly when I upload photos from my laptop, but the very same photos trigger a php fatal error when I upload from my Android phone. This makes no sense because they have the same exif/gps data whether on my laptop or on my phone.
PHP Fatal error: Uncaught DivisionByZeroError: Division by zero in /var/www/biglap/wp-content/plugins/exif-details/lib/class-exifdetails.php:137\nStack trace:\n#0 /var/www/biglap/wp-content/plugins/exif-details/lib/class-exifdetails.php(86):
]]>Is there any way to display the lens model ?
Thanks
Nico
]]>Hello, what i really need, and why i installed this plugin, ist the short link to google maps, as seen in your examples. How can i do this? All my images have GPS Data
]]>I want to use the “description” metadata from darktable [1] as caption in WordPress.
In german language there are some characters which are not in ASCII but in Unicode/UTF-8.
Umlaute: ? ? ü ? -> HTML: ä ö ü ß
When a developed raw-picture is exported as JPG from darktable, then the “description” metadata is embedded into the exif-data.
description whithout “umlaute” is written to EXIF ImageDescription field (ascii).
description WHITH “umlaute” is written to EXIF UserComment field (unicode).
As written in [2] the UserComment will be imported to wordpress:
[“caption”]
(string) Set to a non-empty value of one of the following fields (see source code for the precise logic involved):
…
EXIF UserComment field if [“title”] is unset AND EXIF:ImageDescription is less than 80 characters
But for pictures with “umlaute” the caption in wordpress stay empty.
[1] https://docs.darktable.org/usermanual/4.0/en/module-reference/utility-modules/shared/metadata-editor/
[2] https://developer.www.ads-software.com/reference/functions/wp_read_image_metadata/#more-information
Plugin: exif-details
Vers.: 1.07
File: class-exifdetails.php
Line: 119
Funct.: exif_read()
Code: $exifdatas[ strtolower( $key ) ] = floatval( $parts[0] / $parts[1] );
Error: Warning: Division by zero in …
Data: DigitalZoomRatio 0/0
Don’t divide when $parts[1] == ‘0’
]]>Hello, is it possible to use this plugin in full screen images from media gallery (not from the post)? Thank you
]]>