Options List
Plugin supports many arguments. But, all arguments are optional..
| Option |
Description |
Default value |
| debug |
Set debug to 1 while you test to display errors, then remove it when you done. |
0 |
| url |
by default URL will be auto-grabbed from current page URL. to override this set it manually. |
'' |
| url_querystring |
When 'url' is left empty by default. any query string in the current page URL will be ignored, which should be suitable to most blogging
platforms. but if your post URL uses query string to identify each post then you must set this to 1
query string: anything in URL that comes after ? including the question mark. |
0 |
| n |
Number of pictures to return. max is 50 |
10 |
| who |
by default, the button will get pictures of who tweeted your link. to disable set it to 0
Also If you choose a small (wide) button. who-part will be disabled. |
1 |
| button |
The Big (tall) button is the default which can hold people pictures. to use the small (wide) button set this to 'small' |
'big' |
| nick |
Your Twitter nickname(username). So when people retweet your link; your nickname appears as the source. |
'' |
| inf_only |
If set to 1, will return pictures of highly influential users only.
Influence is an attention measure computed by Topsy. |
0 |
| inf_tip |
If set to 1, will show the the influence level of users as a tool tip when hovering their pictures. |
0 |
| tweet_tip |
If set to 1, will show the actual tweet of each user as a tool tip when hovering his/her picture. |
0 |
| stay_time |
Time in milliseconds for a picture to be shown. |
5000 |
| enter_time |
Entry transition time in milliseconds. |
200 |
| exit_time |
Exit transition time in milliseconds |
200 |
| animate |
What to animate for picture transition. by default is set to 'opacity'
to fade tweets in.
possible values are 'opacity', 'height', 'width'. (case-sensitive) |
'opacity' |
| topsy_author_url |
By default, user picture will link to Twitter profile of that user, If you
set this to 1 then it will link to his/her Topsy profile
instead! |
0 |