Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think each site that implements OpenID would have to build their software to allow multiple entries for your OpenID credentials. However, just because a site doesn't allow you to create multiple entries doesn't mean you can't swap out OpenID suppliers.</p> <h2>How to turn your blog into an OpenID</h2> <p>STEP 1: Get an OpenID. There a lots of servers and services out there you can use. I use <a href="http://www.myopenid.com" rel="nofollow noreferrer">http://www.myopenid.com</a></p> <p>STEP 2: Add these two lines to your blog's main template in-between the <code>&lt;HEAD&gt;&lt;/HEAD&gt;</code> tags at the top of your template. Most all blog engines support editing your template so this should be an easy and very possible thing to do.</p> <p>Example:</p> <pre> &lt;link rel="openid.server" href="http://www.myopenid.com/server" /&gt; &lt;link rel="openid.delegate" href=http://YOURUSERNAME.myopenid.com/ /&gt; </pre> <p>This will let you use your domain/blog as your OpenID.</p> <p>Credits to <a href="http://www.hanselman.com/blog/TheWeeklySourceCode25OpenIDEdition.aspx" rel="nofollow noreferrer">Scott Hanselman</a> and <a href="http://simonwillison.net/2006/Dec/19/openid/" rel="nofollow noreferrer">Simon Willison</a> for these simple instructions.</p> <h2>Switch Your Supplier</h2> <p>Now that your OpenID points to your blog, you can update your link rel href's to point to a new supplier and all the places that you've tied your blog's OpenID will use the new supplier.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload