Forum
Welcome, Guest
Please Login to access forum.
Re:Is there way that I can trigger FB login programmatically ? (1 viewing) 
Go to bottom
TOPIC: Re:Is there way that I can trigger FB login programmatically ?
#7541
robust65
Fresh Boarder
Posts: 19
User Offline
Is there way that I can trigger FB login programmatically ? Karma: 0  
Hi,
Is it possible for me to trigger FB login when user click on the shopping car button?
Could you show me how to do it by some sample code?

Thanks in advance
Best regards
 
Logged Logged  
  The administrator has disabled public write access.
#7542
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Is there way that I can trigger FB login programmatically ? Karma: 79  
Hi,

you need to call the javascript function 'fblogin' on a button click.

If you inspect the module login button you will see it.

Code:

<a href="javascript:void(0);" onclick="fblogin();return false;" class="ifbl_fbloginbutton">...</a>
Best regards
 
Logged Logged  
  The administrator has disabled public write access.
Go to top