Is there a way to put the Leadbooster bot on the left side of the web? Thanks

José Manuel Gómez Barranco
José Manuel Gómez Barranco Member Posts: 1 VERIFIED MEMBER
edited July 2023 in Sales CRM #1

 

Tagged:

Comments

  • David Lorbiecke_3
    David Lorbiecke_3 Posts: 186 VERIFIED MEMBER
    100 Comments Pipedrive Team
    edited February 2022 #2

    At this time it's not possible to make custom location changes to the Chatbot as it's in iFrame, but hopefully we can have more possibilities for this in the future.

  • Boris Tsibelman
    Boris Tsibelman Member Posts: 821 VERIFIED MEMBER
    1000 Comments Third Anniversary 5 Likes First Answer
    edited April 2022 #3

    You cannot change it. It stays on the right side [at the moment] 

  • Dana Coates
    Dana Coates Member Posts: 18 VERIFIED MEMBER
    10 Comments
    edited October 2020 #4

    At this time it's not possible to make custom location changes to the Chatbot as it's in iFrame, but hopefully we can have more possibilities for this in the future.

    Have there been any new updates to customization of the location of the feature? Any way to send the chat bot by text?

  • Vadym Shcherbyna
    Vadym Shcherbyna Member Posts: 2 VERIFIED MEMBER
    First Comment Photogenic

    I have overridden the CSS

    <head>
    <script>window.pipedriveLeadboosterConfig = {base: 'leadbooster-chat.pipedrive.com', ...</script>
    
    <style>
        html body #LeadboosterContainer {
            bottom: 100px !important;
            right: 18px !important;
        }
    </style>
    </head>
    
This discussion has been closed.