Re: BP-FBConnect Plugin
Oh! I forgot step 3…
I added a text widget that shows the Invite Friends Page… and it is shown only when the current user is a facebook user:
<?php
if (function_exists(‘fbc_facebook_client’)) {
$fbuid = fbc_facebook_client()->get_loggedin_user();
if ($fbuid) {
?><p style=”text-align: right; margin-right: 5px;”>
</p>
<?php
}
}
?>