Plugin supports many arguments. All arguments are optional except for the url and 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 |
username of Twitter account you need people to follow. |
'' |
| url | URL you need people to tweet. URL like "http://www.moretechtips.net" should be used with a trailing slash "http://www.moretechtips.net/" | '' |
| friends | by default set to 0 to load followers. set it to 1 to load friends (whom you follow) | 0 |
| friend_calls |
Number of calls to Twitter API to request list of friends. each call return 100 friend. |
1 |
| tweeter_calls |
Number of calls to Topsy API to request list of tweeters. each call return 100 tweeters to compare with friends. |
1 |
| n |
max number of users to show.
Recommended number is less than 50, number can be increased but you will need to increase friend_calls and tweeter_calls to do more API requests to get more results, but it would slow down the output! |
20 |
| loop |
loop avatars 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 looping avatars again. |
5000 |
| user_append |
By default each avatar is added by the end of list. to insert it at the beginning of list set this to 0 |
1 |
| info |
Plugin adds HTML link to my blog. 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. |
blog Link! |