My issue is that I have a group of tweets being called in with jQuery, but its calling them in all as plain text. My goal would be to have any thing with an http:// automatically linked. In this case, something like this:
<a href="{link}"> {link} </a>
With {link} being replaced with the actual link inserted. For example, if I have a tweet that says, "Visit this cool link! http://foo.com/" I'd want the link to actually work, as right now its just plain text, and therefore not clickable.
Thanks in advance! :)
EDIT: Here's a link to what I have so far. http://jsfiddle.net/Remixz/uCk4s/