My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Very usefull OpenID selector with real functionalities.

It's a rewrite of openid-selector.

Features:

  • Internationalization support
  • You can specify providers.
  • Made as jquery plugin.
  • Super fast. All providers images are in one file.
  • About 2.5k compressed
  • Remembers OpenID provider choice by using a cookie. (Nice idea andyjm)
  • Styled by CSS.

Internationalization and css styling example:

Example of use:

      $('#openid').openid({
        img_path: '{{ MEDIA_URL }}img/openid/',
        txt: {
          label: 'Ingresá tu {username} de <b>{provider}</b>',
          username: 'usuario',
          title: 'Seleccioná la página donde tengas una cuenta.',
          sign: 'Ir'
        }
      });

View demo!


Author:

  • Martín Conte Mac Donell (Reflejo@gmail.com)

Design: Federico Abad

Powered by Google Project Hosting