Facebook connect dialog link
-
My site has some restricted pages that can only be accessed by users who log in using Facebook.
How do I link the Facebook connect dialog to those pages?
How should I write the $login_url as?For eg.
if (is_user_logged_in()) {
// logged
$login_url = wp_logout_url(“/”);
} else {
// not logged
// $login_url = “”;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Facebook connect dialog link’ is closed to new replies.