Title: WP Bootstrap Comments
Author: darrinb
Published: <strong>22 januari 2016</strong>
Last modified: 22 januari 2016

---

Sök tillägg

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

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

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

# WP Bootstrap Comments

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

[Ladda ner](https://downloads.wordpress.org/plugin/wp-bootstrap-comments.0.1.0.zip)

 * [Detaljer](https://sv.wordpress.org/plugins/wp-bootstrap-comments/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/wp-bootstrap-comments/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/wp-bootstrap-comments/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/wp-bootstrap-comments/#developers)

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

## Beskrivning

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

### Användning

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

## Installation

#### 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.

## Vanliga frågor

  Var kan jag få support?

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

  Var kan jag hitta dokumentationen?

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

## Recensioner

Detta tillägg har inga recensioner.

## Bidragsgivare och utvecklare

”WP Bootstrap Comments” är programvara med öppen källkod. Följande personer har 
bidragit till detta tillägg.

Bidragande personer

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

[Översätt ”WP Bootstrap Comments” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/wp-bootstrap-comments)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/wp-bootstrap-comments/),
kika på [SVN-filförvaret](https://plugins.svn.wordpress.org/wp-bootstrap-comments/)
eller prenumerera på [utvecklarloggen](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/)
via [RSS](https://plugins.trac.wordpress.org/log/wp-bootstrap-comments/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

#### 0.1.0

 * Första utgåvan

## Meta

 *  Version **0.1.0**
 *  Senast uppdaterat **10 år sedan**
 *  Aktiva installationer **10+**
 *  WordPress-version ** 2.7 eller senare **
 *  Testat upp till **4.4.34**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/wp-bootstrap-comments/)
 * Etiketter
 * [bootstrap](https://sv.wordpress.org/plugins/tags/bootstrap/)[comments](https://sv.wordpress.org/plugins/tags/comments/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/wp-bootstrap-comments/advanced/)

## Betyg

Än så länge har inga recensioner skickats in.

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

[Se alla recensioner](https://wordpress.org/support/plugin/wp-bootstrap-comments/reviews/)

## Bidragande personer

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

## Support

Har du något att säga? Behöver du hjälp?

 [Visa supportforum](https://wordpress.org/support/plugin/wp-bootstrap-comments/)