ryanditjia / gatsby-plugin-crisp-chat

Gatsby plugin to add Crisp Livechat to your site
MIT License
17 stars 5 forks source link

Improve Accessibility #2

Closed fraserisland closed 5 years ago

fraserisland commented 5 years ago

Are we able to target the crisp popup and add an aria-label attribute to it in this plugin?

Screen Shot 2019-06-20 at 6 25 45 am

ryanditjia commented 5 years ago

Hi Fraser, the plugin doesn’t have that feature. I believe it’s possible to tap into gatsby-browser API and do it imperatively, but it feels hacky.

Your best bet would be contacting Crisp so they can fix this for everyone, and not just Gatsby users 😃

fraserisland commented 5 years ago

Yeah, unfortunately that's the only way i think. I have tried to contact crisp but i don't think it would be a priority for them at the moment. Would you be open to merging a PR if i made one doing this?

ryanditjia commented 5 years ago

PR would be great. Make sure it can be configured on or off though, with default being on.

fraserisland commented 5 years ago

@ryanditjia PR ready for your review! 👍