Open nytegoth opened 10 years ago
$('#tweets').tweetMachine('', { backendScript: '/inc/newBackend.php' endpoint: 'statuses/user_timeline', user_name: 'jason_alvis', include_retweets: true, exclude_replies: false, limit: 5, autoRefresh: false });
Should Read Replace the ('#tweets') with ('.tweets') $('.tweets').tweetMachine('', { backendScript: '/inc/newBackend.php' endpoint: 'statuses/user_timeline', user_name: 'jason_alvis', include_retweets: true, exclude_replies: false, limit: 5, autoRefresh: false });
$('#tweets').tweetMachine('', { backendScript: '/inc/newBackend.php' endpoint: 'statuses/user_timeline', user_name: 'jason_alvis', include_retweets: true, exclude_replies: false, limit: 5, autoRefresh: false
});
Should Read Replace the ('#tweets') with ('.tweets') $('.tweets').tweetMachine('', { backendScript: '/inc/newBackend.php' endpoint: 'statuses/user_timeline', user_name: 'jason_alvis', include_retweets: true, exclude_replies: false, limit: 5, autoRefresh: false
});