jQuery plugin to put a twitter feed on my site
- by Horace Loeb
I want to put the first n entries from my twitter feed on my blog with the usual enhancements:
Convert URLs to real links
Remove @ replies
I realize this wouldn't be too difficult to code from scratch with $.getJSON, but since this sort of thing is so common, I was wondering if there was a neat plugin that would handle everything for me.