displaying three tweets from the seaofclouds twitter feed. you can also see the script in action at seaofclouds.com
In your template's <head>, include jQuery and tweet javascript files
<script language="javascript" src="/tweet/javascripts/jquery.js" type="text/javascript"></script>
<script language="javascript" src="/tweet/javascripts/jquery.tweet.js" type="text/javascript"></script>
Also in <head>, Initialize tweet! on page load with your Username and other options
<script type='text/javascript'>
$(document).ready(function(){
$(".tweet").tweet({
username: "seaofclouds",
join_text: " we were ",
count: 5,
});
});
</script>
In <body>, include a placeholder for your tweets. They'll get loaded in via JSON. How fancy!
<div class="tweet"></div>
Bring your code slinging skills to Github and help us develop new features for tweet!
git clone git@github.com:seaofclouds/tweet.git
Report bugs in our lighthouse tracker
http://www.opensource.org/licenses/mit-license.php
something nifty from seaofclouds™ | Contribute