New tweet without opening a new window
I'd like to have the new tweet interface appended to the tweet view, as having a new window opened every time doesn’t seem very fluid. Also, it takes time to load a page, so those with slow connections will suffer more.
Added to Ostrich 0.3 Please update :)
2 comments
-
@Bluebie: I'm definitely going to explore all those solutions, thanks for advice!
-
@Bluebie commented
Some ideas: Couldn't you do some trickery placing the form inside a little iframe, on another domain (like, say, the ostrich one...) with cache control headers to make it cache forever? Or maybe even just make believe by setting document.domain? Then the frame would be protected by the browser's usual interdomain security model, but could still export data via html5 postMessage, or the window.name hack.