web-widget icon indicating copy to clipboard operation
web-widget copied to clipboard

Results 25 web-widget issues
Sort by recently updated
recently updated
newest added

the sandbox attribute with specified parameters can help increase security by not allowing outside script injection through Iframes, also it will mean that it passes most security scans as iframes...

If I am trying to start conversation with user from widgetOpened event, like this: ```js //index.html var botmanWidget = { sendWidgetOpenedEvent: 1 } ``` ```php //bot.php $botman->hears('(.*)', function ($bot){ $bot->startConversation(new...

Image elements do not have [alt] attributes error was thrown on Lighthouse. This affects pages accessibility. I have added a default alt tag for the element. I think we don't...

Hi, using botmanWidget.userId I can associate application user within the chatbot keeping the current conversation while browsing between different pages, but it would be nice also to keep the chat...

I don't know if there is a some front extension about botman but it will nice to override some front functionnality, this is my scenario: 1- I added 2 customs...

Hi, I want the widget to automatically open when my site loads. Thanks!

I am implementing BotMan web-widget plugin for https://www.userfrosting.com/ and building this as a sprinkle (UF's version of the plugin). [https://github.com/ssnukala/ufsprinkle-botsevak](https://github.com/ssnukala/ufsprinkle-botsevak) I am able to initialize the BotMan web widget and...

When a user clicks a button in response to a question, a reply containing ElementButtons will not be shown (any text in the ButtonTemplate will be shown). Typing, rather than...

Hi and thank you for the library! I don't now if im doing something wrong. This is what is happening: I think it will be nicer if the replay of...

Hi! I saw there is a Typing file with the 3 dots, and the css is there. I wonder if i can pretend that the bot is typing, i try...