Title: bSocial comments
Author: Casey Bisson
Published: <strong>4 novembre 2014</strong>
Last modified: 4 novembre 2014

---

Recherche d’extensions

Cette extension **n’a pas été testée avec plus de trois mises à jour majeures de
WordPress**. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes
de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

![](https://s.w.org/plugins/geopattern-icon/bsocial-comments.svg)

# bSocial comments

 Par [Casey Bisson](https://profiles.wordpress.org/misterbisson/)

[Télécharger](https://downloads.wordpress.org/plugin/bsocial-comments.zip)

 * [Détails](https://fr.wordpress.org/plugins/bsocial-comments/#description)
 * [Avis](https://fr.wordpress.org/plugins/bsocial-comments/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/bsocial-comments/#installation)
 * [Développement](https://fr.wordpress.org/plugins/bsocial-comments/#developers)

 [Support](https://wordpress.org/support/plugin/bsocial-comments/)

## Description

 1. This section needs development.
 2. Adds featured comments selected by editors
 3. Adds ability for users to flag comments
 4. Adds ability for users to fave comments
 5. Adds support for registering new comment types and statuses, similar to WP core’s`
    register_post_type()`, see the section on registering custom comment types

#### History

Featured comments were originally introduced in bSocial ([plugin repo](https://wordpress.org/plugins/bsocial/),
[github](https://github.com/misterbisson/bsocial)), but have moved here. New bSocial
commenting features will be developed in this plugin.

#### In the WordPress.org plugin repo

Eventually here: https://wordpress.org/plugins/bsocial-comments/

#### Fork me!

This plugin is on Github: https://github.com/misterbisson/bsocial-comments

#### Build status

[Master build status at Travis-CI](https://travis-ci.org/misterbisson/bsocial-comments):
[](https://travis-ci.org/misterbisson/bsocial-comments)

### Registering custom comment types

Custom comment types

    ```
    `php
    ```

$args = array(
 ‘labels’ => array( ‘name’ => ‘Faves’, ‘singular_name’ => ‘Fave’,‘
edit_item’ => ‘Edit Fave’, ‘update_item’ => ‘Update Fave’, ‘view_item’ => ‘View 
Fave’, ‘all_items’ => ‘All Faves’, ), ‘description’ => ‘Comment faves’, ‘public’
=> TRUE, ‘show_ui’ => TRUE, ‘admin_actions’ => array( ‘trash’, ‘untrash’, ‘delete’),‘
statuses’ => array( ‘feedback’, ‘trash’, ), );

bsocial_comments()->register()->comment_type( ‘fave’, $args );
 `

Custom comment statuses

    ```
    `php
    ```

$args = array(
 ‘label’ => ‘Feedback’, ‘label_count’ => _n_noop( ‘Feedback (%s)’,‘
Feedback (%s)’ ), ‘status_links_show’ => TRUE, ‘include_in_all’ => FALSE, );

bsocial_comments()->register()->comment_status( ‘feedback’, $args );
 `

## Installation

 1. Place the plugin folder in your `wp-content/plugins/` directory and activate it.
 2. Use the default options, or filter `go_config` to return the options you want (
    when the second arg = `bsocial-comments`).
 3. Have fun, feature some comments!

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« bSocial comments » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ Casey Bisson ](https://profiles.wordpress.org/misterbisson/)
 *   [ methnen ](https://profiles.wordpress.org/methnen/)
 *   [ Matthew Batchelder ](https://profiles.wordpress.org/borkweb/)
 *   [ camwyn ](https://profiles.wordpress.org/camwyn/)

[Traduisez « bSocial comments » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/bsocial-comments)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/bsocial-comments/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/bsocial-comments/), ou
s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/bsocial-comments/)
par [RSS](https://plugins.trac.wordpress.org/log/bsocial-comments/?limit=100&mode=stop_on_copy&format=rss).

## Méta

 *  Version **1.0**
 *  Dernière mise à jour **il y a 12 ans**
 *  Installations actives **Moins de 10**
 *  Version de WordPress ** 4.0 ou plus **
 *  Testé jusqu’à **4.0.38**
 *  Langue
 * [English (US)](https://wordpress.org/plugins/bsocial-comments/)
 * Étiquettes
 * [bSuite](https://fr.wordpress.org/plugins/tags/bsuite/)[comments](https://fr.wordpress.org/plugins/tags/comments/)
   [featured comments](https://fr.wordpress.org/plugins/tags/featured-comments/)
   [flags](https://fr.wordpress.org/plugins/tags/flags/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/bsocial-comments/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

[Your review](https://wordpress.org/support/plugin/bsocial-comments/reviews/#new-post)

[Voir tous les avis](https://wordpress.org/support/plugin/bsocial-comments/reviews/)

## Contributeurs

 *   [ Casey Bisson ](https://profiles.wordpress.org/misterbisson/)
 *   [ methnen ](https://profiles.wordpress.org/methnen/)
 *   [ Matthew Batchelder ](https://profiles.wordpress.org/borkweb/)
 *   [ camwyn ](https://profiles.wordpress.org/camwyn/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/bsocial-comments/)