The example below shows how to delegate an OpenID to the same server used by http://joelwatts.com/.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <html>
<head>
<title>Your Page</title>
<meta http-equiv="X-XRDS-Location" content="http://jpwatts.myopenid.com/" />
<link rel="openid2.provider" href="http://www.myopenid.com/server" />
<link rel="openid2.local_id" href="http://jpwatts.myopenid.com/" />
<link rel="openid.server" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://jpwatts.myopenid.com/" />
</head>
<body>
<p>This is an OpenID.</p>
</body>
</html>
|
This is an OpenID. You can also view this example as HTML or plain text.