Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP-FBConnect Plugin


Wcastillo
Participant

@wcastillo

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;”>

Invita a tus amigos!

</p>

<?php

}

}

?>

Skip to toolbar