Quantcast
Channel: Adding tag links to your Twitter XML feed - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Sean Vieira for Adding tag links to your Twitter XML feed

The problem you have is that jQuery's text() strips out HTML. Use the html() function instead. This is assuming of course that this is the code you are using to update your twitter feed: var title =...

View Article



Answer by Pbirkoff for Adding tag links to your Twitter XML feed

A simple Google-search came up with the following code-snippet to change links into a clickable hyperlink in PHP: http://www.totallyphp.co.uk/code/convert_links_into_clickable_hyperlinks.htm The code...

View Article

Adding tag links to your Twitter XML feed

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:...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images