我目前正在开发一个小型网站,我想整合一个facebook“赞”按钮。我复制并粘贴了他们在网站上证明的自动生成的代码,按钮刚刚被切断。如下图所示:
他们提供的代码如下:
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&width=235&layout=button_count&action=like&show_faces=false&share=true&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:25px; height:21px;" allowTransparency="true"></iframe>
我也没有任何CSS代码。有关如何解决这个问题的任何想法?
答案 0 :(得分:3)
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&width=235&layout=button_count&action=like&show_faces=false&share=true&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
我已将宽度更改为自动;
答案 1 :(得分:1)
尝试更大的宽度。
宽度:80px;