Understanding Floating vs Embedded Language Switcher in MultiLipi
Ofertas MultiLipi Dos formas flexibles to place the language switcher on your website — Flotante y Incrustado — so it fits your design and user experience needs.

1. Floating Switcher
What is it?
El floating switcher appears as a small, draggable widget positioned in one of the corners of your screen — typically:
- Abajo a la izquierda
- Abajo a la derecha
- Arriba a la izquierda
- Arriba a la derecha
Why use it?
- Tú don’t need to edit your HTML manually.
- Works out-of-the-box on any website, including WordPress, Shopify, Webflow, etc.
- Aparece automáticamente para los usuarios en Todos los tamaños de pantalla .
- Ideal para una instalación rápida plug-and-play.
Ejemplo de caso de uso:
You're launching a multilingual site and want the switcher to always be visible in the bottom-left corner of the screen without changing the layout.
2. Embedded Switcher
What is it?
El embedded switcher lets you place the switcher inside a specific part of your HTML, such as:
- Una barra de navegación ( <nav>)
- Un widget de barra lateral
- Una sección de pie de página
Para ello, proporcione un Selector de CSS (p. ej., #language-switcher, .nav-menu , etc.) en tu panel de control de MultiLipi.
Why use it?
- It se mezcla a la perfección into your website’s design.
- Perfect for custom layouts or sites where you want full control over where the language switcher appears.
- Helpful for users who expect the switcher near the navigation or in a dropdown menu.
Importante:
Si el selector CSS proporcionado es no se encuentra en la página , MultiLipi volverá automáticamente a la Flotante switcher — ensuring it still appears.
Lógica de respaldo: ¿Qué sucede si falla el embutido?
If the switcher No se puede encontrar el destino incrustado on your webpage (e.g., you removed the div or changed its class name), then MultiLipi:
- Automatically switches to Floating mode
- Garantiza que el usuario pueda todavía cambia de idioma without any disruption
- Registra un Advertencia de consola en el navegador para la depuración
¿Cuál deberías usar?
Resumen
Elegir Flotante for simplicity and Incrustado for design control. MultiLipi’s smart fallback logic ensures your switcher always works — even if your layout changes.

Comentarios