Title: Word Switcher
Author: Bilal Akil
Published: <strong>9. Dezember 2017</strong>
Last modified: 21. Dezember 2017

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Word Switcher

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

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

 * [Details](https://de.wordpress.org/plugins/word-switcher/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/word-switcher/#reviews)
 * [Entwicklung](https://de.wordpress.org/plugins/word-switcher/#developers)

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

## Beschreibung

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

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Word Switcher“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

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

[Übersetze „Word Switcher“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/word-switcher)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/word-switcher/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/word-switcher/) 
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/word-switcher/)
per [RSS](https://plugins.trac.wordpress.org/log/word-switcher/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

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

 *  Version **0.1.0**
 *  Zuletzt aktualisiert **vor 8 Jahren**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 3.0.0 oder höher **
 *  Getestet bis **4.9.29**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/word-switcher/)
 * Schlagwörter
 * [animation](https://de.wordpress.org/plugins/tags/animation/)[effects](https://de.wordpress.org/plugins/tags/effects/)
   [shortcode](https://de.wordpress.org/plugins/tags/shortcode/)[transition](https://de.wordpress.org/plugins/tags/transition/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/word-switcher/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/word-switcher/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/word-switcher/)