changed the twitter widget to search for #haxogreen

master
Thierry Degeling 2014-08-02 16:39:50 +02:00
parent aaa8a71e73
commit 6eaa329893
4 changed files with 6 additions and 12 deletions

View File

@ -63,11 +63,8 @@
<div class="row">
<div class="col-md-4">
<a class="twitter-timeline" href="https://twitter.com/haxogreen" data-widget-id="495269387213869058">Tweets by @haxogreen</a>
<a class="twitter-timeline" href="https://twitter.com/hashtag/haxogreen" data-widget-id="495579528496828416">#haxogreen Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="col-md-8 netStats">
<a target="_blank" href="http://www.conostix.com/www/images/haxo/haxogreen.png">

View File

@ -66,11 +66,8 @@
<div class="row">
<div class="col-md-4">
<a class="twitter-timeline" href="https://twitter.com/haxogreen" data-widget-id="495269387213869058">Tweets by @haxogreen</a>
<a class="twitter-timeline" href="https://twitter.com/hashtag/haxogreen" data-widget-id="495579528496828416">#haxogreen Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="col-md-8 netStats">
<a target="_blank" href="http://www.conostix.com/www/images/haxo/haxogreen.png">

View File

@ -62,9 +62,8 @@
icinga
</div>
</a>
<a class="twitter-timeline" href="https://twitter.com/haxogreen" data-widget-id="495269387213869058">Tweets by @haxogreen</a>
<a class="twitter-timeline" href="https://twitter.com/hashtag/haxogreen" data-widget-id="495579528496828416">#haxogreen Tweets</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="col-md-8 netStats">
<h1 class="panelHeader">Bandwidth usage</h1>

View File

@ -7,19 +7,20 @@
}, 1000);
refreshContent();
setInterval( function() {
refreshContent();
}, 60000);
loadWeather();
setInterval( function() {
loadWeather();
}, 10000);
setInterval( function() {
reloadPage();
}, 10000);
schedule();
setInterval( function() {
schedule();
}, 60000);