• Hi I would like to use that openid selector javascript thing from idselector.com I am not sure where I should put the code in my wordpress install. I run multiple blogs from one copy of the wp code and not all of them are enabled for openid. I would also like to have an affiliate link to the myopenid signup Please help. I know I’ve seen wordpress blogs that use it.

    https://www.ads-software.com/extend/plugins/openid/

Viewing 2 replies - 1 through 2 (of 2 total)
  • We are certainly aware of the ID Selector, and are looking at adding the option of using it with wp-openid. Because you have to sign-up with idselector.com, it provides a few minor challenges, but we are looking into it.

    I’ve successfully loaded the ID selector widget.

    You can edit interface.php in your openid extension folder. Mine looks like this:

    <p>
                            <label>Or login using your <a class="<?php echo $link_class; ?>" href="https://openid.net/">OpenID</a> url:<br />
                            <input type="text" name="openid_url" id="openid_url" class="input openid_url" value="" size="24" tabindex="25" />
                            </label>
                    </p>
    
                    <!-- BEGIN ID SELECTOR -->
                    <script type="text/javascript" id="__openidselector" src="https://www.idselector.com/selector/[myselector ID ...]" charset="utf-8"></script>
                    <!-- END ID SELECTOR -->

    However, the css is not right. In Firefox and IE, the popup box covers the input box, which prevents you from entering a custom openID not in the list of providers. In Safari it works though.

    I wrote to ID Selector people to see if there is a fix. You can reposition the button, but not the popup box.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘openid selector’ is closed to new replies.