我正在为一个在他的页面上有一个赞按钮的客户管理一个页面。奇怪的是它在 IE 中不显示,而在其他浏览器中显示。我使用 facebook 的 iframe 代码:
<iframe src="http://www.facebook.com/plugins/like.php?href=URLOFPAGE&send=false&layout=button_count&width=150&show_faces=true&action=like&colorscheme=light&font&height=21&" scrolling="no" frameborder="0" style="border:none; overflow:auto; width:150px; height:21px;" allowTransparency="true"></iframe>
当我使用我自己的 facebook 页面的 url 时,like 按钮可以工作(即使在 IE 中),但是当我使用我的客户端的 url 时它不会。有什么问题?
提前致谢!