Better HN: Take HN discussions everywhere

32 points by shmichael ↗ HN
I've recently released a new version of HN Comment Embed, a greasemonkey script that embeds HN discussions into the webpage being discussed.

You simply browse to a posted page, and the HN panel pops up on the side.

This version relies on searchYC as its main source, but also parses HN's newest posts page to attain full coverage.

http://share.shmichael.com/hn_comment_embed.user.js

8 comments

[ 5.8 ms ] story [ 23.7 ms ] thread
Nice work! To increase adoption, I'd suggest adding a page to your site dedicated to it, with some screenshots of it in action.
I made a site with bookmarklet quite some time ago that does something similar to that.. http://www.convotrack.com (was made more for twitter though)
That's a pretty clever implementation for cross-browser, cross-community support!

Narrowing down to HN only and greasemonkey allowed me the following improvements:

* While the bookmarklet has to be actively opened by the user, HNCE pops up as a small tab whenever it is relevant.

* The comments in the bookmarklet are sorted chronologically (descending); Directly embedding the page with HNCE allows the hierarchy and ordering to be preserved.

* Another benefit of directly embedding the HN page is the ability to contribute to the conversation and up-rank the article.