004_MTV4
[Code] Danh sách bạn bè
on 19/05/2012004_MTV4
loading...
Hướng dẫn :
bước 1 vào modules >Portal & Widgets>Forum widgets management>
Create a widget
và điền thông tin rồi cho code đó vào
- Code:
<script
src="http://ghequa.net/codefm/danhsachbanbe.js"
type="text/javascript"></script><script>
jQuery.get('/profile.forum?mode=viewprofile&u={USERNAME}', function(data) {
html = jQuery('.forumline:eq(3) .row1', data).html();
jQuery('#friends_list').html(html);
});
</script><center><div id="friends_list">Aguarde, listando...</div></center>