Show only friends' comments in Facebook Social comments plugin fb:comments -


if person enters website should see friends'comments in fb:comments social plugin ( https://developers.facebook.com/docs/reference/plugins/comments/ ).

is achievable?

edit

although on documentation of facebook, new version of comments social plugin option found. unless there's metatag not documented allows that, every comment made on comments social plugin public. making comment available friends: is user , privacy settings

moderation tools  admins can choose make default new comments entered either “visible everyone” or “has limited visibility” on site (i.e., comment visible commenter , friends), mitigate irrelevant content.  admins can blacklist words , ban users. if new comment published banned user or contains blacklisted word, comment automatically have limited visibility.  moderate, need list admin. this, include open graph meta tags on url specified href parameter of plugin. these tags must included in <head> of document. include:  <meta property="fb:admins" content="{your_facebook_user_id}"/> add multiple moderators, separate uids comma without spaces.  if site has many comments boxes, recommend specify facebook app id administrator (all administrators of app able moderate comments). doing enables moderator interface on facebook comments plugins administered app id can moderated together. can choose specify either fb:app_id or fb:admins, not both. tag should specified in <head>.  <meta property="fb:app_id" content="{your_application_id}"/> can moderate comments plugin inline. if have specified app id admin, can moderate plugins @ http://developers.facebook.com/tools/comments.  when implement multiple comments boxes on site , tie them using app_id, moderation settings choose apply comments boxes. example, changing moderation setting 'has limited visibility' affect comments boxes under same app_id. if need apply different moderation paradigms in different areas of site, should use 2 or more app_ids. may apply different moderation settings each group of comments boxes. 

source : https://developers.facebook.com/docs/reference/plugins/comments/


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -