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

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

 

Tagged:

Comments

  • David Lorbiecke_3
    David Lorbiecke_3 Posts: 190 PIPEDRIVE TEAM
    First Comment 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: 848
    5 Likes Premier Solution Provider First Anniversary 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: 20
    First Comment
    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>