This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11968 - <!-- Load the Google AJAX API Loader --> <script type="text/javascript" src="http://www.google.com/jsapi"></script> <!-- Load the Google Friend Connect javascript library. --> <script type="text/javascript"> google.load('friendconnect', '0.8'); </script>
Summary: <!-- Load the Google AJAX API Loader --> <script type="text/javascript" src="...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 00:16 UTC by contributor
Modified: 2011-08-04 05:35 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-02-03 00:16:43 UTC
Specification: http://dev.w3.org/html5/spec/Overview.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#top

Comment:
<!-- Load the Google AJAX API Loader -->
<script type="text/javascript" src="http://www.google.com/jsapi"></script>

<!-- Load the Google Friend Connect javascript library. -->
<script type="text/javascript">
google.load('friendconnect', '0.8');
</script>

<!-- Initialize the Google Friend Connect OpenSocial API. -->
<script type="text/javascript">
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html
and canvas.html */);
google.friendconnect.container.initOpenSocialApi({
  site: '02794239804549393497',
  onload: function(securityToken) { /* your callback, which is passed a
security token */ }
});
</script>


Posted from: 125.26.52.217
Comment 1 Michael[tm] Smith 2011-08-04 05:35:07 UTC
mass-move component to LC1