Need to have some fun and display random tweets in the footer. Just to make it even better for us I think we should only be pulling from the Twitter profile ShitIgorSays. A simple Twitter API call (seen below) will return a JSON response from Twitter containing the tweets. This does not require authentication so a simple GET request should do the trick.
http://api.twitter.com/1/statuses/user_timeline.json?screen_name=ShitIgorSays
Need to have some fun and display random tweets in the footer. Just to make it even better for us I think we should only be pulling from the Twitter profile ShitIgorSays. A simple Twitter API call (seen below) will return a JSON response from Twitter containing the tweets. This does not require authentication so a simple GET request should do the trick.
http://api.twitter.com/1/statuses/user_timeline.json?screen_name=ShitIgorSays