Page 1 of 1

Facebook doesn't display image - how add og:image:secure_url

Posted: 09 Jun 2016, 11:43
by comyoo
Hi,

We use the phoca plugin on our website comyoo.nl but facebook doesn't show intro images. I think it has to do with our ssl connection and I wan't to try to add the og:image:secure_url tag in the plugin. How can I add it to the code or try if this is the solution?

Re: Facebook doesn't display image - how add og:image:secure

Posted: 10 Jun 2016, 13:05
by Jan
Hi, I think, the best way is to directly modify the plugin.

plugins\content\phocaopengraph\phocaopengraph.php

But if the site uses ssl, the https should be use. Just see the code in plugin and test to change it, search for:

Code: Select all

'og:image', JURI::base(false).$pictures->{'image_intro'}
Jan