Display a word cloud representing the content of up to 200 tweets from a publicly accessible Twitter feed.
Because the processing is done in Javascript, not PHP, so your password would be clearly visible.
Twitter imposes a 100 request per hour limit on single users or IPs. If this was written in PHP, all the requests would come from one single source (your web host). In this case, once you exceeded 100 views in an hour, visitors to your blog would no longer receive any content for the tweetrix plugin. By writing the functionality in javascript, the requests are coming from the client rather than your server.
In your theme css file (or somewhere on your page), add styles for #tweetrix (if you've left the div id option set to tweetrix). The individual words are wrapped in span tags.
Requires: 2.0.2 or higher
Compatible up to: 2.9.2
Last Updated: 2009-12-22
Downloads: 324
Got something to say? Need help?