Forums / Cotonti / Extensions / Facebook Opengraph doesn't show images

Ross
#35392 2012-09-07 07:37

I installed it again and again - now it seems to work! I didn't change anything in my installation. Go guess...

Added 38 minutes later:

I found out the problem. It happened to be in my code.

 

The links of the images in my pages where like:

<img src="../../../../images/folder/subfolder/image.jpg"

and that was giving a mistaken in:

<meta property="og:image" content="http://website.com/../../../../images/folder/subfolder/image.jpg"/>

I fixed the links in

<img src="images/folder/subfolder/image.jpg"

so now it gives:

<meta property="og:image" content="http://website.com/images/folder/subfolder/image.jpg"/>

and it works.

 

 

This post was edited by Ross (2012-09-07 08:15, 11 years ago)