Advanced Configuration options
TWITTER_USERNAME
Your Twitter username
TWITTER_PASSWORD
Your Twitter password
CHIRRUPBUNDLEJAVASCRIPT_DEPENDENCIES
Chirrup uses jQuery to manipulate the DOM and to make AJAX requests. If you are already including jQuery in your document, you can set this to false to save some bandwidth.
CHIRRUPJSSUPPORTLIBPATH
The path to the jQuery.js file on your server. Defaults to CHIRRUP-ROOT/javascript/jquery.js
CHIRRUPJSLIBCHIRRUPPATH
The path to the chirrup.js file on your server. Defaults to CHIRRUP-ROOT/javascript/chirrup.js
CHIRRUPCSSPATH
The directory from which CSS files will be served. Defaults to CHIRRUP-ROOT/css/
CHIRRUPTWITTERXML_PATH
The location of the XML reply cache on your server. Defaults to CHIRRUP-ROOT/xml/reply_cache.xml If you change the location of this file, ensure that the file has the correct permissions to allow writes from PHP.
CHIRRUPTINYURLXML_PATH
The location of the XML URL cache on your server. Defaults to CHIRRUP-ROOT/xml/url_cache.xml If you change the location of this file, ensure that the file has the correct permissions to allow writes from PHP.
CHIRRUPURLPATTERN
The regular expression by which Chirrup identifies urls in Twitter statuses.
CHIRRUPCACHETTL
Determines how old the cache file is allowed to be in seconds before an update is required. This is partially a speed optimisation and partially a workaround for Twitter's rate limiting policy. Defaults to 60 seconds.
CHIRRUPOFFLINEDEVELOPMENT
If you need to work on your Chirrup installation from a train, set to TRUE. It causes the tinyurl API to return garbage and causes the Twitter api to always use the reply cache.