Facebookのボタンのようないくつかの奇妙な結果が表示されています私のサイトですが、各ボタンに表示される好き嫌いの数は常に同じです。ページが好きでない場合は0、ページが好きな場合はサイト自体の好き嫌いの合計数が表示されます。私は訪問者がそれぞれのプロフィールページを好きにできるよう、ユーザーのプロフィールページに続いてFacebookのようなボタン:すべてのページに「0好き」または「{総数}が好き」のいずれかが表示されます
<iframe src="//www.facebook.com/plugins/like.php?
href=http://www.facebook.com/myfacebookpage&send=false&
layout=button_count&width=100&show_faces=true&action=like&
colorscheme=light&font&height=21&appId={MY ID HERE}"
scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px;
height:20px;" allowtransparency="true"></iframe>
:私はそれらを許可するユーザーのダッシュボード上で
は私のFacebookのページ「のような」、ここで私が使用するインラインフレームです。ページhttp://mywebsite.com/billyについては
<iframe src="//www.facebook.com/plugins/like.php?
href=http%3A%2F%2Fmywebsite.com%2Fjohn&send=false&layout=button_count
&width=100&show_faces=true&action=like&colorscheme=light&
font&height=21&appId={MY ID HERE}" scrolling="no" frameborder="0"
style="border:none; overflow:hidden; width:100px; height:20px;"
allowtransparency="true"></iframe>
:ページhttp://mywebsite.com/johnについては
<iframe src="//www.facebook.com/plugins/like.php?
href=http%3A%2F%2Fmywebsite.com%2Fbilly&send=false&layout=button_count&
width=100&show_faces=true&action=like&colorscheme=light&font&
height=21&appId={MY ID HERE}" scrolling="no" frameborder="0" style="border:none;
overflow:hidden; width:100px; height:20px;"` allowtransparency="true"></iframe>
あなたは私が私の知る限り見ることができるように、それぞれに異なるHREF値を渡している見ることができるように(私はそれを正しくやっています...何時間も喜んでこれを研究しています。誰も似たようなことをやってきましたか?