Home > twitter-last-status

twitter-last-status

Twitter-last-status is a project mainly written in JavaScript, based on the View license.

A simple Javascript widget to pull your last Twitter status without use of an API key


Project: twitter-last-status Author: Matthew Nolan Caudill ([email protected]) 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.

Previous:decomposer