Hi @iworks I updated to 2.7.8 and the main issue with array/string [] is fixed, thanks.
However I think there is a problem, still.
In this page: https://www.vivatacademia.org/ you can see that these meta property are in output:
og:image:width
og:image:height
og:image:alt
but there is no og:image meta, or og:image:secure_url
while on this page https://bertocchi28.ddns.net/
I have og:image (pointing to favicon), but not og:image:secure_url
It seems the problem is with page not “singular” or with pages without featured image where the plugins outputs just favicon into og:image and outputs no og:image:secure_url (look here https://www.vivatacademia.org/chi-siamo/lo-statuto-dellassociazione/). I think it is better to output the “Fallback Image” if theme supports it.
For not “singular” page, I think that this is due to the secure_url loop being into the if ( is_singular() ) {
statement (maybe it is better to loop the array inside function echo_array( $og, $parent = array() ).
However, thanks for your work.