我喜欢facebook并且并排分享iframe按钮。类似的按钮也有一个计数器。问题是当类似按钮宽度增加时(由于计数器达到多个数字或facebook用户具有本地"喜欢"是更长的单词),那么类似按钮将被切断。有可能以某种方式使按钮宽度动态吗?
以下是代码:
<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fforums.asdf.com%2Fviewtopic.php%3Ff%3D5%26t%3D2523%26start%3D80&width=60&layout=button_count&action=like&size=small&show_faces=false&share=false&height=21&appId" width="60" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<iframe src="https://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fforums.asdf.com%2Fviewtopic.php%3Ff%3D5%26t%3D2523%26start%3D80&layout=button_count&size=small&mobile_iframe=false&width=68&height=20&appId" width="68" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
这是一个例子: https://jsfiddle.net/vd8ybhee/1/