我面临着使用OG标签实现的FB likes的问题。当有人喜欢我的网站页面时,它会显示我的FB帐户中的新闻源(如果我的一个朋友喜欢的话)。然而,问题是提要不会显示在我朋友的时间线上。它已经被我的2-3个朋友试用过了,虽然它在我的新闻订阅中显示了我的朋友们喜欢这个链接,但它没有显示在他们的时间表上。这是我用于OG meta标签的代码。
<meta property="og:title" content="News & Updates | The Art of Convergence | Sponsored by amdocs" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://mysite.com/news/" />
<meta property="og:image" content="http://mysite.com/artslogo2.jpg" />
<meta property="og:site_name" content="sitename" />
<meta property="og:description" content="desp." />
<meta property="fb:app_id" content="361690510529034" />这会有什么问题,即使我自己喜欢这个url,它也不会显示在我的时间表上。
请建议一下?
谢谢,扎克
发布于 2012-03-01 17:07:16
Facebook已经改变了tje like按钮的行为。现在,如果你想让这个链接出现在你的时间线上或者你朋友的新闻订阅上,你需要在点击“喜欢”按钮后添加评论。AFAIK,没有办法改变这一点。至少使用like按钮。不过,您可以尝试使用自定义共享按钮。
https://stackoverflow.com/questions/9497176
复制相似问题