Add your Dialogflow Agent / Actions on Google to any website!
- No dependencies, no tracking, no vurnabilities
- Hosted on CDN
- Powered by open-source project (Dialogflow for Web)
- Free & open-source (licensed under MIT)
- Link your agent to Dialogflow Gateway Hosted
- Add the script in your HTML:
<script
src="https://cdn.jsdelivr.net/gh/mishushakov/df-btn/df-btn.min.js"
id="df-btn"
project="dialogflow-web-v2"
width="320px"
height="500px"
openText="Chat"
closeText="Close">
</script>
- Configure. Properties you can change:
project - your project id on Dialogflow Gateway Hosted
width - modal width
height - modal height
openText - button text to open chat
closeText - button text to close chat
- (Optionally) grab the source code and make it truly yours!
Thank you!