Open NguyenTam2206 opened 4 years ago
Same here...
Also the same here
I am successfully running it with Nuxt 2.14. Here are 3 steps that were necessary to do so:
I had problems adding the localhost url in Facebook, so I used ngrok.io to proxy it.
Also, you can limit the plugin to client side only in nuxt.config.js by using mode & client options { src: '~/plugins/vue-fb-customer-chat.js', mode: 'client', ssr: false },
i did step by step follow the document, and it render html
<div id="fb-root" class=" fb_reset"></div>
on my app 's pages. But inside, it doesnt had an iframe which render the fb messenger bubble (and its 's function). I need some help. I use nuxt Universal mode. P/s: I tested on production https and added url to white listThank you.