$(document).ready(function(){
$('#tweetFeed').jTweetsAnywhere({
username: 'tbillenstein',
count: 5,
showTweetFeed: {
showProfileImages: true,
showUserScreenNames: true,
showUserFullNames: true,
showActionReply: true,
showActionRetweet: true,
showActionFavorite: true
},
showTweetBox: {
label: 'Spread the word …‘
}
});
});
?>
$('#tweetFeed').jTweetsAnywhere({
username: 'tbillenstein',
count: 5,
showTweetFeed: {
showProfileImages: true,
showUserScreenNames: true,
showUserFullNames: true,
showActionReply: true,
showActionRetweet: true,
showActionFavorite: true
},
showTweetBox: {
label: 'Spread the word …‘
}
});
});
?>