我在我的页面上添加了一个赞按钮,这意味着在特定用户的时间线上显示每个赞。
尽管当用户点击喜欢并确认(因为它是一个新站点)“喜欢”时,除了它在页面上的“喜欢”按钮上显示“名称喜欢这个”之外什么都没有发生。用户 Facebook 时间线或个人资料中没有任何内容。
Facebook 调试器不会报告任何错误。这让我很难告诉我为什么它不在时间线上分享。所以我现在不知道该怎么做或更正。
任何曾经在这个地方的人的见解将不胜感激。
<meta property="fb:app_id" content="MY_APP_ID" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.MY_URL.se/" />
<meta property="og:image" content="http://www.MY_URL.se/folder/fbLike.png" />
<meta property="og:title" content="MY_URL.se - PAGE TITLE" />
<meta property="og:site_name" content="SITE_NAME" />
<meta property="og:description" content="DESCRIPTION" />
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/sv_SE/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-like" data-href="https://www.MY_URL.se/" data-width="100" data-show-faces="false" data-send="false" style="position: absolute; z-index:5; margin-top: 40px; margin-left: 335px;"></div>