Github Client ID can be generated by following these steps.
- Navigate to GitHub Developer Settings: OAuth Apps and login to your Github account.
- Click Register a new application button
- While setting up your app, use the following settings
Homepage URL: Url of the homepage of your website
Authorization callback URL: Save exactly the following url in this option where
HOMEPAGE_URL is the url of the homepage of your website
If using Super Socializer plugin:
HOMEPAGE_URL/SuperSocializerAuth/Github
If using Heateor Social Login plugin:
HOMEPAGE_URL/HeateorSlAuth/Github
For example, if url of the homepage of your website is https://yourwebsite.com, save https://yourwebsite.com/SuperSocializerAuth/Github or https://yourwebsite.com/HeateorSlAuth/Github in this option
- Copy the Client ID and Client Secret and save these in the Github Client ID and Github Client Secret options at the Social Login options page in the admin area.