似乎我的评论插件在我的页面上的位置不太好。在 Firefox 和 Chrome 中,插件的左边距不是居中,而是居中。在 IE 中显示良好。问题开始两天了,我没有更改我的代码。
页面:http ://www.yimago.com/radio1/
我使用的代码:
<div style="width:100%;text-align:center;font-size:0.9em;">
<fb:comments-count href=http://www.yimago.com/radio1/></fb:comments-count> comments</div>
<div style="width:100%;text-align:center;font-size:0.9em;">
<div class="fb-comments" data-href="http://www.yimago.com/radio1/" data-width="950" data-num-posts="5" text-align:left;></div>
</div>
您好:将此添加到我的 CSS 中:
.fb_iframe_widget iframe {position:relative; left:0px;}
似乎解决了我的问题。希望这对其他人有帮助。