Your OpenID credentials could not be verified [SOLVED]

Commenting with the OpenID is one of convenient way to communicate with other webloggers. But lots of bloggers are facing the problem "Your OpenID credentials could not be verified".
Need to get out of this, HOW TO ?


It occurs just because the system can not verify the OpenID URL with the blog, so to solve this we need to add few markup lines into HTML code of the page. Its so simple, follow below steps;


+Boost

  1. Open HTML
  2. Find <head>
  3. Add following code below <head> tag.
    <link href='http://www.blogger.com/openid-server.g' rel='openid.server'/>
    <link href='your-URL' rel='openid.delegate'/>
  4. Replace your-URL with you blog-url.
  5. Save your template and you have done.
No need to say thanks. Just keep visiting.

1 Response to "Your OpenID credentials could not be verified [SOLVED] "