StanScates / Tweet.js-Mod

Basic wrapper for Seaofclouds / Tweet.js that incorporates functionality with Twitter's v1.1 API
MIT License
234 stars 103 forks source link

modpath #15

Open ghost opened 11 years ago

ghost commented 11 years ago

So I have tried every way to get this mod to work, created several twitter applications, used different authentication keys - and all i got was the "loading tweets..." text.

Finally I realized that I was initializing the tweet function the same way i had done it in the past with seaofclouds. I realized that adding a modpath: rule to my script was not helping, but if I made the change "assets/twitter/" directly to the jquery.tweet.js file itself, everything worked as expected.

I then used the "ticker" workaround provided in another issue, kept everything the same, and included my updated tweet.js file and it worked like a charm. All I did after that was create a directory for my cached files and i was good to go.

Hopefully my experience will help others with the same issues.

Thanks