diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index 58ef8793b..92769cd78 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -220,7 +220,7 @@

Scala on Twitter


 
See more tweets, or
diff --git a/resources/js/main.js b/resources/js/main.js index c671d6a44..05c0e804f 100755 --- a/resources/js/main.js +++ b/resources/js/main.js @@ -129,40 +129,6 @@ $(document).ready(function(){ $(".shadow").css('display','block'); } - // tweets - $(function(){ - $("#tweets").tweetMachine('', { - backendScript: 'https://www.scala-lang.org/webscripts/ajax/getFromTwitter.php?callback=?', - endpoint: 'statuses/user_timeline', - user_name: 'scala_lang', - include_retweets: true, - exclude_replies: false, - limit: 4, - autoRefresh: false, - tweetFormat: '\ -
\ -
\ -

\ -
\ -
\ -
\ -
\ -
\ -
\ -
\ -
\ -
\ - \ -
\ - \ - \ - \ -
\ -
\ - ' - }); - }); - });