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?
Browser issue. It works on Chrome or Firefox, not on Safari.