sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 116 forks source link

"Loading..." #36

Closed Doohi closed 9 years ago

Doohi commented 10 years ago

I keep getting "Loading..." rather than the actual feeds. Could you help me?

Ciwan1859 commented 9 years ago

I've got the same problem. I'm on localhost. I have filled in the consumer and access token keys.

Cammoy commented 9 years ago

Make sure you api path is correct! var tweets = $('.twitter').twittie({ 'apiPath':'/wp-content/themes/YOURTHEME/lib/Tweetie/api/tweet.php', 'username':'USERNAME', 'count':5, 'hideReplies': true, 'dateFormat': '%b %Y', 'template':'

MY TWEET{{tweet}}@Alquity on {{date}} ', });

The-Newt commented 9 years ago

Hoping for some help with a similar issue and Ive hit rock bottom here. I continue to also get the "Loading" display. The api path is correct, as I can see it in a web browser, however, when I hit the tweet.php page,I get the following: You need a consumer key and secret keys. Get one from dev.twitter.com/apps. I've got the keys loaded into this file! I don't understand why it just will not work. Any help would be greatly appreciated. Thank you.