From 092d48192eba6eed2b0145f03482cb941f54b5a6 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 2 Sep 2013 19:02:25 -0700 Subject: [PATCH] use official Twitter timeline This has started to suck a lot less over the last few months if I'm not mistaken. --- _layouts/main.html | 14 +++++++------- beets.js | 48 ---------------------------------------------- 2 files changed, 7 insertions(+), 55 deletions(-) diff --git a/_layouts/main.html b/_layouts/main.html index 1988646e5..f0dd37930 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -153,12 +153,14 @@ or News from @b33ts - +Tweets by @b33ts + {% endif %} -

- -

Contact

@@ -176,8 +178,6 @@ or tweet beets - link »"); - - var date = new Date(Date.parse(status.created_at)); - date = MONTH_NAMES[date.getMonth()] + ' ' + date.getDate(); - - $('#twitterStatus').append( - '
  • ' + date + ': ' + - text + '
  • ' - ); - count++; - if (count >= NEWS_COUNT) - return false; // break - } - }); - }, - }); -} - $(function() { setTimeout(updateBeetsis, INTERVAL_INITIAL); - getNews(); });