Skip to content

Floating widget

In addition to the [mga_chat_app] full-page surface, the MGA WP plugin ships a floating widget — a bottom-corner chat bubble that follows visitors across every page of your site. It’s the right choice for support-style assistants that should always be one click away.

Use caseUse this
Always-available assistant across the whole siteFloating widget
Dedicated assistant page (/help, /sales, etc.)[mga_chat_app] shortcode
Different assistants on different pages[mga_chat] or [mga_chat_app] with per-page placement
Marketing-style hero embed[mga_chat_app] with max_width and a tall height

The Floating Widget customizer is separate from the Chat App Customizer — it lives one step up in the Bot workspace sub-nav. Same dropdown contract: whatever you save targets the bot picked in the dropdown.

Widget Customizer
Configure the chat widget for Soporte CCreators
🎨
Colors
#10b981
2
Buttons & chat bubble
#10b981
Chat window header
Text & Content
Hi there! How can I help you?
Displayed when the chat is first opened
Type a message…
📍
Position
Bottom Right
👁
Page Visibility
All pages
Choose between All pages, Only selected pages, or All pages except….

A second shortcode, [mga_chat], renders the same widget as an inline block (not a floating bubble). It honors every floating widget config field by default and supports the same per-embed attribute overrides:

[mga_chat height="500" title="Sales chat" primary_color="#3b82f6"]

Both [mga_chat] and the floating widget use a bot password flow when the bot is password-protected on the MGA platform — visitors see a password screen before they can chat. (The [mga_chat_app] full-page surface uses a different model — see Require WordPress login.)