davidbauer / Instacurate

Turn your Twitter timeline into a personalised news site, in an instant. Fetches links from your timeline and displays them in a discovery friendly design.
http://www.instacurate.com
113 stars 29 forks source link

Tooltip #26

Closed dergraf closed 11 years ago

dergraf commented 11 years ago

Instead of fetching the oembed over the Twitter API, we reuse the already stored Tweet Text, it works ;) and we won't run that fast into Twitter rate limits.

davidbauer commented 11 years ago

Nice. So we no longer need the generateTweetEmbed function, right?

Can we add the markup to make the tweets appear in their original styling? https://dev.twitter.com/docs/embedded-tweets

dergraf commented 11 years ago

exactly!

backflip commented 11 years ago

Ok, that's way more elegant. ;)