mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-24 22:11:04 -05:00
show last tweets
This commit is contained in:
33
index.shtml
33
index.shtml
@@ -24,7 +24,6 @@ function getCookie( oName ) {
|
|||||||
|
|
||||||
user = getCookie("u");
|
user = getCookie("u");
|
||||||
if (user) { window.location.replace("/u/" + user); }
|
if (user) { window.location.replace("/u/" + user); }
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@@ -54,10 +53,38 @@ if (user) { window.location.replace("/u/" + user); }
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p>Try <a href="http://grepbook.co.uk/">Grepbook</a> for grepping Facebook</p>
|
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
|
||||||
|
<script>
|
||||||
|
new TWTR.Widget({
|
||||||
|
version: 2,
|
||||||
|
type: 'profile',
|
||||||
|
rpp: 4,
|
||||||
|
interval: 30000,
|
||||||
|
width: 250,
|
||||||
|
height: 300,
|
||||||
|
theme: {
|
||||||
|
shell: {
|
||||||
|
background: '#333333',
|
||||||
|
color: '#ffffff'
|
||||||
|
},
|
||||||
|
tweets: {
|
||||||
|
background: '#000000',
|
||||||
|
color: '#ffffff',
|
||||||
|
links: '#4aed05'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
features: {
|
||||||
|
scrollbar: false,
|
||||||
|
loop: false,
|
||||||
|
live: false,
|
||||||
|
behavior: 'all'
|
||||||
|
}
|
||||||
|
}).render().setUser('greptweet').start();
|
||||||
|
</script>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>Please <a href="https://github.com/kaihendry/Greptweet">contribute on Github</a> :)</p>
|
<p>Please <a href="https://github.com/kaihendry/Greptweet">report issues and contribute on Github</a> :)</p>
|
||||||
|
<p>Try <a href="http://grepbook.co.uk/">Grepbook</a> for grepping Facebook</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user