OG:Images

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
nameless1
Posts: 878
Joined: Sun 27. Apr 2008, 23:22

OG:Images

Post 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?
Last edited by nameless1 on Fri 4. Mar 2016, 18:01, edited 1 time in total.
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: OG:Images

Post 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);
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
nameless1
Posts: 878
Joined: Sun 27. Apr 2008, 23:22

Re: OG:Images

Post by nameless1 »

merci, it works. (hab die message verstanden. mea culpa).
Post Reply