vue-fb-customer-chat
vue-fb-customer-chat copied to clipboard
Facebook Customer Chat Plugin for Vue.js
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Hi there! I made a component for fb customer chat so I could use it only where I want and not a default loaded plugin. Use this snippet as you...
Is there a way of using this package with Vue3 and Nuxt3 ?
This FB lib kills performance with it's 70kb of JS on page load. It could be deferred easily. See this example for react: https://github.com/calibreapp/react-live-chat-loader Once complete, we should make sure...
I'm working on implementing this, and I have verified that my domains are configured in Facebook however, I'm getting repeated CORS errors. I also checked your demo and it also...
Hey! Is it possible not to have the facebook messenger as a global element, instead only inserting onto specific pages?
i did step by step follow the document, and it render html `` on my app 's pages. But inside, it doesnt had an iframe which render the fb messenger...
I can import it to global variable, but i dont know how to use it. Can you provide any example?
Hi there, Accidentally, I realised that mountFbCustomerChat() running every time when I change a route in my Vue App. Would you mind to add a specific checker to mount only...
Hi ! I had this issue when using your plugin : "vue": "^2.6.11", "vue-router": "^3.1.6", "vuetify": "^2.2.11", "vuex": "^3.3.0", *Refused to frame 'https://www.facebook.com/' because an ancestor violates the following Content...