我遵循了FB开发人员的说明,但无法让它以我想要的方式工作。它会显示指向页面的链接,但不会记录我所做的更改。
我将以下HTML放在包含共享按钮的页面和显示链接的页面中。
关于我哪里出错的任何想法?代码如下。它说它应该从我在meta标签中输入的内容中获取信息。
非常感谢, 约翰<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta property="og:title" content="blahblahblah.com" />
<meta property="og:description" content="This is the advert description." />
<meta property="og:image" content="thumbnail_image.jpg" />
<title>This Title Should Change Test.PHP</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<a name="fb_share" type="button"
share_url="http://mysite.com/test/staticadvert/staticadvert.php?id=35"></a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"
type="text/javascript">
</script>
</html>