Using a simple PHP call and Jquery script I'm displaying my twitter feed on my site, it all works fine but I'd like the links on my tweets to be in tags like on twitter.com.
example XML:
<text>There are over 20,000 design based businesses in London alone - http://icanhaz.com/designbusinesses</text>
I'd like to get <a href="...."> .... </a>
around the URL so I can return HTML like this:
<p>here are over 20,000 design based businesses in London alone - <a href="http://icanhaz.com/designbusinesses"> ... </a> </p>