Skip to content

Instantly share code, notes, and snippets.

@ArupSen
Created July 9, 2012 18:17
Show Gist options
  • Save ArupSen/3078001 to your computer and use it in GitHub Desktop.
Save ArupSen/3078001 to your computer and use it in GitHub Desktop.
HTML and css for showing one tweet
<style type="text/css">
#twitter_update_list li {
list-style-type: none;
}
#twitter_update_list {
font-size:0.82em;
width:138px;
position:relative;
left:207px;
bottom:79px;
color:#333;
}
</style>
<div id="twitter_update_list">
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js">
</script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/britishbootco.json?callback=twitterCallback2&count=1">
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment