• coronag

    (@coronag)


    1/ Adding shortcode to use in themes :
    add_shortcode(‘sc_render_login_form_SocialAuth_WP_front’, ‘sc_render_login_form_SocialAuth_WP’)

    2/ function “sc_render_login_form_SocialAuth_WP” => add “apply_filter” on images url used => to allow changing images used for login buttons (for example having an array with “name” => url ( “linkedin” => …, …) to easily modify each of them in a theme.

    3/ To be able to display one connect button at a time in a theme.

    4/ to be able to change permissions (ex: facebook “scope”) to use facebook js sdk in themes

    https://www.ads-software.com/extend/plugins/socialauth-wp/

  • The topic ‘Suggestions for future versions (updated)’ is closed to new replies.