我建立了新的网站。在我的网站的每个帖子上我都有facebook Like按钮。 当访客点击像按钮帖子没有出现在他的用户主页上时,只能在他的个人资料页面中显示。
有人可以告诉我为什么帖子(比如)没有出现在主页上?
我使用从http://developers.facebook.com/docs/reference/plugins/like(iframe)生成的代码
由于
答案 0 :(得分:0)
你的意思是facebook用户主页上的新闻源吗?!
它不用于显示用户的操作,read this:
新闻Feed - 您的中心栏目 主页 - 是一个不断更新 人物和页面的故事列表 你在Facebook上关注。
答案 1 :(得分:0)
我记得几个月前遇到这个问题。这解决了我(当时)的问题,但现在情况可能已经改变了。只需将元数据放在头部,并附上所需信息即可。 Facebook可能需要一段时间才能注意到您已经改变了任何内容。
<meta property="og:site_name" content="Lime" />
<meta property="og:title" content="Lime Title" />
<meta property="og:type" content="article" />
<meta property="og:description" content="With more and more Lime [...]" />
<meta property="og:image" content="" />
<meta property="og:url" content="http://example.com/" />
<!--meta property="fb:page_id" content="18807449704" /-->