facebook分享meta标签不起作用

时间:2016-05-10 21:43:19

标签: facebook-opengraph facebook-share

无论我尝试什么,我都无法让我的facebook分享正确使用开放图元标记。我已经删除了我的代码,使用了各种参数但没有结果。它始终读取默认值。有什么问题?

<html>
<head>
    <title>Online financial planning - fast and free | India</title>

    <meta property="og:url"           content="https://www.kwikplan.com" />
    <meta property="og:type"          content="website" />
    <meta property="og:title"         content="Online financial planning - fast and free | India" />
    <meta property="og:description"   content="Build and execute your personal financial plan in minutes - FREE" />
    <meta property="og:image"         content="http://www.kwikplan.com/images/logo.png" />
</head>
<body>
    <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/en_US/sdk.js#xfbml=1&version=v2.6";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    <div class="fb-share-button" data-href="https://www.kwikplan.com" data-layout="button" data-mobile-iframe="false"></div>

</body>
</html>

1 个答案:

答案 0 :(得分:0)

好的,我发现了问题。我在单独的php页面中添加元标记进行测试,但facebook只从登录页面中选择。一旦我在着陆页上添加了元标记,就可以了。

但现在这提出了一个新问题。如果我在登录页面上使用这些元标记,我可以在我的网站中使用facebook共享一次(或者也可以使用多个,但它们都具有相同的内容)。这些博客网站如何能够为每篇文章呈现具有不同内容的独特/不同的Facebook分享按钮?