- Nhẹ
- Có thể kết nối nhiều groupchat (kết nối forum)
- Chat riêng
Hướng dẫn:
- Vào https://jappix.com/ Chọn Register
- Điền đầy đủ thông tin rồi chọn Here we go!
- Chọn Login, điền đầy đủ thông tin rồi chọn Here we go!
https://2img.net/r/ihimizer/img837/9655/jappixcom.png
- Nếu tên groupchat chưa ai đăng ký thì sẽ giống như thế này
https://2img.net/r/ihimizer/img850/3338/jappixcom.jpg
- Làm theo hình bên dưới
https://2img.net/r/ihimizer/img818/9655/jappixcom.png
- Cho code bên dưới vào cuối overall_header và thay chỗ Tên groupchat bằng địa chỉ mới copy ở hình trên
Cho code này vào cuối overall_header (nếu phpbb3 và invision thì cho vào widget)
- Code:
<script type="text/javascript" src="https://static.jappix.com/php/get.php?l=en&t=js&g=mini.xml"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
MINI_GROUPCHATS = ["Tên groupchat"];
MINI_NICKNAME =document.getElementById('i_icon_mini_logout').title.replace(/.*?\[(.*)\]/,"$1");
MINI_ANIMATE = true;
launchMini(true, true, "anonymous.jappix.com");
});
</script>
- Code:
<script type="text/javascript" src="https://static.jappix.com/php/get.php?l=en&t=js&g=mini.xml"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
MINI_GROUPCHATS = ["Tên groupchat", "fmvi@muc.jappix.com"];
MINI_NICKNAME =document.getElementById('i_icon_mini_logout').title.replace(/.*?\[(.*)\]/,"$1");
MINI_ANIMATE = true;
launchMini(true, true, "anonymous.jappix.com");
});
</script>
Note: Nếu bạn không muốn tự động đăng nhập thì thay dòng launchMini(true, true, "anonymous.jappix.com"); bằng launchMini(false, true, "anonymous.jappix.com");
Cách vào webchat
- Code:
https://jappix.com/?r=địa-chỉ-groupchat
Help: https://mini.jappix.com/help
Document: http://codingteam.net/project/jappix/doc/JappixMini