Configure Facebook,Twitter & Google


Note: We also support other websites, do let us know if more are required.

  1. Enable uni_login plugin from the backend.
  2. open sys/Ext/hybridauth/config.php and add the required id, key or secret.


Registering Application with Facebook


  1. Go to https://developers.facebook.com/apps and create a new application by clicking "Create New App".
  2. Fill out any required fields such as the application name and description.
  3. Put your website domain in the Site Url field.
  4. Once you have registered, copy and past the created application credentials (App ID and Secret) into the config.php file.


Registering Application with Twitter


  • Go to https://dev.twitter.com/apps and create a new application.
  • Fill out any required fields such as the application name and description.
  • Put your website domain in the Website field.
  • Provide this URL as the Callback URL for your application:
       http://MY_FORUM.com/index.php?u=/uni_login/authorize&hauth.done=Twitter.
  • Once you have registered, copy and past the created application credentials (Consumer Key and Secret) into the config.php file.

  • Registering Application with Google


    1. Go to https://console.developers.google.com and create a new project.
    2. Go to Crendentials under API & AUTH. After that click on Create new client ID to create a new application.
    3. A pop-up named "Create Client ID" will appear, fill out any required fields such as the application name and description.
    4. Click on Next.
    5. On the popup set Application type to Web application and switch to advanced settings by clicking on (more options).
    6. Provide this URL as the Callback URL for your application:
      http://MY_FORUM.com/index.php?u=/uni_login/authorize&hauth.done=Google
    7. Once you have registered, copy and past the created application credentials (Client ID and Secret) into the config.php file.

    © CODOFORUM 2025. All Rights Reserved.