Detect Twitter-user
<?php
if (strpos($_SERVER[HTTP_REFERER], "twitter.com") == true) {
echo "Hello Twitter User!";
}
?>
Instructions:
If you want to get all the visitors from Twitter a special greeting, add the following to your WordPress blog: