Understanding Floating vs Embedded Language Switcher in MultiLipi
MultiLipi oferece Duas formas flexíveis to place the language switcher on your website — Flutuante e ainda Incorporado — so it fits your design and user experience needs.

1. Floating Switcher
What is it?
O floating switcher appears as a small, draggable widget positioned in one of the corners of your screen — typically:
- Canto inferior esquerdo
- Canto inferior direito
- Canto superior esquerdo
- Canto superior direito
Why use it?
- Você don’t need to edit your HTML manually.
- Works out-of-the-box on any website, including WordPress, Shopify, Webflow, etc.
- Aparece automaticamente para os usuários em todos os tamanhos de ecrã .
- Ótimo para instalação plug-and-play rápida.
Exemplo 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?
O embedded switcher lets you place the switcher inside a specific part of your HTML, such as:
- Uma barra de navegação ( <nav>)
- Um widget da barra lateral
- Uma secção de rodapé
Para tal, fornece um Seletor de CSS (por exemplo, #language-switcher, Menu .nav , etc.) no seu painel MultiLipi.
Why use it?
- It mistura-se perfeitamente 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:
Se o seletor de CSS fornecido for não encontrado na página , MultiLipi irá automaticamente cair de volta para o Flutuante switcher — ensuring it still appears.
Lógica de fallback: o que acontece se o Embedded falhar?
If the switcher Não é possível encontrar o destino incorporado on your webpage (e.g., you removed the div or changed its class name), then MultiLipi:
- Automatically switches to Floating mode
- Garante que o usuário pode ainda mudar de idioma without any disruption
- Registra um Aviso do console no navegador para depuração
Qual deles você deve usar?
Resumo
Escolha Flutuante for simplicity and Incorporado for design control. MultiLipi’s smart fallback logic ensures your switcher always works — even if your layout changes.

Observações