Hello
Bought and implemented the AJAX Scroller -- easy to implement and works well, thanks!
One feature request/idea: Would it be possible to truncate characters from the beginning of tweets? As I am using my install as a simple Twitter scroller, my username appears at the beginning all the time. If I could truncate the first 11 characters, it would display just the actual tweet.
For example, instead of:
User_name: This is a tweet in AJAX Scro...
it would appear as:
This is a tweet in AJAX Scro...
In my implementation, I introduce the scroller with 'On Twitter:' and the repetition of our username doesn't serve any purpose (links turned off), plus this would allow more space for the actual tweets.
Thanks in advance for your consideration.