T
Typebot3mo ago
haihola

Is it possible to add "Header/Top bar" and "Footer" to Bubble Widget?

Hello, is there some way to add some header and footer parts to the chatbots in bubble widget? Also; what is the best way to control the height of the bubble widget? Doesn't look nice if it's taking most of the screen even if the bot doesn't contain much stuff.
No description
3 Replies
Baptiste
Baptiste3mo ago
Header and footer, no native feature for that for now 🙏 For the height, you can adjust maxHeight if you'd like:
Typebot.initBubble({
typebot: "my-typebot",
theme: {
chatWindow: { maxHeight: "400px" },
},
});
Typebot.initBubble({
typebot: "my-typebot",
theme: {
chatWindow: { maxHeight: "400px" },
},
});
haihola
haiholaOP3mo ago
Are they planned?
Baptiste
Baptiste3mo ago
Not really... Most of the time people want to add a avatar and simulate the fact that there is a human connected to the chat, which is not real. I still didn't find a good purpose for custom header / logo

Did you find this page helpful?