Location of Login Button for WordPress.com Single Sign On
-
Hi, I’d like to recommend a minor enhancement to the WordPress.com SSO feature. For some reason this plugin insists on using Javascript to wrap the login button and move it down the very bottom of the #loginform. The standard output from hooking into the ‘wp_login_form’ action is below the user ID and password fields and above the remember me checkbox and login button.
I have other login providers (in my case Facebook and may add Twitter, etc. later) and it looks silly to have login buttons in two different locations on the form. Could you please just output the WordPress.com login button in the default location? Then you can get rid of unnecessary javascript as well and we can even do some styling with simple CSS.
I do get that it makes some sense to locate it at the very bottom like you did, since technically the existing login button goes with the form fields above it… but then WordPress core should send the output from its action after that as well.
Also, if you wanted to keep it at the bottom, wouldn’t it make more sense to do that with some absolute positioning CSS instead of javascript?
Thanks for listening. I know its a small thing, but it would be nice to have things consistent.
- The topic ‘Location of Login Button for WordPress.com Single Sign On’ is closed to new replies.