Mình lấy bài viết từ forum lên web làm tin tứ

ở web

Lấy tin tức từ forum lên web BA2zKM

ở forum

Lấy tin tức từ forum lên web REfRef

Khi mình viết ở forum mà mấy tiếng sau nó mới hiển thị ở web . lâu ơi là lâu

pro cho mình hỏi nó bị làm sao ấy nhỉ , làm sao cho nó cập nhật liền ak

tks mọi người.

code mình hiển thị ở web.

Mã:

<script src="http://thienlonghungba.com/forum/external.php?forumids=2&type=js" type="text/javascript"></script> <script type="text/javascript">

var max = 15;

if(threads.length < max) max = threads.length;

for (i = 0; i < max; i++)

document.write('<li style="padding-top:10px; padding-left:5px"><a href="http://thienlonghungba.com/forum/showthread.php?t=' + threads[i]['threadid'] + '" target="_blank" style="font-weight:bold;">' + threads[i]['title'] + '</a></li>');

}

</script>