Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I test Customer Chat Plugin (beta) in localhost?

Tags:

I'm trying use Customer Chat Plugin in my website (is not a Wordpress), but to test if the plugins is working I need deploy it many times.

Any way to test in my local machine? using localhost address?

like image 455
Luiz Carvalho Avatar asked Dec 07 '18 13:12

Luiz Carvalho


1 Answers

You can use ngrok. It will expose your website running in localhost to internet and will provide you https url that you can use to test the feature. Remember to add ngork provided url to whitelisted domain in your facebook page settings before you test it.

like image 196
Happy Coder Avatar answered Oct 23 '22 11:10

Happy Coder