Latest Tweets Tooltip with jQueryJuly 20, 2010

If you have a news website, it might be interesting for you to allow your users to see the latests tweets about a topic. Here is a jQuery plugin for showing the latest tweets about a certain word or phrase. For this plugin we are using the jQuery Twitter Search Plugin. Words or phrases that...

read more

Collective: 9 Best Twitter Jquery PluginsJuly 18, 2010

There are lots of JavaScript libraries out there and many of them are in use on social media sites like twitter. This Twitter plugins uses the popular jQuery library, article contains a sampling of jQuery twitter plugins I’ve found useful. Source http://skyje.com/2010/07/twitter-jquery...

read more direct link

Find Your First Twitter FollowerJanuary 9, 2010

This application aims to show you who your first follower was in twitter. It's done with PHP and jQuery and of course it uses the twitter API. Two of the available API methods are used : statuses/show and followers/ids. Note that the rate limit is 150 requests per hour (you can increase this) so...

read more

TweetTheme: Color Theme Inspiration from Twitter ThemesDecember 2, 2009

My next Twitter API experiment: Get the theme's colors from any Twitter account! With this PHP and jQuery code you can call the Twitter API and request the RGB color and the background image from a given user. In the provided demonstration you just have to input the username and hit enter - t...

read more

Twitter API and jQuery Showcase: Display your Followers or FriendsDecember 2, 2009

Today I was playing around with the Twitter API and created this little "widget" using jQuery and PHP. I know, there are already plenty of them, but I wanted to improve some details. Some of the features are: You can get your most recent 100 followers or friends Followers or friends...

read more

jMaxInput: jQuery Twitter-Like TextareaNovember 8, 2009

jMaxInput allows you to limit the input size of a textarea like it is done in Twitter. The number of characters left to type are shown while typing. The user can write as many characters as he wants (negative value is shown) but the text can only be submitted if the size of the input is below th...

read more