I want to put this code:
Code: Select all
<div id="widget" style=" display: inline-block; overflow: hidden; height: auto; min-width: 100px; text-align: center; line-height: normal; white-space: nowrap; vertical-align: middle;"> <div style="color: black; padding: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border: 1px solid #e0e0e0; background-color: white; -webkit-box-shadow: 0px 5px 18px -5px rgba(184,184,184,0.5); -moz-box-shadow: 0px 5px 18px -5px rgba(184,184,184,0.5); box-shadow: 0px 5px 18px -5px rgba(184,184,184,0.5);"> LIVE CHAT </div> <div style="width: 11px; height: 8px; background: url('https://assets.modernapp.co/assets/images/arrow-bottom.png') no-repeat; margin: -1px auto 0 auto;"> </div> <a target="_blank" href="http://m.me/saifakz" style="margin-top: 5px; display: inline-block; width: 47px; height: 47px; background: url('https://assets.modernapp.co/assets/images/facebook-message-button-icon-round-white2x.png') no-repeat; background-size: 47px 47px;"> </a> </div><script async defer src="https://assets.modernapp.co/assets/js/embed.js"></script>
