Jump to content

Add social login into jreviews easily


sky

Recommended Posts

Add social login FB, Twitter, GitHub, Google, Microsoft, into jreviews easily. Thanks for Alejandro support for this.

1. Download this free quality plugin https://extensions.joomla.org/extension/akeeba-sociallogin/

2. create override file for /components/com_jreviews/jreviews/views/themes/default/elements/_signup.thtml 

3. add the plugin button codes to the position you like

<?php if (class_exists('Akeeba\\SocialLogin\\Library\\Helper\\Integrations')) 
  echo \Akeeba\SocialLogin\Library\Helper\Integrations::getSocialLoginButtons(cmsFramework::getCurrentUrl()) ?>

 

Link to comment
×
×
  • Create New...