Skip to content

jQuery plugin for automating retrieval of latest tweets from a Twitter account

Notifications You must be signed in to change notification settings

mikespokefire/jQuery-Twitterbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to use

Get started with default options

$("#selector").twitterbox('twitter_username');

Replace twitter_username with the username of the tweet stream you want.

Specifying options

$("#selector").twitterbox({
	screen_name: false,
	disableAnywhereIntegration: false,
	disableAnywhereHoverCards: false,
	disableAnywhereFollowMeButton: false,
	count: 5,
});
  • screen_name = The twitter username of the tweet stream you want.
  • disableAnywhereIntegration = Fully disable automatic @Anywhere integration
  • disableAnywhereHoverCards = Disable automatic @Anywhere Hover cards
  • disableAnywhereFollowMeButton = Disable automatic @Anywhere follow me button
  • count = The number of Tweets you want to display

About

jQuery plugin for automating retrieval of latest tweets from a Twitter account

Resources

Stars

Watchers

Forks

Packages

No packages published