自分のサイトに Faceboon Fan API があります。自分でスタイルを設定したいのですが、機能していないようです。私はCSS
ftp の css ファイルに設定しますが、ファン ボックスがそれを使用するようになっています。
誰が問題が何であるか知っていますか?
ファンボックス:
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
<script type="text/javascript">FB.init("");</script>
<fb:fan profile_id="145883417064" stream="0" connections="14" width="500px" height="600px" header="0" logobar="0" css="css=MY_URL/Facebook_CSS/fb_css.css">
</fb:fan>
CSS:
...
.fan_box .full_widget .connect_top {
background:green !important; <--Green for testing
padding:0 0 10px 0 !important;
}
...
これは、ページを更新したときに得られる css です。
.fan_box .full_widget .connect_top {
background: none repeat scroll 0 0 #ECEFF5;
}
そして、それはこのcssファイルから来ています:そして、どこから来ている ZZOSKCuiTWq.css (linje 7)
のかわかりません??
前もって感謝します!