Brandon Mathis
898b149dda
removed console.log from twitter.js #facepalm
13 years ago
Brandon Mathis
579142c28b
fixed issue with expanded twitter urls, fixed issue where twitter would report seven day old tweets as "false"
13 years ago
Brandon Mathis
9cf956cc96
added buffer for mentions in twitter stream
13 years ago
Brandon Mathis
347c954894
updated added reqwest to ender.js, fixed twitter.js url expansion bug
13 years ago
Frederic Hemberger
167db49940
Refactores twitter widget
- Order of code: Define functions first before using them
- Fixed issues found by jsHint (http://jshint.com )
- Switched to Twitter's current API url
- Expand shortened urls, fixes #165
13 years ago
Brandon Mathis
bd44056045
fixed bug with twitter feed where it would sometimes say "undefined" if the post was more than a month old
13 years ago
Philip Hofstetter
81dcb0301b
correctly scope locals
having such generic variables as feed and i global is a recipe for
trouble waiting to happen.
These variables aren't used outside of the twitter plugin, so we can
easily make them local to getTwitterFeed
13 years ago
Brandon Mathis
ea349cdfbf
Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use
14 years ago
Brandon Mathis
901f4d7f29
Improved the whitespace formatting for tweets where there are lots of
consecutive new lines
14 years ago
Brandon Mathis
7957858bc6
Typographic trying out some webfonts
Media query layout improvements
Twitter now splits tweets with <br> and </p><p> on \n and \n\n
RSS icon made a bit smaller
14 years ago
Brandon Mathis
aa23061624
Added themes directory, improved javascript load and minification.
14 years ago