Juitter in action Insert Twitter Live on your website using Javascript/jQuery

Looking for

Search Twitter:

Download Juitter Beta

Current Release: v.1.0.0 (July 22, 2009)



Features

Do you like Juitter?

So help the developer to keep improving it

Follow

Usage

In your template's <head>, include jQuery and juitter javascript files like this:

<script language="javascript" src="/app/js/jquery-1.3.1.min.js" type="text/javascript"></script>

<script language="javascript" src="/app/js/jquery.juitter.js" type="text/javascript"></script>

<script language="javascript" src="/app/js/system.js" type="text/javascript"></script>

The first file is the jQuery core to make Juitter work, the second file is the Juitter core and config file, and the last file system.js is an example of how to make Juitter work on your website.

Now you'll need a container for your tweets, just insert a DIV with an ID just like the example below:

<div id="juitterContainer"></div>

If you want to personalize the loading message, the container DIV ID and more just edit the conf. variables at the beginning of the jquery.juitter.js file.

To make Juitter work just follow the instructions on the system.js file.

To see how to edit the CSS download the Juitter website source code.

Follow me on twitter @rodrigofante (portuguese) or @mrjuitter (english).

Check here the Juitter source code for developers.

Download here the Juitter website source code to see an example of how Juitter works.