This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README | ||
| |
example.html | ||
| |
twitter-last-status.js |
README
************************************************** Project: twitter-last-status Author: Matthew Nolan Caudill (nolan@nolancaudill.com) Date: 22 April 2009 License: BSD ************************************************** This is an extremely simple piece of Javascript that uses the JSONP interface of Twitter to pull in the last status of a username. It is covered under the BSD License. Usage (an example file is also included): 1) Set the 'username' variable to the desired user. 2) Include the script on any HTML page. 3) The script looks for a HTML div on the page with id of 'twitter-last-status' to fill in after the callback.








