chat preview message - not appearing on wordpress
Anyone have any idea why the 'I have a question for you!' preview message is not appearing on wordpress?
6 Replies
using library version as 0.2.85 as per instructions on share screen
also tried 0.2, but not getting it
Can you show the code you inserted?
Typebot.initBubble({
typebot: "my-typebot-4ncwch0",
previewMessage: { message: "We are here!" },
theme: {
button: { backgroundColor: "#0042DA" },
chatWindow: { backgroundColor: "#fff" },
},
});
this is the code which i inserted with library version as 0.2

You have to enable the auto show option if you are not planning to show it programatically
thanks @Baptiste that did work
š