Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Multilang Block

Descripción

Not every site needs 1:1 multilanguage experience. Sometimes you want to give your visitors from a certain country a piece of information like “check my other site in your language”, or provide a brief introduction.
Multilang block was created with this idea. Of course, nothing prevents you from wrapping all the content in Multilang block, because it’s the best block out there!

Capturas

  • An example of the Multilang block wrapping an introduction for Polish visitors.

Bloques

Este plugin proporciona 1 bloque.

  • Multilang Block Create hidden content visible only for speakers of other languages

Instalación

  1. Upload the plugin files to the /wp-content/plugins/multilang-block directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Insert “Multilang block” into your post or page
  4. Select a language for the block
  5. Every block INSIDE the multilang block will be visible only for people who have the selected language in navigator.languages of their browsers.

FAQ

What can I put inside the Multilang block?

Everything. Except donuts, they get squished and the filling will be all over the place.
The block is functionally identical to the group block.

How does multilang block know what languages users speak?

Users can set up languages in the browser settings. They are passed to navigator.languages property.
Multilang block reads this list and if the language you selected is on there – block is displayed.
It stays hidden for users that don’t have that language set in browser settings.

How is the content hidden?

In JavaScript. Post Content has the full content of the post, so it will probably show up in RSS, and in similar delivery systems.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Multilang Block» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Multilang Block» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.1.0

  • Release