sonnyt / tweetie

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

Cant Make Tweets Display #61

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi All,

I hope someone can assist me as I'm going mad trying to figure out how to make this work. I've searched on the internet for solutions to the problem but none were helpful. So I hope someone here could assist me in making the Tweet appear.

Let me explain what I've done so far.

  1. I've created the Key and Access Tokens from the Twitter App Developer Page.
  2. I've implemented these codes into the (api/config.php) file.
  3. (Confused Part) I've Initlize the code by created a ( < script >$('.tweet').twittie();</ script>) on the index page. Not sure if this is correct.
  4. Then in the tweetie.php file I changed the location of the api to "websitelink.com/api/tweet.php" (just an example)

After doing this I preview the page and all I see are white boxes without any loading, no errors or issue from the Developer console in FireFox. So I'm completed lost, if someone could give me some feedback about how to get this working would be much appreciated.

Regards, Seb

ghost commented 8 years ago

I've solved the issue myself.