|
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 |
| realtime |
By default is set to 1 to auto-refresh tweets with newer ones.
set it to 0 to disable real-time search, which is more suitable for
a status only mode. |
1 |
| status |
By default is set to 0 to search tweets relating to page tags.
To ignore tags and just return your status feed. set status to 1 |
0 |
| n |
Number of tweets to return. in Real-time mode it should not be less
than 10 so plugin won't need to auto-update results too often and
get blocked by the twitter API. Max is 100 |
10 |
| lang |
Restricts tweets to the given language, given by an
ISO 639-1 code. |
'en' |
| geocode |
Returns tweets by users located within a given radius of the given latitude & longitude,
where the user's location is taken from their Twitter profile. The parameter
value is specified by "latitide,longitude,radius",
where radius units must be specified as either "mi"
(miles) or "km" (kilometers).
ex: '37.400465,-122.073003,25km'.
To convert an address to a geocode
try this.. |
'' |
| max_tags |
Max number of tags to extract from page and use in search. |
5 |
| or_tags |
By default, plugin will search twitter by OR-ing those tags to return
tweets that contain any of the tags. but you can force the search to return
tweets that contain all tags together.
you may also lower the number of the used tags to avoid empty result set
when twitter can't find tweets that have all tags in the same time. |
1 |
| query |
Don't specify any search query and query is constructed by OR-ing post
tags found on page. or specify a fixed search term! |
'' |
| default_query |
Specify a default search query to be used when no tags are found on
page. |
'' |
| links_only |
Return only tweets with links if set to 1. by default is set
to 0 |
0 |
| from_users |
Return tweets from these users. must be comma delimited list of Twitter
usernames like 'TechCrunch,mashable' |
'' |
| to_users |
Return tweets that are replies to a user (tweets that start with @mzsanford).
must be comma delimited list of Twitter usernames. |
'' |
| at_users |
Tweets Mentioning a user (tweet contains @biz). must be comma delimited
list of Twitter usernames. |
'' |
| stay_time |
Time in milliseconds for a tweet to be shown. |
5000 |
| enter_time |
Entry transition time in milliseconds. |
300 |
| 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 |
| show_source |
Show tweets source(ex: web, twhirl) if was set to 1. |
1 |
| image_width |
by default avatar image is 48x48. You may scale it down by setting it
to something like 32 |
48 |
|