github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

seaofclouds / tweet

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 126
    • 24
  • Source
  • Commits
  • Network (24)
  • Issues (8)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (2)
    • gh-pages
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

put twitter on your website with tweet, an unobtrusive javascript plugin for jquery — Read more

  cancel

http://tweet.seaofclouds.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

fix a couple of issues, test with jquery 1.4 
seaofclouds (author)
Tue Jan 19 12:51:48 -0800 2010
commit  ff1067e1431faf7084dee7636c6d988487e8b74e
tree    e23a32cd45ee6c0500a66498773fb95902465106
parent  e20c28e4dab9f6219f3872ca6118cee3f622febe
tweet /
name age
history
message
file .gitignore Tue Sep 29 01:10:09 -0700 2009 hosted on heroku [seaofclouds]
file README Wed Feb 04 19:25:28 -0800 2009 add jquery and google api links to readme [seaofclouds]
file config.ru Tue Sep 29 01:46:12 -0700 2009 prep for heroku [seaofclouds]
file main.rb Tue Sep 29 02:16:02 -0700 2009 move to heroku [seaofclouds]
directory tweet/ Tue Jan 19 12:51:48 -0800 2010 fix a couple of issues, test with jquery 1.4 [seaofclouds]
README
Tweet!
put twitter on your website with tweet!, an unobtrusive javascript plugin for jquery.

=== Demo ===

  http://tweet.seaofclouds.com/ and http://seaofclouds.com/

=== Download ===

  Tar http://github.com/seaofclouds/tweet/tarball/master

=== Features ===

  * small size and fast download time
  * will not slow down or pause your page while tweets are loading
  * display up to 100 tweets, as permitted by the twitter search api
  * display tweets from a twitter search, or from your own feed
  * optional verb tense matching, for human readable tweets
  * optionally display your avatar
  * optionally display tweets from multiple accounts!
  * automatic linking of @replies to users’ twitter page
  * automatic linking of URLs
  * automatic linking of #hashtags, to a twitter search of all your tags
  * converts <3 to a css styleable ♥ (we ♥ hearts)
  * customize the style with your own stylesheet or with other jquery plugins

=== Usage ===

  1. Get JQuery. In these examples, we use Google's AJAX Libraries API.
  - http://code.google.com/apis/ajaxlibs/
  - http://jquery.com/
  
  2. include jQuery and jquery.tweet.js files in your template's <head>.
    <script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" 
    type="text/javascript"></script>
    <script language="javascript" src="/tweet/jquery.tweet.js" type="text/javascript"></script>
  
  3. Also in <head>, Initialize tweet! on page load with your Username and other options
    <script type='text/javascript'>
        $(document).ready(function(){
            $(".tweet").tweet({
                join_text: "auto",
                avatar_size: 32,
                count: 3,
                auto_join_text_default: "we said,",
                auto_join_text_ed: "we",
                auto_join_text_ing: "we were",
                auto_join_text_reply: "we replied to",
                auto_join_text_url: "we were checking out",
                loading_text: "loading tweets..."
            });
        });
    </script>
    
  4. In <body>, include a placeholder for your tweets. They'll get loaded in via JSON. How fancy!
    <div class="tweet"></div>
  
  5. Style with our stylesheet in <head>, or modify as you like!
    <link href="jquery.tweet.css" media="all" rel="stylesheet" type="text/css"/>


=== Contribute ===

  Bring your code slinging skills to Github and help us develop new features for tweet!
  
  http://github.com/seaofclouds/tweet/

  git clone git://github.com/seaofclouds/tweet.git

  Report bugs at http://seaofclouds.lighthouseapp.com/projects/14179-tweet/overview

=== Licensed under the MIT ===

http://www.opensource.org/licenses/mit-license.php

If you like Tweet, check out Twoot!
Twoot is a miniature Twitter client based on Tweet that allows you to post tweets and see what your friends are up to. 
Thanks, Peter Krantz!
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server