|
I would like to add a link to Facebook authentication to the header links (to the left of the "login" link, and only visible when the user is not authenticated). The behavior of the link should be the same as the Facebook button with is currently included in the signin page (together with the Google, Yahoo, etc. buttons). How can I do that ? Thanks! |
|
You can add the Facebook login button just going to the account login page (for example: http://meta.osqa.net/account/signin/) and copying the javascript code that starts with:
And ends with:
Then paste it into header.html below this code:
And surrounded by:
and:
|
|
Hi, thanks for the reply, the problem is that I would like to use my custom buttons. You can see here. And with the facebook label Right now, I have in header.html:
But It does not work, I get this error in /count/login:
I've tried the code above and I get a working button.. but the button mirrors itself and I've tried everything to remedy. Any ideas? Here's my site.
(24 Jan, 21:18)
andi
|

I see you solved it, can you explain how?