Plugin supports many arguments. All arguments are optional except for your Twitter username!
| Option |
Description |
Default value |
| debug |
Set debug to 1 while you test to display errors, then remove
it when you done. |
0 |
| username |
your Twitter username! |
'' |
| friends | by default set to 0 to load followers. set it to 1 to load friends (whom you follow) | 0 |
|
Friends Pictures
|
| users |
Number of visible friends' pictures on each swap. Note that Twitter
will return your latest 100 Followers/Friends. you can choose to show a
smaller number of pictures at a time. it's recommend to show a number that
fits to your widget space and 100 is dividable by it. |
20 |
| users_max |
Twitter will return your latest 100 Followers/Friends or less. you can choose to show a
smaller number of pictures at all (ex: 80).
If you set this the same as 'users' then no swapping happens. | | 100 |
| loop |
loop friends pictures animation or not. set it to 1 to loop or
0 to disable. |
0 |
| user_link |
by default, friends pictures will link to their Twitter page. your can
link it to their homepage by setting this to 1. |
0 |
| user_image |
Pictures are 48x48 pixels. you can scale it down to 32 pixels for example. |
48 |
| user_animate |
Customize picture entry animation type. available values are 'width',
'height', 'opacity' |
'opacity' |
| user_change |
Entry transition time of a picture in milliseconds. |
200 |
| user_swap |
Time in milliseconds to wait before displaying the next (users) set.
This delay is used only when tweets are disabled. otherwise swapping happens
after displaying current visible friends tweets. |
5000 |
| user_append |
By default friends picture is added by the end of pictures list. to
insert picture at the beginning of list set this to 0 |
1 |
|
Profile Header
|
| header |
Show your Twitter profile information like your picture, profile link,
friends/followers count.
may contain any HTML code or these optional variables which will be replaced
with actual values.
_tp_ : Twitter profile Link.
_ti_ : Twitter picture.
_fo_ : followers count.
_fr_ : friends count.
Ex: '<a href=\'_tp_\'></a><img src=\'_ti_\'/></a><h2></h2>_fo_ Awesome Follwers!</h2>'
Notice how single quotes in HTML was replaced with \'
If you don't leave this option empty, widget will make an extra call
to the twitter API to load your profile information. |
'' |
|
Friends' Tweets
|
| tweet |
Set this to 1 to display friends' tweets at widget footer. Tweets
will also appear as a tool tip when hovering on a friend picture. |
0 |
| tweet_avatar |
you can disable friend picture not to appear on his/her tweet by setting
this to 0 |
1 |
| tweet_author |
Show tweet author name or not. you might set it to 1 to show
the author name. |
0 |
| tweet_date |
Show tweet date or not. set it to 0 to hide. |
1 |
| tweet_source |
Show tweet source or not (ex: web, twhirl). set it to 0 to hide. |
1 |
| tweet_image |
by default tweet avatar image is 48x48. You may scale it down by setting
it to something like 32 |
48 |
| tweet_stay |
Time in milliseconds for a tweet to be shown. |
5000 |
| tweet_change |
Entry/exit transition time of a tweet in milliseconds. |
200 |
| tweet_animate |
What to animate for tweet transition. by default is set to 'opacity'
to fade tweets in.
possible values are 'opacity', 'height', 'width',
'fontSize', 'lineHeight'. (case-sensitive) |
'opacity' |
| info |
This option is an HTML link to my homepage. You can remove it
by setting this option to empty string (''), but I'll appreciate it if you
attribute/link-back to me elsewhere on your website. |
Plugin Link! |