jQuery plugin to put a twitter feed on my site
Posted
by Horace Loeb
on Stack Overflow
See other posts from Stack Overflow
or by Horace Loeb
Published on 2010-03-15T05:30:58Z
Indexed on
2010/03/15
5:39 UTC
Read the original article
Hit count: 331
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.
© Stack Overflow or respective owner