hello,
i have to share products in facebook from my site.
i used ths code for share.
<a href="http://www.facebook.com/sharer.php?u=http://<?=$_SERVER['HTTP_HOST']?>/blockbuys/details.php?route=product/product&product_id=<?=$fetpro['auto_id']?>&t=<?=$fetpro['productname']?>"><img src="images/facebook.jpg" /></a>
but product image is not displaying in facebbook.
how to do this task?
thnks.