我在做一个项目, 我必须向应用程序用户展示项目描述, 以及我拥有的是产品的尿素, 尿素可能来自任何网站, 它可能是来自Amazon,ebay等的产物尿素,
以下是我产品中的代码。 php我用来调试Facebook linter 。
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta property="fb:app_id" content="xxxxxxxxxxxxxx" />
<meta property="og:url" content="http://www.amazon.com/Programming-PHP-Rasmus-Lerdorf/dp/0596006810/ref=pd_sim_b_4" />
<meta property="og:site_name" content="social" />
<meta property="fb:profile_id" content="">
<meta property="og:type" content="website" />
<meta property="og:image" content="" />
<meta property="og:title" content="" />
</head>
<body>
</body>
</html>
When I pressed the debug button, it generates the meta tags as shown below
我要显示与Facebook linter 生成的输出完全相同的输出, 以显示产品图像, 描述给我的用户 。
提前感谢