Created
July 9, 2012 18:17
-
-
Save ArupSen/3078001 to your computer and use it in GitHub Desktop.
HTML and css for showing one tweet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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