1
Livid MOD |
3
adjusted 2015-03-06 14:33:27 +08:00 via Android
Like button 是以URL区别的吧
|
4
jianghu52 OP @Livid 真不好意思啊。还有个问题想请教你。
我这个页面是用在手机上的。我用的是iframe组件 <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftestpro/995/&layout=button_count&show_faces=true&action=like&colorscheme=light&" style="overflow:hidden;width:100%;height:180px;" scrolling="no" frameborder="0" allowTransparency="true"></iframe> 可以显示,但是图标非常的小。我实验过设置 height,但是貌似只能扩大整个iframe的高度,不能扩大图标的高度。 请问要怎么写,才能扩大图标的大小呢? 我也实验过在后面加参数,如<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftestpro/995/&layout=button_count&show_faces=true&action=like&colorscheme=light&width=400px&" style="overflow:hidden;width:100%;height:180px;" scrolling="no" frameborder="0" allowTransparency="true"></iframe> 这样的,但是也无效。不知道该怎么调整 |
5
otakustay 2015-03-07 00:54:36 +08:00 1
据我所知没有什么办法改变like按钮的大小,且facebook的政策禁止开发者修改like按钮的外观
一种方法是用css的transform: scale(2)来放大 |