2017-05-16 17 views
-1

Facebookの "好きな"ボタンが含まれているウェブページを作成できるかどうかを確認するテストウェブページ(コードは下に表示)を作成しました。テストページをブラウザで表示すると、同じようなボタンが表示され、サムスンアップが期待どおりに表示されます。同様のボタンをクリックすると、ログインプロンプトが表示されます。ログインプロンプト(すなわち、ログイン)に続いて、親指アップがチェックマークおよび「好き」という言葉に置き換えられる。この時点で、私も好きな人の数を見てはいけません(私は自分自身が1人になると思っています)。私はそのような数字は見ません。誰かが私に行方不明を教えてもらえますか?ところで、デバッガは満足しているようです。ありがとう。私のソースコードはFacebookのようなボタンを使わないでください

<!DOCTYPE html> 
<html> 
<head> 
    <title>FB Like Test</title> 
    <meta property="og:image" content="Long Absolute URL to Image" /> 
    <meta property="og:image" content="A Walking Tour of the New Orleans French Quarter" /> 
    <meta property="og:url" BTWcontent="http://www.djolley.net/posts/2017/0118A.html" /> 
    <meta property="og:type" content="website" /> 
    <meta property="og:description" content="A walking tour designed to acquaint tourists with the major points of interest in the New Orleans French Quarter." /> 
</head> 
<body> 
    <h2 style="text-align: center;">FB Like Test</h2> 
<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.9"; 
    fjs.parentNode.insertBefore(js, fjs); 
}(document, 'script', 'facebook-jssdk'));</script> 
<div style="display: table; margin-left: auto; margin-right: auto; margin-top: 12px;" class="fb-like" data-href="http://www.djolley.net/posts/2017/0118A.html" data-layout="button" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div> 
</body> 
</html> 
+0

質問タイトルではありません。 (完全な文章かもしれない?) – CBroe

答えて

関連する問題