当我使用这个时:
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FStoneMason-Marble-Granite%2F363939960302642&width&height=35&colorscheme=light&layout=button&action=like&show_faces=false&send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:35px;" allowTransparency="true"></iframe>
我没有显示任何按钮。如果我删除 facebook 页面末尾的 id,我会得到一个按钮,但会弹出一个窗口并立即关闭:
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FStoneMason-Marble-Granite&width&height=35&colorscheme=light&layout=button&action=like&show_faces=false&send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:35px;" allowTransparency="true"></iframe>
我试过关闭弹出窗口阻止程序,但仍然关闭。