facebook喜欢按钮:改变宽度和高度

时间:2012-07-28 23:35:01

标签: php facebook-like width

我有一个插件,用facebook按钮显示一些新闻。 我会改变这个网站的宽度: (见右侧边栏) http://www.fanpage.it/moody-s-boccia-anche-la-germania-e-la-prima-volta-per-la-merkel/

这是我的网站: http://www.clouderize.it/michele/

对于我的按钮,我使用此网址,但无论我设置的宽度值如何,按钮尺寸都不会改变! 我该怎么办?

<iframe 
        src="http://www.facebook.com/widgets/like.php?href=<? the_permalink(); ?>&layout=button_count&width=450&action=like&colorscheme=light&font&show_faces=false&height=64"
                            scrolling="no" frameborder="0" 
                            style="border:none;">
</iframe>

1 个答案:

答案 0 :(得分:1)

试试这个

#fb-bar iframe{min-height:80px !important;}


<div id="fb-bar">
  <fb:like href="link"></fb:like>
</div>

或者

<div id="fb-bar">
<iframe 
        src="http://www.facebook.com/widgets/like.php?href=<? the_permalink(); ?>&layout=button_count&width=450&action=like&colorscheme=light&font&show_faces=false&height=64"
                            scrolling="no" frameborder="0" 
                            style="border:none;">
</iframe>
</div>