Skip to content

Instantly share code, notes, and snippets.

@technoknol
Created January 27, 2014 06:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save technoknol/8644181 to your computer and use it in GitHub Desktop.
Save technoknol/8644181 to your computer and use it in GitHub Desktop.
wordpress login with social sites
<?php
/*****************************
This is a tweak to customize your wordpress login to allow login with Other Social Sites like Google,Facebook,Twitter,LinkedIn etc...
**********************************/
// To enable social logins in your wordpress website
// Here some handy plugins available.
WordPress Social Login (http://wordpress.org/extend/plugins/wordpress-social-login/)
Social Login (http://wordpress.org/extend/plugins/oa-social-login/)
Social Login for WordPress (http://wordpress.org/extend/plugins/loginradius-for-wordpress/)
Google Apps Login (http://wordpress.org/plugins/google-apps-login/)
Social Login (http://wordpress.org/plugins/oa-social-login/)
Social Connect (http://wordpress.org/plugins/social-connect/)
// Some More
Simple Facebook Connect
Simple Twitter Connect
Simple Google Connect
WP Google Plus Connect
Source : http://wp.smashingmagazine.com/2012/05/29/login-wordpress-using-social-network/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment