Support » Plugin: AI Power: Complete AI Pack - Powered by GPT-4 » Widget chatbot, appearing on certain pages

  • Resolved zsolt

    (@zsolt82)


    Hello

    Is it possible for the widget chatbot to appear only on the page where I want it to, for example, with a checkbox or something similar related to the topic?

    Also, are there any filters for the chatbot?

    In addition, I would like to achieve, for example, in the PHP function, that guest users can ask a maximum of 10 questions.

    Furthermore, the chatbot should automatically open after 10 seconds, etc.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author senols

    (@senols)

    Hi,

    So currently widget can be applied tho the whole site, we dont have an option to make it appear on certain pages. However shortcode can be used to embed it on certain pages.

    Currently there is no filter for the bot.

    Yes I am planning to add some kind of “Token Handling” to limit token usage.

    Plugin Author senols

    (@senols)

    and yes will be adding an option to automatically open it after an interval.

    Thread Starter zsolt

    (@zsolt82)

    Yes, but the shortcode doesn’t behave like a chatbot on the website, it’s embedded.

    Thread Starter zsolt

    (@zsolt82)

    It’s not an elegant solution, but I solved it with CSS.

    /* Default state */
    .wpaicg_chat_widget {
    display: none;
    }

    /* Homepage */
    .home .wpaicg_chat_widget {
    display: block;
    }

    /* Posts pages */
    .single-post .wpaicg_chat_widget {
    display: block;
    }

    /* A specific page */
    .page-id-123 .wpaicg_chat_widget {
    display: block;
    }

    Plugin Author senols

    (@senols)

    Stay tuned please 🙂

    I will add a feature to let you create your own bots for specific pages

    Thread Starter zsolt

    (@zsolt82)

    Okay, thank you

    It’s not ideal for users to see this message.
    Is there any solution to provide users with a different message if the chatbot is overloaded?

    This model is currently overloaded with other requests. You can try your request again, or if the issue persists, please contact us through the support at help.openai.com. (Please include the request ID 5d327a1fa6fc2186326e9759ff54e781 in your message.)

    Plugin Author senols

    (@senols)

    Creating fully customized bot for separate pages.. this feature is now a work in progress and will be released soon. I am closing this post as for now.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Widget chatbot, appearing on certain pages’ is closed to new replies.