jQuery plugin to fetch tweets from Twitter API
jQuery plugin to fetch tweets from Twitter API using application token
$(function(){ $('#tweets').fetchtweets({ key: 'Your application key here' }); });