• Resolved louismtb72

    (@louismtb72)


    Hi again,

    I have another question πŸ™‚

    I’d like to create a dedicated page where only the chatbot is shown, without the rest of the website content. The idea is to use this page from mobile so the ai chat opens fully and feels like a standalone chatbot.

    Is there a recommended way to do this?
    Maybe a shortcode, full-screen mode, or some setting to make the chatbot take the whole page?

    Basically I want a clean page with just the chatbot maximized for mobile users.

    Any tips would be great πŸ™

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Esteban

    (@estebandezafra)

    Hi!

    Yes, you can do this. Use the shortcode with the maximized parameter on a dedicated page:

    [aichat id="your-bot-slug" maximized="1"]

    This will open the chatbot in full-screen mode immediately when the page loads.

    For the cleanest mobile experience, I recommend also:

    1. Use a blank/full-width page template β€” most themes have a “Blank” or “Full Width, No Sidebar” template. Pick one with no header/footer if available, or use a page builder’s blank canvas.
    2. If your theme doesn’t have a blank template, you can add this small CSS snippet to hide everything except the chatbot on that specific page (replace 123 with your page ID):
    body.page-id-123 #masthead,
    body.page-id-123 #colophon,
    body.page-id-123 .site-header,
    body.page-id-123 .site-footer,
    body.page-id-123 .entry-title { display: none !important; }
    body.page-id-123 .entry-content { padding: 0 !important; margin: 0 !important; }

    The chatbot will take the full viewport and feel like a standalone app. Let me know if it works for you! πŸ™‚

    Thread Starter louismtb72

    (@louismtb72)

    Hi!
    Just wanted to say everything worked perfectly πŸ‘
    I followed your instructions and now the chatbot opens full screen on mobile exactly as I wanted.
    Thanks a lot for the help! 😊

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.