我正在使用 facebook 共享器将我网站中的产品分享到 facebook。我尝试了所有方法来做到这一点..但我不知道问题出在哪里。
当我单击 mysite 中的 facebook 图标时,它会重定向到 facebook 并且不显示产品名称、产品图像、产品描述。它来了无标题的文件。这是我使用的代码。
<head>
<meta name="title" content="<?=$fetpro['productname'];?>" />
<meta name="description" content="Join this bloc to help me get a deal at BBuys" />
<meta name="medium" content="medium_type" />
<link rel="image_src" href="http://www.mysite.com/admin/product_images/<?=$fetpro['product_image']?>" />
</head>
<body>
<a href="http://www.facebook.com/sharer.php?u=http://www.mysite.com/details.php?pro_id=<?php echo $fetpro['auto_id'];?>&t=<?php echo $fetpro['productname'];?>&Width=626 &Height=436 &Toolbar=0 &Status=0"><img src="images/facebook.jpg" /></a></body>
请帮助我哪里有问题。