我在使用新的facebook按钮时遇到了一些问题。它显示很好,但由于某种原因它不会拉页面的标题。
我有和我正在使用og:title,所有内容都已填写,当我查看在按钮加载时创建的iframe的来源时,其中有空白。我也试图把tweetmeme和那个看到那个标题而不是元或正常的页面标题。
我做错了什么?
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://developers.facebook.com/schema/">
<fb:like href="<?=$url?>" layout="button_count" show_faces="false" width="100" font="arial"></fb:like>
更新:完成头
<head>
<title>Ladder 15 Gets A New Menu!</title>
<meta content="Growing up can be hard to do, especially in the Mad River family. But Ladder 15 has come into its own over the winter. With some new cocktails, wine selection, a hefty new beer list and veteran Chef David Ansill in the kitchen, you can check your fist pump at" name="Description">
<meta content="" name="Keywords">
<meta content="cities2night inc." name="author">
<meta content="Cities2Night 2010" name="copyright">
<meta content="en-us" name="language">
<meta content="General" name="rating">
<meta content="index,follow" name="robots">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="Ladder 15 gets a new menu!" name="tweetmeme-title">
<meta content="Ladder 15 gets a new menu!" property="og:title">
<meta content="article" property="og:type">
<meta content="http://philly.cities2night.com/articles/show/listing/11/ladder-15-gets-a-new-menu" property="og:url">
<meta content="http://philly.cities2night.com/public/article_images/11.jpg" property="og:image">
<meta content="c0176da0ec38aaf107c0ef6c8cdeee38" property="fb:app_id">
<meta content="Philly2night.com" property="og:site_name">
<meta content="Growing up can be hard to do, especially in the Mad River family. But Ladder" property="og:description"></head>
答案 0 :(得分:1)
您使用的是开发网址吗? This是我在访问“og:url”指定的链接时看到的页面,其标题为“Philly2night.com的文章”,并且未指定打开的图元数据。我想这可能是一个问题,因为Facebook可能会试图从可用的URL中提取信息。
此外,对于您列出的已经拥有大量“喜欢”的网页,您可能会遇到此问题:
您可以更新您的属性 页面更新您的页面 标签。注意og:title和og:type 最初只能编辑 - 之后 该页面收到10个喜欢,这些 属性变得固定以避免 令人惊讶的用户喜欢这个 页面已经,并更改标题 或类型标签将导致您的页面 失去任何现有的喜欢。