newj

Wednesday 7 January 2015

Using Blogger’s OpenID with any URL

One of the cool things with our recent OpenID release is that you can use your own website, blog, or URL as your OpenID and still use Blogger as your OpenID provider. In the OpenID world, this is called “delegation,” and all it means is that you can use your own non-Blog*Spot URL as your OpenID identity, but still log in to OpenID sites with the Google Account you use on Blogger.



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.)

No comments:

Post a Comment

Followers