Twitter Signature Image Generator Script
With this script, you will allow your users to create signature images that display their latest tweet dynamically. This Includes a cache system that caches the tweets for about 15 minutes before retrieving their latest tweet again. The cached tweets are stored in a MySQL database. This caching system speeds up the load time of the image by cutting the connection to Twitter from every time the image is loaded, to just once every 15 minutes.
Make sure you have the GD & FreeType Libraries installed for your version of PHP . No CURL Necessary!
Features:
- Tweets Caching System (caches tweets for 15 minutes)
- Easily change the image, settings, & design on the fly
- Ability to change the “powered by” text without code modifications
- Generated Images counter
- friendly image URL to eliminate those long & ugly URLs


20comments