This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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
mass-move component to LC1