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

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# bSocial comments

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

[Download](https://downloads.wordpress.org/plugin/bsocial-comments.zip)

 * [Details](https://wordpress.org/plugins/bsocial-comments/#description)
 * [Reviews](https://wordpress.org/plugins/bsocial-comments/#reviews)
 *  [Installation](https://wordpress.org/plugins/bsocial-comments/#installation)
 * [Development](https://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!

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“bSocial comments” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ 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/)

[Translate “bSocial comments” into your language.](https://translate.wordpress.org/projects/wp-plugins/bsocial-comments)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bsocial-comments/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bsocial-comments/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bsocial-comments/)
by [RSS](https://plugins.trac.wordpress.org/log/bsocial-comments/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0**
 *  Last updated **12 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **4.0.38**
 * Tags
 * [bSuite](https://wordpress.org/plugins/tags/bsuite/)[comments](https://wordpress.org/plugins/tags/comments/)
   [featured comments](https://wordpress.org/plugins/tags/featured-comments/)[flags](https://wordpress.org/plugins/tags/flags/)
 *  [Advanced View](https://wordpress.org/plugins/bsocial-comments/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/bsocial-comments/reviews/)

## Contributors

 *   [ 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

Got something to say? Need help?

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