× Joomla Facebook Connect support forum

Topic-icon Show a link to go back to facebook

Active Subscriptions:

None
Hi I would like to show a button to users who are login using facebook. That will allow them to click the logo and go to facebook.com

Is there a PHP script that i can use, I want to show this button to ONLY facebook users not to the whole site.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #476 by russellharrower
Any one?
The topic has been locked.
Support Specialist
15 years 1 month ago #489 by alzander
We're working on a 'quick' development guide that may help you to do this. There's no script already made for it, but something like the below should work if you're up for putting it in your site.
require_once (JPATH_ROOT.DS.'components'.DS.'com_jfbconnect'.DS.'helpers'.DS.'facebookhelper.php');
$fbClient = JFBConnectFacebookHelper::getFbClient();
if ($fbClient->user != null)
{
   <a href="http&#58;//www.facebook.com/">GO TO FACEBOOK</a>
}

This isn't tested, but let us know how it goes and we should be able to help.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #494 by russellharrower
Works like a charm.
I will design a button for it, and post it on here for every one.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #497 by russellharrower
here is a quick facebook image, I just took the long connect to facebook and cut out the connect with part.
The topic has been locked.