我正在开发一个网络应用程序,我需要在Facebook上分享网页链接。
我在页面上使用了facebook分享按钮。下面是我正在使用的分享按钮代码。
<div class="fb-share-button" data-type="button_count" data-share="true" data-width="450" data-show-faces="true" data-href="http://www.housingsutra.com/news-events/the-standard-chunk-of-lorem">
这是我投入使用的应用ID。
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '634793463291263',
xfbml : true,
version : 'v2.2'
});
};
(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";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
我还在页面顶部放置了以下元标记。
<meta property="og:title" content="Housing Sutra" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.housingsutra.com/" />
<meta property="og:image" content="" />
<meta property="og:description" content="" />
有两种情况让我感到困惑。
当我使用 https 传递共享按钮的网址时,它的工作正常,但在点击Facebook上的链接后显示错误。
当我通过 http 传递共享按钮的URL时,它会在共享框中显示授权错误,但我共享的链接工作正常且未显示任何错误。
< / LI> 醇>请帮忙。
答案 0 :(得分:1)
我使用facebook linter工具检查你的网址:
https://developers.facebook.com/tools/debug/og/object/
您的网站不可见,http受保护,尝试从其他IP获取网址,您必须绕过它 http://www.housingsutra.com/news-events/the-standard-chunk-of-lorem
当我们访问此站点时,它会询问用户名密码。