php

Twitter Retriever

July 25, 2008 - 2:55am — Andre
date month
twitterlogo.png

The script used to retrieve my tweets (as seen in the block to the right) is a mashup of several scripts I came across. It uses simplexml (PHP5 ONLY) to retrieve your user XML file. This method doesn't cause your page load time to suffer like JavaScript based tweet retrievers.

View the full code after the jump.