Thanks for your review!
I’ve made some CSS tweaks to cater for small screens which is available on GitHub. I will bring it across to the WP.org repo soon.
Daniel
Hi,
Thanks for the answer!
I updated to version 0.3 and there are no problems now, but I have another question:
Can I return PHP code from api.ai? for example, if the user says “Hi”, I want the response “Hi, <?php wp_get_current_user(); ?>”, but when I tried to simply write it in the response of api.ai, I got “Hi, <!–<?php wp_get_current_user(); ?>–>”. Is it possible to run the php from the response before showing it to the user?
btw, I recommend you to use the “Speech Recognition API” in the future, that would be a nice feature for the plugin.