Number of likes of Mitt Romney on Facebook decreasing constantly
private.woutervdb.com
Number of likes of Mitt Romney on Facebook decreasing constantly
1–10 of 17 posts
Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#2Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#3Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#4See also http://private.woutervdb.com/obama/
Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#5Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#6I'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!
Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#7Server is getting hotter and hotter, internet connection is getting slower and slower...
Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#8Is that surprising? I'd imagine the loser in every state's gubernatorial race is also trending down on Facebook. McCain? All washed up on Facebook, too, right?
Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#9Server is getting hotter and hotter, internet connection is getting slower and slower...
Why are you going via your server? Couldn't you have the JS get the data from Facebook's Graph API directly?
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.Re: Number of likes of Mitt Romney on Facebook decreasing constantly
#10Is that surprising? I'd imagine the loser in every state's gubernatorial race is also trending down on Facebook. McCain? All washed up on Facebook, too, right?