Google +1 for GWT 应用程序
我在将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
浏览器问题。它适用于 Chrome 或 Firefox,不适用于 Safari。
Browser issue. It works on Chrome or Firefox, not on Safari.