I would like to as how can we have the login similar to the stackoverflow openid using drupal 7? In stackoverflow, we have various login options like facebook, google, etc, the image is show to choose various accounts. But I tried for drupal 7, only the 'Log in using OpenID' is shown beneath the login options. How do I show the multiple account options besides 'Log in using OpenID'.

link|improve this question
feedback

closed as not a real question by casperOne Apr 3 at 12:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

Use the Janrain/RPX Module.

link|improve this answer
Thanks for the advice. Interesting service seems to be Janrain, it's paid but if works as it says then it's a very good price for commercial sites. Thanks a lot! – Beto Aveiga May 14 at 5:05
feedback
  1. Create some HTML that shows the OpenID providers that you want to mention explicitly.
  2. Create some JavaScript that fills in the text input field when clicking on the OpenID provider in the HTML.
  3. Wrap it into a Drupal module.
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.