<p>@seanhood have you seen this http://icanhascheezburger.com/ #lol</p>
After
<p><a href="http://twitter.com/seanhood">@seanhood</a> have you seen this
<a href="http://icanhascheezburger.com/">http://icanhascheezburger.com/</a>
<a href="http://search.twitter.com/search?q=%23lol">#lol</a></p>
Psst! Create a DigitalOcean account and get $200 in free credit for cloud-based hosting and services.
How would you hide the ‘http://’ part of the URL from the display text?
I can’t seem to find a way to replace or remove specific text inside an <a> tag.
I were just about to reply that it sound stupid because Google dosent follows javascript links – but thats not true, they DO actually have the ability to follow javascript links:
afaik, I must suggest that the twitter URI should changed to new api, for example “https://twitter.com/#!/search/%23$2” for your href attributes with linked “#$2”.
The complete function for a twitter-hash will be:
.replace(/(^|\s)#(\w+)/g,’$1#$2‘)
Didn’t work for me, :(
me either..
It works fine for me.
Works for me! Thanks:)
Using:
Mac OSX Snow Leopard
Coda 1.6.4
Works good for me too, thanks Chris!
How would you hide the ‘http://’ part of the URL from the display text?
I can’t seem to find a way to replace or remove specific text inside an <a> tag.
Any help appreciated!
Perhaps add
I were just about to reply that it sound stupid because Google dosent follows javascript links – but thats not true, they DO actually have the ability to follow javascript links:
Also very useable for making it happen in PHP! :)
Thanks.
Hey guys,
afaik, I must suggest that the twitter URI should changed to new api, for example “https://twitter.com/#!/search/%23$2” for your href attributes with linked “#$2”.
The complete function for a twitter-hash will be:
.replace(/(^|\s)#(\w+)/g,’$1#$2‘)