-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtwitter.html
42 lines (35 loc) · 1.34 KB
/
twitter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: default
title: Twitter
---
<style type="text/css">
#twitter_update_list {
font-size: 13px;
line-height: 21px;
list-style: none;
}
#twitter_update_list li {
background: url('images/twitter-divider.gif') bottom left repeat-x;
padding-bottom: 7px;
margin-bottom: 9px;
}
#twitter_update_list span, #twitter_update_list span a {
color: #ababab;
text-decoration: none;
}
#twitter_update_list a {
color: #6f7276;
}
</style>
<div class="row">
<div class="well span12">
<a href="https://twitter.com/ElasticsearchFR" class="twitter-follow-button" data-show-count="false" data-lang="fr" data-size="large">Suivre @ElasticsearchFR</a>
<ul id="twitter_update_list"><li>Twitter feed loading</li></ul>
</div>
</div>
<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>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js">
</script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/elasticsearchfr.json?callback=twitterCallback2&count=10&include_rts=true">
</script>
<!-- https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&include_rts=true&screen_name=twitterapi&count=2 -->