Page 1 of 1

OG:Images

Posted: Fri 4. Mar 2016, 16:40
by nameless1
hi,
based on this it is possible to include more than one image in opengraph tag. but how to reach this with:

Code: Select all

set_meta('og:image', 'example.com/img/cmsimage.php/1280x1280/xxxx.jpg', 'property');
with an array?

Re: OG:Images

Posted: Fri 4. Mar 2016, 17:21
by Oliver Georgi
https://github.com/slackero/phpwcms/blo ... .php#L3955

Code: Select all

set_meta('og:image', 'example.com/img/cmsimage.php/1280x1280/xxxx.jpg', 'property', false, true);

Re: OG:Images

Posted: Fri 4. Mar 2016, 18:00
by nameless1
merci, it works. (hab die message verstanden. mea culpa).