if (get_option('er_twitter_kutusu') == 'Evet'){


$username = "burakisci";
$prefix = "";
$suffix = "";
$feed = "http://search.twitter.com/search.atom?q=from:" . $username . "&rpp=1";
function parse_feed($feed) {
$stepOne = explode("", $feed);
$stepTwo = explode("
", $stepOne[1]);
$tweet = $stepTwo[0];
$tweet = str_replace("<", "<", $tweet);
$tweet = str_replace(">", ">", $tweet);
return $tweet;
}
$twitterFeed = file_get_contents($feed);
echo stripslashes($prefix) . parse_feed($twitterFeed) . stripslashes($suffix);
?>

@burakisci



}else {
echo stripslashes(get_option('bh_reklam'));
} ?>


Şeklinde olması lazım, hata alırsan hatayı yazarsın.