• Resolved Dennis Bareis

    (@dbareis)


    With a “wp_read_image_metadata” filter you can extend the metadata for an image. This doesn’t effect the metadata that Jetpack shows. Is there a way to do so?

    ALSO FYI: Your page to always show metadata could be improved, this is what I had to do:

    .jp-carousel-info-extra,.jp-carousel-image-meta {display: block !important;} /* Display image metadata by default (no need to press [i] first) */
    
    .jp-carousel-icon {display:none !important}  /* Get rid of the "[i}" icon - now not always displayed correctly */
Viewing 1 replies (of 1 total)
  • Plugin Support Bruce (a11n)

    (@bruceallen)

    Happiness Engineer

    Hi @dbareis

    Jetpack uses the standard WordPress media library to display images, so any metadata added to an image using the wp_read_image_metadata filter should be displayed in Jetpack as well.

    However, in order to ensure that the metadata is properly displayed in Jetpack, you may need to use a separate filter to add the metadata to the appropriate fields in the media library. One option is to use the wp_prepare_attachment_for_js filter to add the metadata to the metadata array for the image.

    Providing custom code and filters is beyond the scope of our support, so we’re unable to provide specific snippet examples.

    • This reply was modified 2 years, 1 month ago by Bruce (a11n).
Viewing 1 replies (of 1 total)
  • The topic ‘Jetpack Gallery Metadata – Can it be extended’ is closed to new replies.