Hi all,
I need to make my bot full page, I’ve tried several things but the one that i think is closer to my goal at the moment is this:
<div id=“hubspot-conversations-inline-parent”>\ </div>
<script>
window.hsConversationsSettings = {
loadImmediately: false,
inlineEmbedSelector: ‘#hubspot-conversations-inline-parent’,
enableWidgetCookieBanner: true,
disableAttachment: true
};
window.hsConversationsOnReady = [
() => {
window.HubSpotConversations.widget.load();
},
];
</script>
I have also mixed some options suggested by this page but i can’t seem to find a way to style it
I’m trying to edit directly in the hubspot page because i can’t really embed the bot in an external page. so far i get this:
i just need to resize it but when i open style tags they get deleted, and if i try resizing it directly inside (inline) the div tag it doesnt change anything. I also tried a iframe inside the div but also doesn’t work.
I feel like my page is following the template css and i cannot find it or re direct it.
any advice or pointers in the right direction would be very appreciated.





