Title: mobile chatbot
Last modified: April 13, 2026

---

# mobile chatbot

 *  Resolved [louismtb72](https://wordpress.org/support/users/louismtb72/)
 * (@louismtb72)
 * [3 weeks, 3 days ago](https://wordpress.org/support/topic/mobile-chatbot/)
 * 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](https://wordpress.org/support/users/estebandezafra/)
 * (@estebandezafra)
 * [3 weeks, 2 days ago](https://wordpress.org/support/topic/mobile-chatbot/#post-18880697)
 * Hi!
 * Yes, you can do this. Use the shortcode with the `maximized` parameter on a dedicated
   page:
 *     ```wp-block-code
       [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):
 *     ```wp-block-code
       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](https://wordpress.org/support/users/louismtb72/)
 * (@louismtb72)
 * [3 weeks, 1 day ago](https://wordpress.org/support/topic/mobile-chatbot/#post-18880993)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-chatbot%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/axiachat-ai/assets/icon-256x256.png?rev=3412166)
 * [AxiaChat AI – Free AI Chatbot (Answers Customers Automatically)](https://wordpress.org/plugins/axiachat-ai/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/axiachat-ai/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/axiachat-ai/)
 * [Active Topics](https://wordpress.org/support/plugin/axiachat-ai/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/axiachat-ai/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/axiachat-ai/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [louismtb72](https://wordpress.org/support/users/louismtb72/)
 * Last activity: [3 weeks, 1 day ago](https://wordpress.org/support/topic/mobile-chatbot/#post-18880993)
 * Status: resolved