Title: WP Bootstrap Comments
Author: darrinb
Published: <strong>22.01.2016</strong>
Last modified: 22.01.2016

---

Търсене на разширения

![](https://ps.w.org/wp-bootstrap-comments/assets/banner-772x250.jpg?rev=1333376)

Това разширение **не е обновявано повече от 2 години**. Може вече да не се поддържа
и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-bootstrap-comments_29333c.svg)

# WP Bootstrap Comments

 От [darrinb](https://profiles.wordpress.org/dbmartin/)

[Изтегляне](https://downloads.wordpress.org/plugin/wp-bootstrap-comments.0.1.0.zip)

 * [Детайли](https://bg.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [Оценки](https://bg.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [Инсталиране](https://bg.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [Разработка](https://bg.wordpress.org/plugins/wp-bootstrap-comments/#developers)

 [Поддръжка](https://wordpress.org/support/plugin/wp-bootstrap-comments/)

## Описание

A comment Walker class that creates native WordPress comment lists using Bootstrap
Media Object markup/classes. See: http://getbootstrap.com/components/#media

For support and official documentation see the plugin’s home page here: http://darrinb.
com/plugins/wp-bootstrap-comments

### Приложение

Add a call to the `WP_Bootstrap_Comments_Walker()` class in `wp_list_comments()`
in your `comments.php` template.

    ```
    <?php
       wp_list_comments( array(
          'style'       => 'div',
          'short_ping'  => true,
          'avatar_size' => 42,
          'walker' => new WP_Bootstrap_Comments_Walker(),
       ) );
    ?>
    ```

To use Bootstrap’s native media list styling change `<ol class="comment-list">` 
to `<ul class="media-list">`.

    ```
    <ul class="media-list">
        <?php
            wp_list_comments( array(
                'style'       => 'ul',
                'short_ping'  => true,
                'avatar_size' => 42,
                'walker' => new WP_Bootstrap_Comments_Walker(),
            ) );
        ?>
    </ul><!-- .media-list -->
    ```

## Инсталиране

#### From the WordPress.org plugin repository:

 * Download and install using the built in WordPress plugin installer.
 * Activate in the „Plugins“ area of your admin by clicking the „Activate“ link.
 * No further setup or configuration is necessary.

#### From GitHub:

 * Download the [latest stable version] (https://github.com/dboutote/WP-Bootstrap-
   Comments/archive/master.zip).
 * Extract the zip folder to your plugins directory.
 * Activate in the „Plugins“ area of your admin by clicking the „Activate“ link.
 * No further setup or configuration is necessary.

## ЧЗВ

  Where can I get support?

The plugin’s official page: http://darrinb.com/plugins/wp-bootstrap-comments

  Where can I find documentation?

http://darrinb.com/plugins/wp-bootstrap-comments

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“WP Bootstrap Comments” е софтуер с отворен код. Към разширението са допринесли 
следните хора:

Сътрудници

 *   [ darrinb ](https://profiles.wordpress.org/dbmartin/)

[Превеждане на “WP Bootstrap Comments” на вашия език.](https://translate.wordpress.org/projects/wp-plugins/wp-bootstrap-comments)

### Имате интерес към разработване?

[Преглеждане на кода](https://plugins.trac.wordpress.org/browser/wp-bootstrap-comments/),
разглеждане на [SVN хранилище](https://plugins.svn.wordpress.org/wp-bootstrap-comments/),
или абонамент към [програмната история (log)](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/)
чрез [RSS](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/?limit=100&mode=stop_on_copy&format=rss).

## Списък с промени

#### 0.1.0

 * Initial release

## Мета

 *  Version **0.1.0**
 *  Last updated **Преди 10 години **
 *  Active installations **20+**
 *  WordPress version ** 2.7 или по-висока **
 *  Tested up to **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * Tags
 * [bootstrap](https://bg.wordpress.org/plugins/tags/bootstrap/)[comments](https://bg.wordpress.org/plugins/tags/comments/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/wp-bootstrap-comments/advanced/)

## Оценки

No reviews have been submitted yet.

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

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

## Сътрудници

 *   [ darrinb ](https://profiles.wordpress.org/dbmartin/)

## Поддръжка

Имате да кажете нещо? Имете нужда от помощ?

 [Разглеждане на форумите за поддръжка](https://wordpress.org/support/plugin/wp-bootstrap-comments/)