Telegram chat box pe site tau

AlexH

Merg pe strada catre Mine...
Membru personal
Administrative
Freelancer
SEO Expert
O metoda buna de a atrage si mentine legatura cu userii, plus daca in caz ca aveti probleme cu site, faceti migrare pe alt domeniu va poate ajuta foarte mult sa reveniti si ca userii sa stie ca aveti un nou domeniu.

Acesta este un chat box sa spun, mai mult un buton care apare jos in partea stanga cu link catre canalul sau grupul vostru telegram.

Cod:
<div id="chat-popup">
  <div id="chat-header">Lets Chat</div>
  <div id="chat-footer">
    <a href="https://t.me/+EVv_M35k_JU_Ev5L" id="enter-chat-button">Enter the Chat now</a>
  </div>
</div>

<style>
  /* CSS styles for the chat popup */
  #chat-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 200px;
    height: 100px;
    background-color: white;
    border: 1px solid black;
    box-shadow: 2px 2px 2px gray;
    z-index: 100;
  }

  #chat-header {
    background-color: #f2f2f2;
    padding: 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    text-align: center;
  }

  #chat-footer {
    background-color: #f2f2f2;
    padding: 10px;
    border-top: 1px solid black;
    text-align: center;
  }
  #enter-chat-button {
    background-color: #2196F3;
    color: white;
    padding: 10px;
    border: none;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
  }
</style>


Arata ceva de genul.
Screenshot_104.png

Textul si link telegram se poate edita.
 
Loading...
Back
Sus