Plugin supports many arguments. 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 tweets to return. max is 50 |
10 |
| show_n |
Number of tweets to show in a time. apparently should be less than
total number of tweets 'n'.
If you set this number to 0 then transitions will be disabled and
tweets displayed as a simple list. |
1 |
| header |
HTML content that will be placed at the beginning of the widget.
example '<h1>My Header</h1>' |
| '' |
| inf_only |
If set to 1, will return tweets of Highly Influential users
only.
Influence is an attention measure computed by Topsy. The influence level
goes from 0 to 10 |
0 |
| inf_tip |
If set to 1, will show the the influence level of users as a
tool tip when hovering their avatar. |
0 |
| stay_time |
Time in milliseconds for a tweet 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 entry transition. by default is set to 'opacity'
to fade tweets in.
possible values are 'opacity', 'height', 'width',
'fontSize', 'lineHeight'. (case-sensitive) |
'opacity' |
| show_avatar |
Show avatar image when set to 1 or not if set to 0 |
1 |
| show_author |
Show tweet author name or not. you might set it to 0 to hide
the author name in status mode. |
1 |
| show_date |
Show tweet date or not. |
1 |
| image_width |
by default avatar image is 48x48. You may scale it down by setting it
to something like 32 |
48 |
| reply |
Text of the reply link. Can be disabled If you set to ''
empty string. |
'reply' |
| retweet |
Text of the retweet link. Can be disabled If you set to ''
empty string. |
'retweet' |
| topsy_author_url |
By default, user avatar will link to user Twitter profile, If you
set this to 1 then avatar will link to user Topsy profile! |
0 |
| 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! |