-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Freshchat support #109
Comments
Hey @coliff 🙋♂️ We generally don't add support for services we're not using ourselves, but if you'd like to take a shot at writing the implementation, we'd be happy to coach you through and get it merged. If that's something you'd like to try, I'd recommend checking the README, where you'll find instructions for how to add a provider. If you run into any snags along the way be sure to let us know. |
Hello, |
heya @plusplushq and @benschwarz - sorry I didn't follow up on this... I realised I ideally needed a native JS solution for the Freshchat loader and not a React one so I made one: It's less than 1 KB gzipped - 1/1000th of the size of the Freshdesk JavaScript. Maybe you might find it helpful. If you do work on integrating Freshdesk into the React Live Chat Loader though that could be great - and I might be able to help with any testing. |
Awesome @coliff 😄 I don't have the bandwidth to add Freshchat to react-live-chat-loader, but if there's someone out there who can help with that, we'll gladly review a PR! |
Hey @coliff |
Hiya @motiko - I don't use React so instead of working on integrating Freshdesk Messaging with react-live-chat-loader I created a simple standalone instead: https://github.com/coliff/freshdesk-messaging-facade/. For the icon I used the same one that they use and set it as an SVG background image. |
Nice implementation. In that case I would only pick it up if there is some interest. I see few stale PRs is this still actively maintained? |
Yes, it's still actively maintained - CHANGELOG looks busy :-) |
What problem would this feature solve?
Adding Freshdesk's Freshchat (https://www.freshworks.com/live-chat-software/) widget to a webpage adds a huge amount of additional JavaScript.
Describe the solution you’d like to see
I'd like to see react-live-chat-loader add support for Freshchat
The text was updated successfully, but these errors were encountered: