I am wanting to place a 3rd party FAB customer support agent into my Studio. My goal is to have it on all pages including my pickaxe pages. Studio is app.promptables.pro
It is a simple script call but for some reason I can’t get it to show. I have tried to place in the Head and the footer using the typical script
I also tried to surround it in a div code
None of these seem to be working. Am I doing something wrong? One issue may be that I already have a script running in the head, but I am pretty sure I had multiple scripts operating correctly in the head previously?
SOLVED:
Apparently for 3rd party FABs you need to put the term “defer” prior to the closing > this is not used in most scripts. Also, is anyone else having trouble posting code? I can see these scripts in the preview but when I post it the script is stripped out?
Hi @ecomprocess ,
We’re glad to hear you were able to resolve your issue.
Regarding posting code snippets on the community forum, you can use the code block button here:

Alternatively, you can type three backticks (```) before and after your code block. For example:
function sayHello() {
console.log("Hello, World!");
}
//hello
sayHello();
If third-party scripts keep causing issues, you might want to consider creating a customer support Pickaxe and embedding it in your Studio as a floating action button (FAB).