1

您在下面这段代码中看到的所有元标记都没有被 facebook 按钮识别我不知道原因,有没有人可以向我解释为什么不起作用。或者为什么元标记一旦出现在 jsf 页面中就不能被识别?

谢谢

...
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">

<h:head>
 <meta property="fb:app_id" content="YOUR-APP-ID" />
 <meta property="fb:admins" content="USER_ID,USER_ID"/>
 <meta property="og:title" content="Page Title"/>
 <meta property="og:type" content="TYPE"/>
 <meta property="og:url" content="www.youtube.com"/>
 <meta property="og:image" content="http://img.youtube.com/vi/_FiSCmL9psw/0.jpg"/>
 <meta property="og:description" content="Description of page content" />

 </h:head>
4

0 回答 0