akristofcak
akristofcak
Hi David. There are 2 general ways I know of this can be implemented. The first one, which I have personally implemented on reading.ly, is detailed below. It is not...
You could set up the _fetchingFunction()_ to entail the auto-loop mechanism but that's an unnecessary hack; setInterval just does this for you. It could be as simple as ``` javascript...
I would have fetchingFunction look up tweetID from a place where you "stored" it when you generated the initial load of the page. For example: ``` javascript var tweetID =...