You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displaying the latest tweet on the home page. Originally this allowed the user to click through older tweets inline but that's not necessary for phase 1. If we can just get it to display then that's great.
Ideally it's cached and doesn't call Twitter's API on each page load (unless we can do that on the client using JS). If the only plugins available make a backend call to Twitter's API then we'll just postpone this and use some other copy instead of the last tweet.
The text was updated successfully, but these errors were encountered:
We can use remy sharps twitter.JS which puts the tweets into a unordered list. From there they could be feed into an array and flipped through with button, but only up to how ever many tweeted you wanted it to load, don't think you can call more on demand. http://remysharp.com/2007/05/18/add-twitter-to-your-blog-step-by-step/
Displaying the latest tweet on the home page. Originally this allowed the user to click through older tweets inline but that's not necessary for phase 1. If we can just get it to display then that's great.
Ideally it's cached and doesn't call Twitter's API on each page load (unless we can do that on the client using JS). If the only plugins available make a backend call to Twitter's API then we'll just postpone this and use some other copy instead of the last tweet.
The text was updated successfully, but these errors were encountered: