Google +1 for GWT 应用程序

发布于 2024-12-10 13:35:13 字数 393 浏览 0 评论 0原文

我在将 Google +1 小部件包含到我的 GWT Web 应用程序中时遇到问题。详细来说,应用程序似乎找不到包含的脚本:

<script src="http://apis.google.com/js/plusone.js" />

我将其包含在应用程序 gwt.xml 文件中。我向网站本身添加了一个 InlineHTML 对象,如下所示:

verticalPanel.add( new InlineHTML("<g:plusone></g:plusone>" ) );

+1 小部件不会显示在最终页面上,也不会显示任何错误消息。有什么提示吗?

I'm having problems to include the Google +1 widget to my GWT webapp. In detail, the app seems not to find the included script:

<script src="http://apis.google.com/js/plusone.js" />

which I included in the applications gwt.xml file. To the site itself I added an InlineHTML object like follows:

verticalPanel.add( new InlineHTML("<g:plusone></g:plusone>" ) );

The +1 widget is not shown on the final page, nor any error message. Any hints?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奶茶白久 2024-12-17 13:35:13

浏览器问题。它适用于 Chrome 或 Firefox,不适用于 Safari。

Browser issue. It works on Chrome or Firefox, not on Safari.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文