Boobook
Boobook
Description
Boobook, another simple Facebook Connect for WordpPess.
Only the basic :
- Login with a Facebook account
- Create a WordPress user
- Save locally on the server the Facebook picture’s profile as an attachment
- Shortcode or PHP Code to insert the Facebook Connect button wherever you want
- Little widget for the sidebar
Page for the plugin : http://xuxu.fr/2013/12/26/boobook-un-autre-facebook-connect-minimal-pour-wordpress/
You can help me buy some diapers ^_^ : http://goo.gl/SORljr
Installation
- Extract and upload the directory
boobookto the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Create a Facebook Application to get an App ID and an App Secret.
- Go to Settings -> Boobook Config to setup App ID and App Secret.
- Insert a shortcode or the PHP code where you want the facebook connect button to appear.
- Enjoy
Screenshots

Setting the App ID, App Secret and default role for the user connected.

Shortcode to put a Facebook Connect Button in a post or page content.

Example of button insert with a shortcode.

Widget Sidebar : Configuration.

Widget Sidebar : Not Connected.

Widget Sidebar : Connected.

The Facebook profile's picture is saved as a media file.

PHP code to insert the Facebook Connect Button where you want.
Faq
A question that someone might have
An answer to that question.
What about foo bar?
Answer to foo bar dilemma.
Reviews
Changelog
1.21
- Fix bug on uninstall
1.20
- Upgrade Facebook API v2.8
- Translate ready !
- Add French translations
- Clean Boobook options on uninstall
- Can change shortcode and widget button labels
- Update avatar if needed
- Refactoring code
1.13
- Fix bug avatar creation
1.12
- Fix Rewrite rule bug
1.11
- Fix logout url bug
1.10
- Settings : can disable notification by email when a user was created
- Settings : add redirect url after login
- Settings : add redirect url after logout
- add some hooks : boobook_fb_user_profile, boobook_user_created, boobook_user_before_update, boobook_user_avatar_updated, boobook_user_authenticated
- Fix bug cookie when disconnected
- Fix avatar size bug in the admin bar menu
1.01
- Move flush rules
1.0 beta
- Hello world!