code.Atomic8Ball.com

  1. Between the <head> tags add: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
    <script src="http://code.a8b.co/latest-tweets/js/jquery.tweet.js" type="text/javascript"></script>
    <script type="text/javascript">
       $(function () {
          $("#tweets").tweet({
             count: 3,
             username: "atomic8ball",
             template: "{text}"
          });
       });
    </script>
    Change count to match the number of tweets you would like to show, and change the username to the Twitter username.
  2. Add <div id="tweets"></div> where you would like your tweets to show.

View more options and demos at http://tweet.seaofclouds.com