View on GitHub

webtrees-Facebook

Facebook integration for webtrees genealogy software

Download v1.0-beta.6 as a .zip file Download v1.0-beta.6 as a tar.gz file

webtrees Facebook Module

Facebook integration for webtrees genealogy software.

All of the authentication is done on the server-side so no external JavaScript files are needed.

See how easy it is for a pre-approved Facebook account to login for the first time:

Screenshots

Screenshot of the configuration page Screenshot of the login button

Requirements

Installation

  1. Install the module by extracting/cloning the directory with the name facebook inside /modules_v3/.
  2. In the 'administration' section of your webtrees site, visit the 'Modules' page and check the box to enable the 'Facebook' module and then click 'Save'.
  3. If you don't have a Facebook Developer account, create one at https://developers.facebook.com/.
  4. If you don't already have a Facebook application setup for the site, visit https://developers.facebook.com/apps/ and set one up by clicking 'Create a New App' from the Apps menu and specify a 'Display Name' and 'Category'.
    • Once the App is created, click the 'Settings' menu and put your domain name (e.g. example.com) in the 'App Domains' field.
    • Click 'Add platform', choose 'Website' and enter your 'Site URL' (e.g. http://example.com).
    • Click 'Save Changes'.
  5. Specify the Facebook API App ID and Secret at {WEBTREES_ROOT}/module.php?mod=facebook&mod_action=admin which is accessible as a 'Facebook' link from the bottom of the administration menu.

Known Issues