Allow users to use OpenID

What is Open-selector?

Open-selector is an easy to install helper for your regular OpenID login box. I created this because the continous issues with users that don't know what OpenID is or how to use it.

Enhance your OpenID Login form

Installation

Just include open-selector.js to your page and call the init()

<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/open-selector.js"></script>
<script type="text/javascript">
   // ID for the OpenID form 
    open_selector.openid_form_id= 'openid_form';
    // ID for the OpenID URL box
    open_selector.openid_box_id= 'openid_url';
    open_selector.init();
</script>

It depends on JQuery.

More details in the Documentation page