1

I am Using the XFBML of Social Plugins I created the Popup For this and Place the XFBML Code For Testing. Like Button is Working Fine. After Like Post to Facebook Box is not Appearing Properly. I am Not Sure Why this Happening. I attached the Screenshot for this one Here is the Screenshot

Any Suggestion Would Be Great. I am Using this code on Wordpress Site.

Thanks in Advance.

4

1 に答える 1

0

「送信」機能と「顔を表示」機能をオフにしてみてください。XFBML コードは、次のようなボタンを表示する必要があります。

<fb:like href="yoursite.com" send="false" layout="box_count" width="150" show_faces="false"></fb:like>

他に、FB ボタンが別のレイヤーによって部分的にオーバーレイされている可能性があります。上記のコードを にラップし、このような<div></div>クラスを作成してから、次のような css プロパティを使用してみてください。div<div class="myclass"></div>z-index

.myclass {
   z-index: 1;
}
于 2013-07-06T21:45:49.913 に答える