Ah - I overlooked this one:

>    - Can I modify the height of the tiddler or number of tweets to display?

I don't know about the number of tweets - however you can change the
height of the scrollbox in the TwitterTabs tiddler by changing the
height parameter:
!!showSearchResults
....
@@display:block;height:20em;overflow:auto;

> - Could the fourth tab on http://www.tiddlytools.com/#TwitterTabs be,  e.g. 
> 'tweets containing jermolene' instead of 'tweets from jermolene' to show the 
> appropriate syntax?

I believe its in the showUserForm section:
!showUserForm
{{small smallform{
tweets containing: <<option
{{config.options.txtTweetUser='$1';'txtTweetUser'}}>>

However I don't think its right to change it to "tweets containing' -
because it fetches tweets from the user - not tweets containing the
username..

Cheers Måns Mårtensson

Just change it to:
!showUserForm
{{small smallform{
show tweets from: <<option
{{config.options.txtTweetUser='$1';'txtTweetUser'}}>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to