2013-03-25 243 views

回答

1

編輯

雖然是Facebook的文檔上,用評論社會插件這個選項是無處新版本被發現。除非有一些metatag沒有記錄,否則每個評論社交插件上的評論都將公開。 每次只提供給朋友們的評論:是由用戶和他的隱私設置

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/

+0

是的,我閱讀文檔,但我沒有找到辦法去做我所需要的。 – 2013-03-26 07:35:08

+0

真的嗎?!你一定是在跟我開玩笑,我甚至引用了說你怎麼能這麼做的文字 – 2013-03-26 09:35:36

+0

對不起,你說得對:)。 – 2013-03-26 10:05:07

0

它實際上仍然可以設置在評論欄中爲「有限能見度」 - 在審覈儀表板的設置>審覈模式下,選擇「讓我批准每條評論,然後出現」。如果你永遠不會批准任何內容,用戶將只能看到朋友的評論。