As you may know, when I find something interesting on the web, I push a link through Twitter in such a way that the number of click-throughs can be counted. Every few minutes I build a page that ranks my 40 most recent tweets by the number of times they've been clicked on. It's kind of a crude method of determining relevance. I've always felt this information should be displayed in an abbreviated way on scripting.com. I've now got it working. See below: It's done using a "JavaScript include," by adding this little snip of code to a page. <script type="text/javascript" src="http://static.scripting.com/misc/topdave.js"></script> |