I'd also suggest adding a cumulative delta counter, rather than just the delta per poll. That way I can load up the page and come back an hour later and get an even better feel for the changes. Maybe also add a rate (delta/hour) field?
Awesome work!
Also, thanks for the suggestions! I may implement them sooner or later, I've got a lot of other projects to do...
Likes for Obama : 33.203.746
http://private.woutervdb.com/obama/
Likes for Romney : 12.053.114
setInterval(
function() {
$.getJSON(
"https://graph.facebook.com/mittromney",
function(results) {
console.log("Mitt Romney Like Count: " + results.likes)})},
5000)
Edit: Love the idea, glad the page is out there! Great conversation starter.