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

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# bSocial comments

 [Casey Bisson](https://profiles.wordpress.org/misterbisson/) tarafından

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

 * [Detaylar](https://tr.wordpress.org/plugins/bsocial-comments/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/bsocial-comments/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/bsocial-comments/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/bsocial-comments/#developers)

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

## Açıklama

 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 );
 `

## Yükleme

 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!

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“bSocial comments” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

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

[“bSocial comments” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/bsocial-comments)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/bsocial-comments/),
[SVN deposuna](https://plugins.svn.wordpress.org/bsocial-comments/) göz atın ya 
da [RSS](https://plugins.trac.wordpress.org/log/bsocial-comments/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/bsocial-comments/)
abone olun.

## Meta

 *  Sürüm **1.0**
 *  Son güncelleme **12 yıl önce**
 *  Etkin kurulumlar **10dan fazla**
 *  WordPress sürümü ** 4.0 veya üstü **
 *  Test edilen sürüm **4.0.38**
 *  Dil
 * [English (US)](https://wordpress.org/plugins/bsocial-comments/)
 * Etiketler
 * [bSuite](https://tr.wordpress.org/plugins/tags/bsuite/)[comments](https://tr.wordpress.org/plugins/tags/comments/)
   [featured comments](https://tr.wordpress.org/plugins/tags/featured-comments/)
   [flags](https://tr.wordpress.org/plugins/tags/flags/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/bsocial-comments/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/bsocial-comments/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/bsocial-comments/)