Facebook的“喜欢”按钮被切断了

时间:2014-10-22 07:47:19

标签: css facebook

我目前正在开发一个小型网站,我想整合一个facebook“赞”按钮。我复制并粘贴了他们在网站上证明的自动生成的代码,按钮刚刚被切断。如下图所示:

enter image description here

他们提供的代码如下:

<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&amp;width=235&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=true&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:25px; height:21px;" allowTransparency="true"></iframe>

我也没有任何CSS代码。有关如何解决这个问题的任何想法?

2 个答案:

答案 0 :(得分:3)

working demo

<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&amp;width=235&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=true&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>

我已将宽度更改为自动;

答案 1 :(得分:1)

尝试更大的宽度。

宽度:80px;