# Simple Login with Social Media for Wordpress

Simple Login with social media is plugin that helps you to create a link in your nav bar, so users can sign in
to Wordpress without the need for a password.


## Requirements

1. A domain name (since Facebook SDK needs it)
2. Sever with Apache/NGINX installed.
3. PHP & MYSQL (MARIADB) installed.
4. Wordpress installed.
5. Composer & Facebook SDK installed.

## Installation

You may download this poject straight to your ``` /wp-content/plugins/simple-login-with-socia-media ``` directory (later on we will have this project on wordpress plugin system).

## Usage

* First make sure you have your facebook app ready [https://developers.facebook.com/]
* Install the plugin on your wordpress plugin folder
* Activate the plugin and provide info plugin is requesting.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

GNU General Public License v2.0 or later

Copyright (C) 2020 Luis Gabriel Rodriguez Sandino.

Simple Login with FB is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
any later version.

Simple Login with FB is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Simple Login with FB. If not, see [GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
