Laravel 10: How to integrate Botman Chatbot in English

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 23

  • @WaqtKiSaath
    @WaqtKiSaath Год назад +1

    Life saver content. Thanks for sharing your knowledge with us😄

  • @ahmedalamir5961
    @ahmedalamir5961 Год назад

    Thanks for your time a saver content

  • @WolflanFreitas
    @WolflanFreitas Год назад

    Really nice! Thanks for sharing.

  • @jacobhenry7223
    @jacobhenry7223 8 месяцев назад

    thanks for the help sir

  • @afdzal3
    @afdzal3 4 месяца назад +1

    Thanks

    • @CodeShotcut
      @CodeShotcut  4 месяца назад +1

      Thank you bro :)
      Means alot :)

  • @bishaldhakal5401
    @bishaldhakal5401 4 месяца назад

    Why it is not working in laravel 11 ?

    • @CodeShotcut
      @CodeShotcut  4 месяца назад

      Maybe you are making some sort of mistake because Botman is supported in Laravel 11.

  • @afdzal3
    @afdzal3 4 месяца назад

    if i want the chat for entire page instead of widget how ?

    • @CodeShotcut
      @CodeShotcut  4 месяца назад

      Create a div just after the body

      var botmanWidget = {
      aboutText: 'Start the conversation with Hi',
      introMessage: "WELCOME TO ALL ABOUT LARAVEL"
      };

    • @junichi91992
      @junichi91992 12 дней назад

      @@CodeShotcut hi, I tried this but its still showing in the popup widget. I asked chatgpt and said to add "embedded: true" in the options but still showing in the widget. any advice pls.

    • @CodeShotcut
      @CodeShotcut  12 дней назад

      @@junichi91992 If other solutions don't work, you can try using custom CSS and JavaScript. For example, open the inspect tool in your browser and locate the following . Just below the , there’s another where you can manually set the width and height. Adjusting these properties will make the widget larger.
      Keep in mind that this is just a starting point. You may need to make additional adjustments to align the layout, such as modifying the header, message area, and input area to fit the full screen.

  • @toxicmystro1261
    @toxicmystro1261 7 месяцев назад

    thanks too much i appreciate it, dont be sorry ;>

  • @gregoarr7065
    @gregoarr7065 8 месяцев назад

    I have a question sir: This still works for Laravel 6.2?

    • @CodeShotcut
      @CodeShotcut  8 месяцев назад +1

      Hello,
      Not sure, but why not give it a try. If it doesn't you can remove it.

    • @gregoarr7065
      @gregoarr7065 8 месяцев назад

      @@CodeShotcut Hello sir. I have to say that it worked perfectly. Thanks for the content. Have a good day

    • @CodeShotcut
      @CodeShotcut  8 месяцев назад

      @@gregoarr7065 You're welcome and thanks for letting me know :)