How do I integrate the Pipedrives Chatbot correctly in a google site?

Jan nao
Jan nao Member Posts: 2 NEW MEMBER
edited March 7 in Apps and Integrations #1

Dear all,

I created a chatbot with pipedrive and want to integrate it into my google site. I can embed the html code, but the floating of the element does not function.

Could somebody please provide a detailed instruction on doing so?

Sunny regards,

Jan

Tagged:

Answers

  • Alex - LeadOn
    Alex - LeadOn Member Posts: 21 VERIFIED MEMBER
    10 Comments Name Dropper 5 Likes First Answer

    Jan, it would be helpful if you could share more details about your setup, such as the exact code you're using and how you're embedding it into Google Sites. However, based on your question, here are some suggestions:

    1. Check your embed code – Ensure the chatbot's HTML includes proper styles for floating, like position: fixed; bottom: 20px; right: 20px;.
    2. Google Sites limitations – Google Sites may restrict external scripts or custom styles. Try embedding the chatbot within an iframe.
    3. Manually adjust CSS – If possible, add custom CSS to force the floating behavior.
    4. Use a wrapper container – Wrap the chatbot code inside a <div> with specific styling to help position it correctly.

    If you can share more details, we can provide a more precise solution! 🚀