我在yourcashflowpros.com上有一个黑色网页,它与fb评论集成在一起。 Fb评论看起来像$&%!如果我可以在评论中更改css,或者我只是更改背景以使其看起来正确吗?
由于 托德
答案 0 :(得分:4)
好吧,它在iframe中,所以你的CSS不会影响它。简单的方法是使你的fb:comments块的背景容器变成白色(左右两边有一点填充),这样会使注释块看起来正确。
变化
<fb:comments width="900"></fb:comments>
到
<fb:comments width="900" style="background-color: white; padding 10px;"></fb:comments>
答案 1 :(得分:4)
fb:comments标签有一个css属性,您可以指定该属性来拉入外部样式表。
<fb:comments numposts="4" title="My Blog Comments" css="http://www.yourwebsite.com/css/comments.css?1234" simple="1"></fb:comments>
http://developers.facebook.com/docs/reference/fbml/comments_(XFBML)/