Quote Originally Posted by jasperandjax View Post
I have zen cart v1.5 and IH4 and am having the same issue as well... Well actually it sort of varies.. sometimes I get no image pulled over at all for the FB share and sometimes I get a random image out of the catalog...

Does anyone know if this is a coding issue, on IH4 issue or a FB share issue so I might be able to figure out where to start looking. (granted I have zilch for coding skills and just google everything and trial and error till I get it figured out)
It is a zen cart issue. I have come close to fixing mine. The only problem is I have my images in sub-directories because I have so many.

Code:
<meta property="og:image" content="http://<?=$_SERVER["SERVER_NAME"]?>/images/<? echo META_TAG_PRODUCT_IMAGE;?>" />
The meta tag product image is not working for the Open graph image.