Since Twitter changed their API to require authentication on every request about all the sites I've made got broken. They all had this "Last tweet" bubble that suddenly didn't work anymore. Now I fixed it. Instead of changing every site back-end code to contemplate an authenticated request to Twitter's API, I made a separate web app that does that and only that. It accepts cross-origin requests and delivers your last tweet in additional formats to fit your need. It even auto link your URLs and mentions. Now I made it public. Hope you enjoy it.