Hello to everyone. Sorry for my bad English.
I'm trying to use OpenGraph, but og:image doesn't work. According to source of html_meta_tags, $thumb variable is aways empty (on any pages of gallery). I'm using Zenphoto 1.4.14 [f5b47da52f] (Official build) with html_meta_tags and Graphics support: PHP GD library bundled (2.1.0 compatible). Other OG tags working perfectly.
You only get an og:image automatically if you are on an image page, album page or single image. For all other pages the "site logo" if set on the plugin option of the same name is used. We use it that way on our own site as you can see if you view the source.
Working here too, but I have a question. I checked my site's meta tags, and when I first view the page source, I see the following for og:image:
However if I hit reload for the page source, I get a more typical:
http://www.mysite.com/cache/album/image.jpg
What's this all about? Is it just the browser doing this?
Just cached image versus uncached image, should appear only once. Also please review the user guide entry on caching about this.
http://www.zenphoto.org/news/caching/
I found error. In html_meta_tags code row 192:
[code]if (getOption('htmlmeta_og-image') || getOption('htmlmeta_twittercard')) { [/code]
In my configuration, Opengraph was enabled, twitter-card was not. After enabling twitter-card, og:image working fine.
Also, I noticed that the plugin settings are not saved options property=og:. When i save, the checkbox is only on option "OpenGraph (og". Options property='og:' even being marked, after saving remains unchecked. Apparently, this affects the selection at row 192. At the same time, if twitter-card enabled, everything starts to work. Why not save the status of the options when saving, I don't know, maybe it's a problem of my system. But keep this in mind.
Thanks for insisting on this issue. This is indeed a bug respectively omission from an earlier change.
There should be only one OpenGraph option - except the image width/height ones - as most of these are required for the meta tags to be valid (og:image without all others would be).
FIx will be in the support build soon.