Title: bxSlider integration for WordPress
Author: Vincent Mimoun-Prat
Published: <strong>01.04.2013</strong>
Last modified: 02.03.2015

---

Шукати плагіни

![](https://ps.w.org/bxslider-integration/assets/banner-772x250.png?rev=690529)

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

![](https://ps.w.org/bxslider-integration/assets/icon-256x256.png?rev=984158)

# bxSlider integration for WordPress

 Від автора [Vincent Mimoun-Prat](https://profiles.wordpress.org/vprat/)

[Завантажити](https://downloads.wordpress.org/plugin/bxslider-integration.1.7.2.zip)

 * [Деталі](https://uk.wordpress.org/plugins/bxslider-integration/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/bxslider-integration/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/bxslider-integration/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/bxslider-integration/#developers)

 [Підтримка](https://wordpress.org/support/plugin/bxslider-integration/)

## Опис

bxSlider for WordPress integrates the great responsive content slider [bxSlider jQuery plugin](http://bxslider.com/)
in
 your very own WordPress site. Galleries are turned into beautiful sliders, but
you can also roll you own sliders using special shortcode. The best thing is that
you are not limited to the number of sliders or galleries per page, you can have
as many as you want!

Why should you use this slider? I’ll quote the bxSlider’s website:

 * Fully responsive – will adapt to any device
 * Horizontal, vertical, and fade modes
 * Slides can contain images, video, or HTML content
 * Advanced touch / swipe support built-in
 * Uses CSS transitions for slide animation (native hardware acceleration!)
 * Full callback API and public methods
 * Small file size, fully themed, simple to implement
 * Browser support: Firefox, Chrome, Safari, iOS, Android, IE7+

### Languages

Easy Digital Downloads has been translated into the following languages:

English (and British English)
 German Spanish

Would you like to help translate the plugin into more languages? [Join our WP-Translations

Community
.

### Features

 * [gallery] and [bxgallery] shortcodes
 * [slider] and [bxslider] shortcodes
 * Template functions

#### [gallery] and [bxgallery] shortcodes

You can use the default WordPress `[gallery]` shortcode or use the additional `[
bxgallery]` shortcode to create awesome
 dynamic galleries. These shortcodes take
the following parameters:

 * **ids** _[a comma-separated list of image IDs]_: This is usually inserted for
   you when you create the gallery from the
    media box. If you omit this parameter,
   all the images you have uploaded along with the post will be included in the 
   gallery.
 * **exclude_featured** _[1 or 0]_: if set to 1 and you did not specify specific
   ids as above, the post featured image
    will be excluded from the gallery. If 
   you omit this parameter, it will default to the value set in the plugin settings
   page.
 * **hide_carousel** _[1 or 0]_: if set to 1, the carousel with thumbnails will 
   not be shown. If you omit this
    parameter, it will default to the value set in
   the plugin settings page.
 * **duration** _integer_: the duration of slides in milliseconds
 * **speed** _integer_: the speed of transitions in milliseconds
 * **extra_options** _comma-separated list of javascript options to be passed to
   bxSlider directly_: this allows to
    directly specify some options for bxSlider
   if those options are not yet provided as settings or shortcode parameters by 
   our plugin. For instance: [bxgallery extra_options=”pager: false, “]
 * **transition** _‘fade’, ‘horizontal’ or ‘vertical’_: the type of transition between
   slides
 * **adaptive_height** _[1 or 0]_: if set to 1, the height of the slider/gallery
   will automatically adjust to the content
    of the current slide
 * **auto_start** _[1 or 0]_: if set to 1, the slideshow will automatically start
   after the page has loaded.
 * **shuffle** _[1 or 0]_: if set to 1, the images will be shown in random order

#### [slider] and [bxslider] shortcodes

You can also build your own custom sliders, with any content you’d like in them.

_Here is an example:_

    ```
    [slider]
        This is my first slide. I can contain any html you like.
    [next-slide]
        And the shortcode above has made this text be the second slider.
    [next-slide]
        And thus we are now having the third slide of this slider. Below we close the initial shortcode to notify the end 
        of the slider. Simple, isn't it?
    [/slider]
    ```

The shortcode accepts the following parameters:

 * **duration** _integer_: the duration of slides in milliseconds
 * **speed** _integer_: the speed of transitions in milliseconds
 * **extra_options** _comma-separated list of javascript options to be passed to
   bxSlider directly_: this allows to
    directly specify some options for bxSlider
   if those options are not yet provided as settings or shortcode parameters by 
   our plugin. For instance: [bxgallery extra_options=”pager: false, “]
 * **transition** _‘fade’, ‘horizontal’ or ‘vertical’_: the type of transition between
   slides
 * **adaptive_height** _[1 or 0]_: if set to 1, the height of the slider/gallery
   will automatically adjust to the content
    of the current slide
 * **auto_start** _[1 or 0]_: if set to 1, the slideshow will automatically start
   after the page has loaded.

#### Template functions

The plugin also provides template functions to be used in your theme files. Those
functions are all static methods of
 the class `BXSG_ThemeUtils`. To be safe, in
case the plugin is not active, you should check that the class exists before calling
the functions:

    ```
    <?php 
        if ( class_exists( 'BXSG_ThemeUtils' ) ) {
            // Do something with the BXSG_ThemeUtils class
        } 
    ?>
    ```

_1. Post gallery_

    ```
    <?php BXSG_ThemeUtils::the_post_gallery( array( 
                'exclude_featured' => 1 
            ) ); ?>
    ```

> Hint: you can pass the shortcode parameters as an array to customize the output

## Скріншоти

 * [[

## Встановлення

Nothing special, just upload the files, activate and you can then visit the settings
page if you want. Really, it’s
 just like any other simple plugin.

## Часті питання

  Why isn’t bxSlider’s XXXXX option available in the plugin’s settings page or shortcode?

I have not yet found the use of all the bxSlider options. If you need to access 
any of them, please open a new topic in
 the plugin support forum, I will add that
option as soon as possible.

You can in the meantime use the shortcode parameter “extra_options” (or the setting
to have those parameters set for
 every gallery/slider).

## Відгуки

![](https://secure.gravatar.com/avatar/acfd0149386eb43cc711530cfdec53b68a3e660548cb5d887a84cf8fcad193bf?
s=60&d=retro&r=g)

### 󠀁[Update to work with WordPress 5?](https://wordpress.org/support/topic/update-to-work-with-wordpress-5/)󠁿

 [animalfield](https://profiles.wordpress.org/animalfield/) 26.02.2019

Hi I just updated to Wordpress 5 and the plugin is not working. No errors, but slider
does not display properly. Help?

 [ Прочитати всі 21 відгук ](https://wordpress.org/support/plugin/bxslider-integration/reviews/)

## Учасники та розробники

“bxSlider integration for WordPress” — проект з відкритим вихідним кодом. В розвиток
плагіну внесли свій вклад наступні учасники:

Учасники

 *   [ Vincent Mimoun-Prat ](https://profiles.wordpress.org/vprat/)
 *   [ MarvinLabs ](https://profiles.wordpress.org/marvinlabs/)

[Перекладіть “bxSlider integration for WordPress” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/bxslider-integration)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/bxslider-integration/),
перегляньте [сховище SVN](https://plugins.svn.wordpress.org/bxslider-integration/)
або підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/bxslider-integration/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/bxslider-integration/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

#### 1.7.2 (2015/03/02)

 * New: Better structure for the plugin sources and release system
 * New: Be part of our translator community at wp-translations.org

#### 1.6.0 (2014/05/15)

 * New: Added a parameter to the gallery and bx-gallery shortcodes to specify image
   size and thumbnail size to use (respectively
    defaults to ‘full’ and ‘thumbnail’)

#### 1.5.3 (2014/04/23)

 * New: Tested with WordPress 3.9
 * New: Updated bxSlider script from version 4.1 to version 4.1.2
 * Fix: a javascript syntax error on sliders

#### 1.5.2 (2014/04/10)

 * The sliders get assigned to a JS variable so they can be re-used somewhere else(
   for instance to reload the slider)

#### 1.5.1 (2014/01/17)

 * Added an option to avoid adding the bxSlider javascript when the theme (or another
   plugin) already includes it

#### 1.5.0 (2013/11/06)

 * Added a shortcode to shuffle the gallery images.
 * Fixed URLs when using an alternate wp-content folder

#### 1.4.2 (2013/08/20)

 * Fixed typo in javascript and css links.

#### 1.4.1 (2013/07/29)

 * Fixed bug where some settings from 1.4.0 were switched between slider and gallery
   shortcodes.

#### 1.4.0 (2013/07/17)

 * Added an option to set the duration of slides
 * Added an option to set the speed of transitions
 * Added an advanced option to directly inject javascript bxSlider options

#### 1.3.3 (2013/05/06)

 * Fixed bug with translations not properly loaded
 * Added French translation

#### 1.3.2 (2013/04/30)

 * Updated the documentation

#### 1.3.1 (2013/04/25)

 * Fix for an error occuring on the latest WordPress 3.6 build

#### 1.3.0 (2013/04/11)

 * Added an option and a shortcode parameter to set the transition type (fade/slide
   horizontally/fade vertically)

#### 1.2.0 (2013/04/09)

 * Added an option and a shortcode parameter to enable/disable adaptive height
 * Added an option and a shortcode parameter to enable/disable slideshow automatic
   start

#### 1.1.1 (2013/04/08)

 * Fixed a bug on activation ([function.array-merge]: Argument #2 is not an array
   in bxslider-integration/includes/core-classes/settings.class.php)

#### 1.1.0 (2013/03/29)

 * Added a template function to output the post gallery from within a theme
 * Added an option to exclude the post featured image from its gallery
 * Added a generic slider shortcode
 * Corrected a bug in attachment listing (images incorrectly pulled)

#### 1.0.0 (2013/03/29)

 * First plugin release.
 * Replaces the default WordPress galleries with nice ones using the bxSlider jQuery
   plugin

## Мета

 *  Версія **1.7.2**
 *  Останнє оновлення **11 років тому**
 *  Активних встановлень **500+**
 *  Версія WordPress ** 3.5 або вище **
 *  Tested up to **3.9.40**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/bxslider-integration/)
 * Позначки
 * [bxslider](https://uk.wordpress.org/plugins/tags/bxslider/)[gallery](https://uk.wordpress.org/plugins/tags/gallery/)
   [slider](https://uk.wordpress.org/plugins/tags/slider/)[slideshow](https://uk.wordpress.org/plugins/tags/slideshow/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/bxslider-integration/advanced/)

## Оцінки

 4.4 out of 5 stars.

 *  [  16 5-star reviews     ](https://wordpress.org/support/plugin/bxslider-integration/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/bxslider-integration/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/bxslider-integration/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/bxslider-integration/reviews/?filter=2)
 *  [  2 1-star reviews     ](https://wordpress.org/support/plugin/bxslider-integration/reviews/?filter=1)

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

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

## Учасники

 *   [ Vincent Mimoun-Prat ](https://profiles.wordpress.org/vprat/)
 *   [ MarvinLabs ](https://profiles.wordpress.org/marvinlabs/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/bxslider-integration/)

## Пожертвування

Ви хотіли б підтримати розвиток цього плагіна?

 [ Пожертвувати на розвиток плагіна ](http://www.marvinlabs.com/donate/)