Archive for the Web Design Category
10 code snippets to interact with Twitter
1 - Autofollow script (PHP) This code allow you to automatically follow user who have tweeted about a specific term. For example, if you want to follow all users who tweeted about php, simply give it as a value to the $term variable on line 7. <?php // Twitter Auto-follow Script by Dave Stev
