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

---

Cerca extensions

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

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

# Word Switcher

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

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

 * [Detalls](https://ca.wordpress.org/plugins/word-switcher/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/word-switcher/#reviews)
 * [Desenvolupament](https://ca.wordpress.org/plugins/word-switcher/#developers)

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

## Descripció

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

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Word Switcher» és programari de codi obert. La següent gent ha col·laborat en aquesta
extensió.

Col·laboradors

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

[Traduïu «Word Switcher» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/word-switcher)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/word-switcher/), 
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/word-switcher/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/word-switcher/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/word-switcher/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

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

 *  Versió **0.1.0**
 *  Darrera actualització **fa 9 anys**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 3.0.0 o posterior **
 *  Provada fins a **4.9.30**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/word-switcher/)
 * Etiquetes
 * [animation](https://ca.wordpress.org/plugins/tags/animation/)[effects](https://ca.wordpress.org/plugins/tags/effects/)
   [shortcode](https://ca.wordpress.org/plugins/tags/shortcode/)[transition](https://ca.wordpress.org/plugins/tags/transition/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/word-switcher/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

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

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/word-switcher/reviews/)

## Col·laboradors

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

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/word-switcher/)