gravatar

Ngejajal

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 yourselfas an admin. To do this, simply includeopen graph meta tags on the URL specified as the href parameter of the plugin. Include:

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 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 shoulduse two or more app_ids. You may then apply different moderation settings each group of comments boxes.
FAQ
How do I access the number of comments left of my page?
The fb:comments-count tag will emit the number of comments on your URLin a tag. You can then style this however appropriate to match your site. For example, to show the number of comments on example.com:.
awesome comments
Will emit:
18642 awesome comments
You can also load an iframe from Facebook which will display the number of comments with a link to your URL. For example, this shows thenumber of comments for example.com.
Lihat ke-18.642 komentar
The number of comments left on a particular URL can be accessed via the Graph API. For example, the number of comments on example.comis the 'comments' field of: https://graph.facebook.com/?ids=http://example.com/ .
You can also use the comment FQL table .
How do I know when someone comments on my site?
You can subscribe to the 'comment.create' and 'comment.remove' events through FB.Event.subscribe .
What does the grammar filter do?
*. Adds punctuation (e.g. periods at the end of sentences)
*. Trims extra whitespace
*. Auto cases words (e.g. capitalize thefirst word of a sentence)
*. Expands slang words (e.g. plz becomes please)
*. Adds a space after punctuation (e.g.Hi,Cat would become Hi, Cat)
*.
Fix common grammar mistakes (e.g. convert ‘dont' to ‘don’t’)
You can enable the grammar filter from the settings section of the plugin.
How do I access the comments left on my site?
The comments for every URL can be accessed via the graph API. Simply go to: https://graph.facebook.com/comments/?ids={YOUR_URL} .
For example, the comments on this URL can be accessed via: https://graph.facebook.com/comments/?ids=http://developers.facebook.com/docs/reference/plugins/comments .

Artikel Terkait by Categories



Widget by gokillsakti

Bagikan

Sorotan

Total Tayangan Halaman