Twitter Updates
October13
Two ways to add Twitter to your site. For the non-tech or easy to do, use Twitter’s built in widgets: http://twitter.com/badges/which_badge
Or using PHP code your own page. Below is the code followed by the results:
$code = file_get_contents('/home/content/k/e/l/kellymas/html/includes/include_twitter.php');
$code = htmlspecialchars($code);
echo $code;
?>
$code = htmlspecialchars($code);
echo $code;
?>



