× Joomla Facebook Connect support forum

Topic-icon Insert Login with facebook in a module

Active Subscriptions:

None
Hi

I read that with version 3 can be included in a module only the button to login with facebook and not all the login form.

Where can I find the code to enter on the form? In my case it is a html form (mod_custom) to insert into a page of the site

Thanks
The topic has been locked.
Support Specialist
15 years 8 months ago #5253 by alzander
The code can be found here. It would need to be in a module that can execute PHP code. I don't believe mod_custom can do this. There's a module called mod_php ( download page, v1.0.0beta2 ). This lets you easily insert custom HTML, javascript and PHP.

Code to add for the Login Button:
www.sourcecoast.com/forums/topic?id=1227

In the very near future, we'll be adding {FBLogin} tag or something similar so that you won't need to mess with PHP and can very easily insert the login button anywhere.
The topic has been locked.