我使用iframe作为facebook按钮,如下所示。
<iframe id="PageURL" src="//www.facebook.com/plugins/like.php?href=<%= PageURL %>&send=false&layout=<%= LayoutStyle %>&width=<%= Width %>&show_faces=<%= ShowFaces %>&action=<%= VerbToDisplay %>&colorscheme=<%= ColorScheme %>&font=<%= Font %>&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px;" allowTransparency="true">
</iframe>
当我的页面加载时,它显示未捕获的异常:错误:https://www.facebook.com获取属性Proxy.InstallTrigger
的权限被拒绝 在萤火虫中。我可以喜欢这个页面,但它没有出现在我的墙上有任何想法吗?