2016-10-02 102 views
-1

我正在使用tawkto與訪客聊天。它會在我的頁面加載時顯示。當訪問者滾動到底部時,我想使其可見。可能嗎?Tawkto顯示位置固定

+0

請張貼一些代碼。你的問題要模糊。 – Franco

+0

使用這個https://www.tawk.to/ – nikolas

+0

我明白你在用什麼,但我不明白你在做什麼。發佈您已安裝此網頁的代碼 – Franco

回答

1

首先讓聊天div顯示:none然後使用腳本。

<style> 
    #tawkchat-iframe-container{ 
    display: none !important; 
    } 
</style> 

<script> 
$("body").scroll(function(){ 
    $("#tawkchat-iframe-container").show(); 
}); 
</script> 
0

閉上你的元素在一個div像

<div id="chatbox"> 
    <!-- whatever here--> 
</div> 

然後設置樣式

#chatbox { 
       position: fixed; 
       bottom: 0; right: 0; 
       } 

,並確保DIV是<body>元素的直接子