edit file twitter.php di folder common.
cari kode dibawah ini
PHP Code:
function twitter_home_page() {
user_ensure_authenticated();
//$request = API_URL.'statuses/home_timeline.json?count=20&include_rts=true&page='.intval($_GET['page']);
$request = API_URL.'statuses/home_timeline.json?count=20&include_rts=true';
0 comments:
Post a Comment