Why i can't even add a Iframe in a block?

I try to add a chatbox on my website.. Java problem it seems...

Now i want to add :

<iframe

allowfullscreen

title="AI Chatbot"

role="dialog"

id="ICG-iframe"

allow="accelerometer; autoplay; camera; display-capture; encrypted-media; fullscreen; gamepad; geolocation; gyroscope; hid; identity-credentials-get; idle-detection; local-fonts; magnetometer; microphone; midi; otp-credentials; payment; picture-in-picture; publickey-credentials-get; screen-wake-lock; serial; storage-access; usb; window-management; xr-spatial-tracking"

sandbox="allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts allow-top-navigation allow-top-navigation-by-user-activation"

src="https://app.insertchat.com/embed/6b78eb06-6727-4c39-84ae-425f5234c214"

style="display: block; border: 0; overflow: hidden; height: 100%; width: 100%; background-color: ;">

</iframe>

Also not possible... Or can someone halp me?

It's for this page: https://busimatch.club/chat-with-ai-busibot

  • 260
  • More
Replies (3)
    Login or Join to comment.