mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 20:41:06 -05:00
that twitter widget sucks
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
<button type="submit" class="btn btn-large btn-primary"><i class="icon-search"></i> Greptweet</button>
|
<button type="submit" class="btn btn-large btn-primary"><i class="icon-search"></i> Greptweet</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="results"></div>
|
<div id="results"></div>
|
||||||
|
|
||||||
<script src="/jquery.js"></script>
|
<script src="/jquery.js"></script>
|
||||||
|
|||||||
10
index.shtml
10
index.shtml
@@ -46,7 +46,7 @@ if (user) { window.location.replace("/u/" + user); }
|
|||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<label for="username">Twitter username</label>
|
<label for="username">Twitter username</label>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<input class="xlarge" id="username" type="text" name="id" size="16" required placeholder="kaihendry">
|
<input class="xlarge" id="username" type="text" name="id" size="16" autocomplete="off" required placeholder="kaihendry">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -55,12 +55,10 @@ if (user) { window.location.replace("/u/" + user); }
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<a class="twitter-timeline" href="https://twitter.com/greptweet" data-widget-id="262428256576339968">Tweets by @greptweet</a>
|
|
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>Please <a href="https://github.com/kaihendry/Greptweet">report issues and contribute on Github</a> :)</p>
|
<p>Like greptweet? Please let <a href="http://hendry.iki.fi">me</a> know ! I would love to get contributions from graphic designers to jazz it up here.</p>
|
||||||
<p>Try <a href="http://grepbook.co.uk/">Grepbook</a> for grepping Facebook</p>
|
<p>Super-geeks please <a href="https://github.com/kaihendry/Greptweet">report issues and contribute on Github</a> :)</p>
|
||||||
|
<p>Try my bff <a href="http://jamiek.it/">Jamie Kitson</a>'s <a href="http://grepbook.co.uk/">Grepbook</a> for grepping Facebook.</p>
|
||||||
<p>Active accounts: <!--#include virtual="active-users.txt" --></p>
|
<p>Active accounts: <!--#include virtual="active-users.txt" --></p>
|
||||||
<p>Version: <a href=https://github.com/kaihendry/Greptweet/commit/<!--#include virtual="version.txt" -->><!--#include virtual="version.txt" --></a></p>
|
<p>Version: <a href=https://github.com/kaihendry/Greptweet/commit/<!--#include virtual="version.txt" -->><!--#include virtual="version.txt" --></a></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user