Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin: Latest tweet on home page #16

Open
jmathai opened this issue Nov 23, 2011 · 3 comments
Open

Plugin: Latest tweet on home page #16

jmathai opened this issue Nov 23, 2011 · 3 comments
Assignees

Comments

@jmathai
Copy link
Member

jmathai commented Nov 23, 2011

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.

@ghost ghost assigned kitt Nov 23, 2011
@alpha1
Copy link
Member

alpha1 commented Nov 27, 2011

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/

@jmathai
Copy link
Member Author

jmathai commented Nov 28, 2011

@alpha1 You've got this in your code so I'll pull it out and try it out.

@alpha1
Copy link
Member

alpha1 commented Nov 28, 2011

What I actually have written is different from that, but I'll upload it if you like (or you can, i haven't made changes to that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants