Now this is all over stackoverflow but I haven't come across a solution that has worked yet so here goes...
Just trying to get facebook to recognise my og:image pretty simple. Everything outputs with the facebook object debugger except the thumbnail won't show. It does however show the correct url and when the blank thumbnail is clicked it loads the correct image.
Image size is surely not an issue as I have another site that works with much larger images.
Code:
<meta property="og:title" content="<? echo $product_name; ?>"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://www.domain.com.au/product-tesst.php?id=<? echo $id ?>"/>
<meta property="og:image"content="https://www.domain.com.au/inventory_images/thumb_<? echo $id ?>.jpg"/>
<meta property="og:site_name" content="Biz Name"/>
<meta property="fb:admins" content=""/>
<meta property="og:description" content="<? echo stripslashes($details) ?>"/>