我已经使用 iframe 代码在我正在开发的网站上显示类似 fb 的按钮,通常它适用于所有浏览器,但这只显示在 chrome 上。
我尝试使用 html5 和 xfbml 仍然没有显示在其他浏览器上。
尝试在 html5 版本的 css 跨度上修复高度和宽度仍然没有显示。
它在 chrome 上读取height:0;
and和width:0;
height:21;
width:73;
为什么会这样?
我还注意到,当我在http://developers.facebook.com/docs/reference/plugins/like/ 中输入 fb 页面 url 时,预览不会出现。尝试了其他页面,它显示了预览。
这与为什么它没有在其他浏览器上显示有关吗?
这是 iframe 代码
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FCarolina-Designer-Cabinets%2F400436533396747&send=false&layout=button_count&width=450&show_faces=false&font&colorscheme=light&action=like&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>