Contact Button

Product details
WonkaWonka
WonkaPLUS
Apr 18, 2026

Q: How to install a custom support app ?

Hi guys, I saw in the plugins that there are supported apps, but I couldn’t find a custom option to add my own support chat app. I use Charla, an app also here on AS. Is there a way I can integrate it into your app?

Founder Team
productpete

productpete

Apr 20, 2026

A: Hello,

Yes, it's possible. You'll need to use our HTML Embed app and then use JavaScript action and then modify this code to match your own Charla & Contact Button IDs:

const widgetElement = document.createElement('charla-widget'); widgetElement.setAttribute("p", "f400211c-bf62-41da-b99b-73ef3f1df69c"); document.body.appendChild(widgetElement) ; const widgetCode = document.createElement('script'); widgetCode.src = "https://app.getcharla.com/widget/widget.js"; document.body.appendChild(widgetCode); hideContactButton("015d8caac20bfb2a92fb9407bd782e22");

Share
Helpful?
1
Log in to join the conversation