Laravel 10: How to integrate Botman Chatbot in English

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 23

  • @WaqtKiSaath
    @WaqtKiSaath ปีที่แล้ว +1

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

    • @CodeShotcut
      @CodeShotcut  ปีที่แล้ว +1

      Thanks bro means a lot :)

  • @WolflanFreitas
    @WolflanFreitas ปีที่แล้ว

    Really nice! Thanks for sharing.

  • @ahmedalamir5961
    @ahmedalamir5961 ปีที่แล้ว

    Thanks for your time a saver content

    • @CodeShotcut
      @CodeShotcut  ปีที่แล้ว +1

      You're welcome bro :)

  • @jacobhenry7223
    @jacobhenry7223 8 หลายเดือนก่อน

    thanks for the help sir

    • @CodeShotcut
      @CodeShotcut  8 หลายเดือนก่อน

      You're welcome :)

  • @afdzal3
    @afdzal3 5 หลายเดือนก่อน +1

    Thanks

    • @CodeShotcut
      @CodeShotcut  5 หลายเดือนก่อน +1

      Thank you bro :)
      Means alot :)

  • @toxicmystro1261
    @toxicmystro1261 7 หลายเดือนก่อน

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

    • @CodeShotcut
      @CodeShotcut  7 หลายเดือนก่อน

      You're welcome :)

  • @afdzal3
    @afdzal3 5 หลายเดือนก่อน

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

    • @CodeShotcut
      @CodeShotcut  5 หลายเดือนก่อน

      Create a div just after the body

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

    • @junichi91992
      @junichi91992 23 วันที่ผ่านมา

      @@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  23 วันที่ผ่านมา

      @@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.

  • @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 :)

  • @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.