Aug
2009
Add Twitter to BlogCFC
Posted in ColdFusion, jQuery
I'm pretty close to being done with my latest re-skinning effort of BlogCFC, and wanted to add a Twitter Pod to display my most recent tweet.
I've done some work recently with the Twitter API for blitztweets.com, so I didn't think it would be too difficult of a task.
I added a method to blog.cfc, added an application variable with the last update date/time (so as to only update every 'n' minutes and avoid potentially hitting the rate limit), and then created the pod itself (aptly named twitter.cfm).
After reinitializing the blog, everything looked good. I waited a few minutes, made a new tweet, and reloaded the page. Unfortunately, it didn't update.
Read More...
I'm a big fan of 
