人が私のウェブサイトに入ると、fb:commentsソーシャルプラグイン(https://developers.facebook.com/docs/reference/plugins/comments/)に友達のコメントだけが表示されます。
これは達成可能ですか?
人が私のウェブサイトに入ると、fb:commentsソーシャルプラグイン(https://developers.facebook.com/docs/reference/plugins/comments/)に友達のコメントだけが表示されます。
これは達成可能ですか?
編集
Facebookのドキュメントにありますが、コメントソーシャルプラグインの新しいバージョンでは、このオプションはどこにも見つかりません。それを可能にする文書化されていないメタタグがない限り、コメントソーシャルプラグインに加えられたすべてのコメントは公開されます。コメントを友達だけが利用できるようにする:ユーザーとそのプライバシー設定次第
Moderation tools
Admins can choose to make the default for new comments entered either “visible to everyone” or “has limited visibility” on the site (i.e., the comment is only visible to the commenter and their friends), to help mitigate irrelevant content.
Admins can also blacklist words and ban users. If a new comment is published from a banned user or contains a blacklisted word, this comment will automatically have limited visibility.
To moderate, you need to list yourself as an admin. To do this, simply include open graph meta tags on the URL specified as the href parameter of the plugin. These tags must be included in the <head> of the document. Include:
<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
To add multiple moderators, separate the uids by comma without spaces.
If your site has many comments boxes, we strongly recommend you specify a Facebook app id as the administrator (all administrators of the app will be able to moderate comments). Doing this enables a moderator interface on Facebook where comments from all plugins administered by your app id can be easily moderated together. You can choose to specify either fb:app_id or fb:admins, but not both. This tag should be specified in the <head>.
<meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/>
You can moderate comments from just this plugin inline. If you have specified your app id as the admin, you can moderate all your plugins at http://developers.facebook.com/tools/comments.
When you implement multiple comments boxes on your site and tie them together using an app_id, the moderation settings you choose will apply to all your comments boxes. For example, changing the moderation setting to 'has limited visibility' will affect all comments boxes under the same app_id. If you need to apply different moderation paradigms in different areas of your site, you should use two or more app_ids. You may then apply different moderation settings each group of comments boxes.
ソース:https ://developers.facebook.com/docs/reference/plugins/comments/
コメントボックスを「表示が制限されている」に設定することも実際には可能です。モデレートダッシュボードの[設定]>[モデレートモード]で、[各コメントが表示される前に承認する]を選択します。何も承認しない場合、ユーザーは友達のコメントしか見ることができません。