Sau đây mình sẽ hướng dẫn các bạn tạo 1 khung chat ở góc phải màn hình trực tiếp đến Fanpage của các bạn nhé
Khung chat này có nút đóng mở rất tiện ích cho website nhé
Demo hình :
Cách làm : Các bạn chèn code sau vào file footer.php nhé
Sau khi chèn xong thì các bạn thay đường dẫn Fanpage của các bạn nhé
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
<script type="text/javascript"> function hide_float_right() { var content = document.getElementById('float_content_right'); var hide = document.getElementById('hide_float_right'); if (content.style.display == "none") {content.style.display = "block"; hide.innerHTML = '<a href="javascript:hide_float_right()">Tắt Khung Chat [X]</a>'; } else { content.style.display = "none"; hide.innerHTML = '<a href="javascript:hide_float_right()">Xem Khung Chat...</a>'; } } </script> <style> .float-ck { position: fixed; bottom: 0px; z-index: 9000} * html .float-ck {position:absolute;bottom:auto;top:expression(eval (document.documentElement.scrollTop+document.docum entElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))) ;} #float_content_right {border: 1px solid #01AEF0;} #hide_float_right {text-align:right; font-size: 11px;} #hide_float_right a {background: #01AEF0; padding: 2px 4px; color: #FFF;} </style> <div class="float-ck" style="right: 0px" > <div id="hide_float_right"> <a href="javascript:hide_float_right()">Tắt Khung Chat [X]</a></div> <div id="float_content_right"> <!-- Start quang cao--> <div style="" class="fb-page" data-tabs="messages" data-href="https://www.facebook.com/myphamhangngand1/" data-width="250" data-height="300" data-small-header="true" data-adapt-container-width="false" data-hide-cover="false" data-show-facepile="false" data-show-posts="false"></div> <!-- End quang cao --> </div> </div> |
Chúc các bạn thành công