- From: <bugzilla@jessica.w3.org>
- Date: Thu, 03 Feb 2011 00:16:43 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11968
Summary: <!-- 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>
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#top
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
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
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Thursday, 3 February 2011 00:16:45 UTC