OpenID Module for Drupal 7

I would like, how can we have a login similar to stackoverflow openid using drupal 7? In stackoverflow, we have various login options, such as facebook, google, etc. The image displays various accounts. But I tried for drupal 7, only "Login using OpenID" is shown below login options. How to show multiple account options besides "Log in using OpenID".

+7
source share
2 answers
+6
source
  • Create HTML code that shows the OpenID providers that you want to explicitly specify.
  • Create JavaScript that populates the text input field when you click on the OpenID provider in HTML.
  • Insert it into the Drupal module.
+1
source

All Articles