Facebook评论插件造型

时间:2011-10-03 11:39:03

标签: comments facebook-ui

我在我的网站上添加了facebook评论插件,我想根据我的网站风格为插件添加样式。以下代码我在mysite中添加。

<fb:comments href="<url>" num_posts="2" width="500"></fb:comments>

请建议我如何做到这一点。

2 个答案:

答案 0 :(得分:1)

无法在自定义表单中设置样式。这是因为评论是在iframe中加载的。

Facebook为插件提供了两种配色方案,一种是浅色和深色的主题,但除了这些以外,使用fb可以做到这一点:评论

<fb:comments href="<url>" num_posts="2" width="500" colorscheme="dark"></fb:comments>

<fb:comments href="<url>" num_posts="2" width="500" colorscheme="light"></fb:comments>

答案 1 :(得分:0)

样式不够,但如果你意识到响应性,那么你可以使用data-width =&#34; 100%&#34;而不是data-width =&#34; 500&#34;或者&#39; 600&#39;