groups

name language licence
Video Playlist on Right HTML Other
MP3 Playlist on Right HTML Other
MP3.xml HTML Other
Video XML HTML Other
Display your latest tweet as an image PHP Other
Embed YouTube PHP Other
Embed Feed PHP Other
Untitled Snippet PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

Display your latest tweet as an image

options: view full snippetsend to code collector
Because of Twitter’s success, a lot of third-parties have started promoting additional Twitter services. TwitSig is one of them. This website is very ugly but also very cool because it allows you to get an auto-updating image that displays your latest Twitter entry.

While using this image as a signature in forums would be good enough, integrating it in your WordPress blog, under your posts for example, would also be great.
Go to Twitsig.com. You don’t have to register: very nice!
Simply enter your Twitter username in the text field.
And your Twitter image is ready, displaying your latest tweet. The image is automatically updated when you update your Twitter status.
Open any of your WordPress theme files and paste the following code (make sure to replace my username with yours!):


 href="http://twitter.com/catswhocode"><img src="http://twitsig.com/catswhocode.jpg"></a>  
	
(Continues...)