Demo: Ngay tại forum mình
Hướng dẫn :
Cho đoạn code sau vào đâu bạn muốn hiển thị chat box ( thường thì vào index_body )
Hướng dẫn :
Cho đoạn code sau vào đâu bạn muốn hiển thị chat box ( thường thì vào index_body )
- Code:
<iframe frameborder="0" width="100%" height="400px" onerror="firstchatfmvi()" src="/chatbox/index.forum?archives=1" onload="firstchatfmvi()" id="chatfmvi"></iframe>[color=#333333][size=2][/size][/color]
<script type="text/javascript">function firstchatfmvi() {setTimeout(function () {if ($("#chatfmvi").contents().find("#chatbox_option_disco").css("display") == "none") {$("#chatfmvi")[0].contentWindow.CB_disconnect()}}, 2000);}</script>