Website | Documentation | Blog | Twitter
- 🎈 Chat page is embedded in a website as a bubble
- You can also use
iframeto embed the chat bubble as part of the page - Or you can simple use the chat bubble as a syandalone page
npx degit github:szguoxz/chatbubble my-chatbot-example
cd my-chatbot-example
yarn install
yarn devVisit:http://localhost:3000
<!-- Embed the chat bubble into your website -->
<script type="module" src="http://YOUR-DOMAIN/embed.bubble.js"></script>
<!-- Embed as iframe -->
<iframe src="http://YOUR-DOMAIN/chatbot" />-
How to build the chatbubble script:
embed.bubble.jschatbubble source code:
/bubble/*Build command:
yarn build:bubble,need to run under the project root directory。After build succeeded,
embed.bubble.jswill be copied intopublicfolder。Then you can visit:
http://localhost:3000/embed.bubble.js
You'll find a lot of resources to help you get started with HeyForm in the help center. However, if you can't find what you're looking for there, don't hesitate to reach out to us:
Have a question? Join the Discord server and get instant help.
Found a bug? Create an issue
Visit Official website
