Link to home
Start Free TrialLog in
Avatar of yarekGmail
yarekGmail

asked on

facebook comments plugin

Hello experts,

I have a website where people can register and login.
I have put the facebook comments in their loggedon page, so other people can post comments.
(https://developers.facebook.com/docs/reference/plugins/comments/)

Trouble is : all comments are mixed for all users.
Is it possible to have only comments for eached user, so 1 user can only see comments about him and not comments about other users ?

regards
Avatar of Jonathan Woods
Jonathan Woods
Flag of United States of America image

I believe you would have to create a database of all users that are present or would be using this then assign permissions based on the given user profile... Maybe an auto directory creator "when xx user logs in or posts, auto add to master DB.   ???
Avatar of yarekGmail
yarekGmail

ASKER

of course I have the database already created.
But how to filter the facebook comment plugin / user ?
Let say I am logged on as John.
I enter James page on the site and I post a FB comment ONLY about James.

When James logs on he only sees FB comments ONLY about him.
Now I have a global FB comment so anyone can post Global comments.

regards
You may look at the code built in WP and see if you can toggle that around. I will keep my ears open for you.

http://wordpress.org/support/topic/show-only-comments-by-specific-registered-user
I am talking about FACEBOOK, not WORDPRESS
Just trying to give some ideas. I know you are speaking about FACBOOK and not WORDPRESS, My ref was to show you code any maybe manipulate it to work inside what your doing.

Good Luck with it. You may also want to respond to posts in easier manner
ASKER CERTIFIED SOLUTION
Avatar of StingRaY
StingRaY
Flag of Thailand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial