问题:当我点击像facebook这样的按钮时,会出现一个弹出框。但我不想显示它。当我们点击像facebook这样的按钮时,我的页面应该是这样的,不应该显示框。 我可以隐藏这个盒子吗?
答案 0 :(得分:0)
如果您使用iframe显示类似按钮,则当用户单击按钮时,将不会显示注释弹出窗口。
请参阅以下链接了解更多详情:
https://developers.facebook.com/docs/plugins/like-button
请参阅iframe示例代码以显示类似按钮:
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&width&layout=button&action=like&show_faces=false&share=false&height=35&appId=248175312034010" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:35px;" allowTransparency="true"></iframe>
答案 1 :(得分:0)
这个弹出窗口可能只出现在那些不喜欢它的人身上,我的意思是它应该检查cookie并查看访问者是否登录了他的fb帐户以及他是否已经喜欢页面然后弹出窗口不显示。