Well,I'mgettingpostswhenIloadthepage,butwhenIdoanewpostandIgiveanappenditgoestothebottomofthepageandalsoitstaysinthemiddlethescrolldoesnotfollow,Itriedeverythingwithjquerybutnroll:
Anyhelpiswelcome,okayandgoodnight..
//Pegaopostnobd$lastpost=DBRead('posts',"WHERE id = '". $id ."'", 'conteudo');
//Transforma o array em string
$postcont = (string)$lastpost[0]['conteudo'];
// esta função e de um outro script apenas para cercar o conteudo que veio
// do banco com html estilizado
$post = post($postcont);
// aqui eu dou o append para colocar o post no feed
echo "<script>$('div.overview').append(".$post.");</script>";