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

Request embeds from cache using an array of URLs to reduce requests (II) #119

Closed oliverwehn closed 9 years ago

oliverwehn commented 9 years ago

Changed embed-cache.php to accept arrays of URLs as input, returning JSON arrays. Also restructured script.js for Twitter as well as Reddit accordingly to send a single request with a URL array at the end of link processing instead of a request for each single link. Merged with recent master files.