_social.php
This is a PRO Feature.
The file /conf/_social.php
sets the configuration of social network providers available to b2evo users. Though configuration for some common social network providers is already defined in this file by default, you will still need to supply the API key + secret for each provider.
The configuration for each social network provider typically includes:
- enabled: indicates whether the social network provider should be made available to users.
- keys: an array of application ID and secret:
- id: social network application ID.
- secret: social network application secret or password
- See: Getting a Google API key, Getting a GitHub API key…
- icon_name: name of Font Awesome icon to use
- bg_color: hex value of background color associated with the social network provider. Typically used when generating login buttons.
- text_color: hex value of text color associated with the social network provider. Typically used when generating login buttons.
- icon_color: hex value of color value associated with the icon of the social network provider.
Thanks for this CMS!
How I can use Social Login Plugin?
It is normal I have not a file /conf/_social.php?
What I can to do to start using a social login for my site?