Topic-icon How can I use a custom fb button?

Active Subscriptions:

None
10 years 7 months ago #36078 by sulkazi
Hello, I like the small buttons placed in the sc-login module etc the way that they are now. But there is one instance where I would like to use a very large FB call to action button. I've created a test page with a module that I would like to include on our homepage. This illustrates what I am looking to do. Any advice?

www.healthylivingct.com/test-page

Thanks for any help you can provide. Great job on 5.1.0 ! I have had no issues with it yet!
The topic has been locked.
Support Specialist
10 years 7 months ago #36083 by alzander
Scott,
Very glad to hear 5.1.0 is doing well for you. There was a ton of effort put into it to make sure it improved usability while adding some awesome new features... It's been a very smooth release so far, and we're very excited to gear up the promotion engine to make sure every knows its out next week. With that said, there was a v5.1.1 release earlier today with some minor bug fixes.. just so you know.

For the image button, we've tried to make it super simple. Just use the HTML below:
<a href="javascript:void(0)" onclick="jfbc.login.facebook();"><img src="/your-image-here.jpg" /></a>
When you're ready for a Google button, just update jfbc.login.facebook() to jfbc.login.google. When Twitter comes out, I'm sure you can imagine what the update should be then too :)

Let me know if that helps or you run into any issues.

Thanks,
Alex
The topic has been locked.