fetchtweets.js

jQuery plugin to fetch tweets from Twitter API

1
0
1
JavaScript
public
Archived

fetchtweets.js

jQuery plugin to fetch tweets from Twitter API using application token

Register your application at fetchtweets.com

Implementation is as simple as:

$(function(){
  $('#tweets').fetchtweets({
    key: 'Your application key here'
  });
});
v0.3.3[beta]