For example, if you have a blog at
http://yourbloggerblog.blogspot.com/
but own the website http://www.myurl.com/
, you can easily OpenID-enable http://www.myurl.com/
. Just add this HTML to the <head>
section of http://www.myurl.com/
:<link rel="openid.server" href="http://draft.blogger.com/openid-server.g" />
<link rel="openid.delegate" href="http://yourbloggerblog.blogspot.com" />
(Obviously, change “
http://yourbloggerblog.blogspot.com
” to your own blog’s URL.)You’re all set. You can now use
http://www.myurl.com/
as your OpenID identity on any site that accepts OpenID authentication, and you will be directed to Blogger to sign in.