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

José Manuel Gómez Barranco
edited July 4 in Sales CRM #1

 

Tagged:

Comments

  • David Lorbiecke_3
    David Lorbiecke_3 Posts: 195
    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: 864
    1000 Comments Third Anniversary 5 Likes Premier Solution Provider
    edited April 2022 #3

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

  • Dana Coates
    Dana Coates Member Posts: 20
    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
    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>