Title: Word Switcher
Author: Bilal Akil
Published: <strong>2017-12-09</strong>
Last modified: 2017-12-21

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Word Switcher

 Autor: [Bilal Akil](https://profiles.wordpress.org/bilalakil/)

[Pobierz](https://downloads.wordpress.org/plugin/word-switcher.0.1.1.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/word-switcher/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/word-switcher/#reviews)
 * [Rozwój](https://pl.wordpress.org/plugins/word-switcher/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/word-switcher/)

## Opis

This plugin facilitates the usage of this Word Switcher JavaScript tool: https://
bitbucket.org/bilalakil/word-switcher

It creates a [word-switcher] shortcode where you can specify values for the tool’s
parameters and, of course, the words themselves, along with a fallback value to 
be displayed while the tool is being loaded or if it fails to load. When the page
is loaded the fallback content will be replaced with a word switcher.

Bring your own animations – it’s as easy as adding a couple of lines of CSS in the
Customizer. It also adds the `wordSwitcher` JavaScript function to the global scope
so you can do whatever you like with it.

Full usage example:

    ```
    Hello [word-switcher words="world, people, friends, everybody, mate" switchDelay="1000" random="true" animationDuration="null" className="hello-world-switcher"]world[/word-switcher]
    ```

This can be accompanied by the following CSS (which you can insert straight into
the Customizer) to simply fade the switching words in and out:

    ```
    .hello-world-switcher-enter-active, .hello-world-switcher-leave-active {
      transition: opacity 1s
    }
    .hello-world-switcher-enter, .hello-world-switcher-leave-to {
      opacity: 0
    }
    ```

Read the JavaScript tool’s documentation for more information regarding the parameters
and their default values, and how to use the animation classes (as inspired and 
imitated from the awesome Vue.js).

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Word Switcher” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

 *   [ Bilal Akil ](https://profiles.wordpress.org/bilalakil/)

[Przetłumacz wtyczkę “Word Switcher” na swój język.](https://translate.wordpress.org/projects/wp-plugins/word-switcher)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/word-switcher/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/word-switcher/) lub czytaj 
[dziennik rozwoju](https://plugins.trac.wordpress.org/log/word-switcher/) przez 
[RSS](https://plugins.trac.wordpress.org/log/word-switcher/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 0.1.1

 * Removed the non-transpiled JavaScript file from the plugin.

#### 0.1.0

 * First release!
 * Using word-switcher v0.1.2 from npm.

## Meta

 *  Wersja **0.1.0**
 *  Ostatnia aktualizacja **8 lat temu**
 *  Włączone instalacje **Mniej niż 10**
 *  Wersja WordPressa ** 3.0.0 lub nowszej **
 *  Testowano do **4.9.29**
 *  Język
 * [English (US)](https://wordpress.org/plugins/word-switcher/)
 * Tagi
 * [animation](https://pl.wordpress.org/plugins/tags/animation/)[effects](https://pl.wordpress.org/plugins/tags/effects/)
   [shortcode](https://pl.wordpress.org/plugins/tags/shortcode/)[transition](https://pl.wordpress.org/plugins/tags/transition/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/word-switcher/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/word-switcher/reviews/)

## Zaangażowani

 *   [ Bilal Akil ](https://profiles.wordpress.org/bilalakil/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/word-switcher/)