Solution to fix broken links to user
-
Hi,
I noticed that the links to user profiles were broken, and returning an error message “Sorry, this Profile is currently unavailable.”
I fixed this by editing the file ‘add-link-to-facebook-int.php’ and changing the line:
return ‘https://www.facebook.com/profile.php?id=’ . $id;
to:
return ‘https://www.facebook.com/app_scoped_user_id/’ . $id;
Posting here in case it is useful to others!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Solution to fix broken links to user’ is closed to new replies.