Facebook 发送按钮未显示在 Gwt 弹出面板上?
我正在尝试让 Facebook 发送或点赞按钮显示在 GWT 弹出面板上,但没有成功。检查生成的 HTML 时,facebook HTML 按钮看起来已正确插入,但只是不显示。保存 Facebook 按钮在 html 页面中运行良好(不在 GWT 面板上)。
您是否曾在 GWT 中成功显示 Facebook“发送”、“点赞”或“分享”按钮?我知道我可以使用 API 或其他库自己实现 FB Like 按钮。但我确实需要那个。我需要在我的 GWT 应用程序中使用标准 Facebook 发送按钮。
如果您有经验并且成功的话请告诉我。
非常感谢!
I'm trying to get Facebook send or like button display on GWT popup panel and I am not successful. When inspecting the generated HTML, facebook HTML button looks properly inserted into but it just does not show up. Save Facebook button works well in html page (not on GWT panel).
Have you ever had success in displaying Facebook Send or Like or Share button in GWT? I know I ca implement FB Like button myself using API or other libraries. But I do it need that. I need standard Facebook Send button to be used in my GWT application.
Please advise me if you have experience and were successful.
Thank you very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了类似的问题,这是因为,在 html 文件的脚本标记中,我已更改但未将 src="path" 更新为有效路径。我在路径中列出了错误的目录。对我来说,现在是正确的:
我重建了,图像出现在页面上。这个问题导致入口点模块无法加载。
I had a similar problem, and it was because, in the html file's script tag, I had changed and not updated the src="path" to a valid path. I had a wrong directory listed in the path. For me, it's correct now with:
I rebuilt, and the image appeared on the page. This problem was keeping the entry point module from loading.