FadingTweets is a mootools class allowing the latests tweets from a public twitter account or for a hash tag to be displayed in a div on a web page.
-
Create a div elements on your page with an ID 'fading-tweets'
-
Call the FadingTweets class with the twitter feed name
<script type="text/javascript"> FadingTweets( { feed: 'cognidox' } ); </script>