jGetTwitter is a jquery plugin which gets latest tweets from twitter using twitter apis. It displays tweets in the target div with id as jQuery selector. To view a sample demo click on the link below
$('#div_id').jGetTwitter({
username: 'username'
});
| Name | Default Value | Acceptable Values | Description |
|---|---|---|---|
| username | empty | User's username | Mandatory | This option is required and it will the twitter username of the user |
| NoOfTweets | 5 | from 1-20 | Optional | This displays the total number of tweets. Default value is 5 |
| ProfilePhoto | true | true or false | Optional | This option displays user's profile image depending on the value provided by the user. |
| TweetTime | true | true or false | Optional | This option displays time of tweet and displays it in time ago format. |
| FollowerDisplay | true | true or false | Optional | This option displays the total number of followers of the current user. |
| TotalNoOfTweets | true | true or false | Optional | This option displays the total number of tweets of the current user. |
| theme | golden | blue/green/grey/pink/golden/ocean | Optional | This option displays tweets in different themes. Currently six themes are available. |