Where do i incert a title to resolve <frame> or <iframe> elements do not have a title - dummy-chat-

Screen reader users rely on frame titles to describe the contents of frames.

or
1 Like

Hello there,

you can add a title attribute to the iframe element, providing a descriptive title that accurately represents the contents of the frame. For example:

<iframe id="dummy-chat-button-iframe" name="dummy-chat-button-iframe" src="about:blank" scrolling="no" style="position: fixed; bottom: 24px; border: none; z-index: 2147483647;" class="" title="Dummy Chat Button"></iframe>

In the above example, the title attribute has been added to the iframe element with the value “Dummy Chat Button”, which describes the contents of the frame. This will ensure that screen reader users can understand the purpose of the frame when navigating through your website.


Thank You for the details and I should maybe have been a bit more clear in my question, sorry, my issue is I cannot find it in the code editor to change it, It`s the App in Shopify SALES Channel / Inbox, If I can find it I can change it, I think it must be changed on Shopify side?

Thank You