离线测试 facebook Like 按钮
有没有办法测试当我的网站仍处于离线状态时哪些信息被发送到“喜欢”按钮?目前,“赞”按钮出现,但按下它会产生错误,我无法测试一旦实施上线后是否会将正确的信息传递给 Facebook。
Is there a way to test what information is being sent to the like button while my site is still offline? At the moment, the like button shows up but pressing it produces an error, I can't test if the right info is going to be passed to facebook once the implementation goes live.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您将应用程序置于“沙盒”模式,那么除了注册的开发人员之外,所有其他人都将保持离线状态。这将允许您测试它,同时阻止其他人看到它。
If you put your app in "sandbox" mode, then it remains offline for all but the registered developers for it. That will allow you to test it, whilst stopping others from seeing it.