改变脸书的宽度,如盒子
我在我的页面上集成了 Facebook Like 框。我喜欢改变盒子的宽度。我怎么能这样呢!
我的配置
<iframe scrolling="no" frameborder="0" style="border: medium none; overflow: hidden; width: 85px; height: 21px;" allowtransparency="true" src="http://www.facebook.com/plugins/like.php?href=http://optisolbusiness.com/gonzobidz/&layout=button_count&show_faces=true&width=90&action=like&colorscheme=light&height=21"></iframe>
开关宽度 喜欢这个
I integrated Facebook like box on my page. I like to change the width of the box. How can I do this!
my config
<iframe scrolling="no" frameborder="0" style="border: medium none; overflow: hidden; width: 85px; height: 21px;" allowtransparency="true" src="http://www.facebook.com/plugins/like.php?href=http://optisolbusiness.com/gonzobidz/&layout=button_count&show_faces=true&width=90&action=like&colorscheme=light&height=21"></iframe>
switch width this to like this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法设置计数器的宽度。查看Like Button 文档:您只能设置容器的宽度持有按钮和计数器。
You can't set the width of the counter. Review the Like Button documentation: you can only set the width of the container that holds the button and the counter.