Hi,
I started using facebook login plugin.
https://wordpress.org/plugins/wp-facebook-login/
Plugin auto pastes the button on the wp-login.php
BUT
Can you please help me where i can paste the
<?php do_action('facebook_login_button');?>
on the login/register popup link at the top bar?
Thanks and regards.
Korhan
Hello,
If you want to add the button in the top bar, then you need to edit this file:
http://screencast.com/t/Gvt0SmsS
Thank you!
Hello again,
Ok, I decided to use the wp-fb-autoconnect plugin at:
http://www.justin-klein.com/projects/wp-fb-autoconnect/#support
They say that i need to add this code:
jfb_output_facebook_btn();
I cant get it to work and don’t know where to paste the code on the top-menu.php file!
I need the facebook login button both on the login and register parts.
Please help!
PS- on the plugin support page there is this note:
If you end up with a nonfunctional button, most likely you’re on a page that doesn’t call wp_footer so you’ll need to explicitly call one or both of these yourself.
