Sidebar Network

Current version: 0.028

Manual Installation

If the above installation doesn't work, you can try the following:

If you get an error message on installation, please ensure that you have the most recent version of the runtime installed. You may need to uninstall any and all previous versions of AIR before installing the new version.

Welcome to Snitter!

Snitter is "Snook's Twitter": an Adobe AIR-powered application for twittering. Twitter let's you post small 140 character messages letting people know what you're up to.

Snitter is made on the Adobe AIR platform which is both Mac OSX and Microsoft Windows compatible. There is currently a Linux version of Adobe AIR in alpha testing but some functionality is likely missing.

Donations

Building this application takes time and energy. If you feel like this software is of value and you'd like to help out, please make a donation via PayPal. In Canada, you can also send an Interac payment from your bank via email to jonathan at snook dot ca.

Features

To-Do List

The application is currently going under an overhaul to make the application more stable, flexible and customizable.

At the core will be a very simple system to send and receive tweets. A number of hooks will be available for plug-in developers to add in additional functionality. As this is a personal project, this release will take time to develop and test. Features expected to be in the next release:

User Stylesheet

Every screen name in Snitter can have a user stylesheet assigned to it. You can access it from the options screen and clicking on the Edit User Styles button. Changes to the CSS will be applied immediately.

Once you've modified your style into something super-sexy, why not add it to the Flickr Snitter Group?

Here are some quick examples:

Increasing font-size
* {font-size:16px;}
Increasing font-size of just tweets
.tweettext {font-size:16px;}
Changing background color of interface
#shellin {background-color:#900;}
Smaller avatars
.userprofileimageurl img {width:24px;height:24px;}
.tweet {padding-left:35px}
No drop shadow
#shadow {border:0;background:none;}
#shell {top:0;bottom:0;left:0;right:0;}

Known Issues