Adds a single-click seamless Facebook Connect -based registration/login to your bbPress. The user is not bothered with anything extra, and is automatically logged in right after accepting the Facebook authorization popup.
DEMO SITE: http://moogie.idle.fi/bbpress-demo/
Very simple installation, at minimum only two changes required on your blog:
- edit the theme header.php, and add the facebook xmlns param to the
<html>tag - edit the theme, and place
<?php fb_login_button(); ?>where you want the login button to appear
A Facebook Application ID and Secret is obviously required, as the Facebook Connect requires these.
Other features:
- Facebook Avatars are displayed automatically (if avatars are enabled in your bbPress settings)
- No unnecessary registration email spam is sent to the user.
- Disables password edit for facebook connected users; the random password assigned to the account is never used
- Select how users Display Name is set from Facebook (Full Name, First Name or Last Name)
- (optional) Disables profile edit for facebook connected users
- (optional) Request users email address from facebook. If disabled, a dummy email is set for the user.
- (optional) Hide "You must login" from post form, which leads to the traditional login form. This would confuse Facebook Connected users, as they cannot login traditionally.
- Select how to initialize Facebook Javascript SDK - automatically (when needed), always or never. Can solve conflicts with other plugins/themes using the Facebook SDK.
