💬 Dialogflow / Actions floating chat
Add your Dialogflow Agent / Actions on Google to any website!
See a demo
<script
src="https://cdn.jsdelivr.net/gh/mishushakov/df-btn/df-btn.min.js"
id="df-btn"
project="dialogflow-web-v2"
width="400px"
height="600px"
openText="Chat"
closeText="Close"
logo="assets/logo.svg"
background="#FEFFFF"
backgroundDark="#171717"
logoDark="assets/logo_dark.svg">
</script>
project - your project id on Dialogflow Gateway Hosted
width - modal width (100% on mobile)
height - modal height (100% on mobile)
openText - button text to open chat
closeText - button text to close chat
background - background color
backgroundDark - background color (in dark)
logo - custom logotype
logoDark - custom logotype (in dark)