Kaynağa Gözat

Hashtags!

master
Ben Kurtovic 12 yıl önce
ebeveyn
işleme
31ea3aed26
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      js/tweets.js

+ 1
- 0
js/tweets.js Dosyayı Görüntüle

@@ -35,6 +35,7 @@ function show_tweets(tweets, element) {
function fmt_text(t) {
t = t.replace(/(http:\/\/.*?(\s|$))/ig, '<a href="$1">$1</a>$2');
t = t.replace(/\@(.*?)(\s|$)/ig, '<a href="http://twitter.com/$1">@$1</a>$2');
t = t.replace(/\#(.*?)(\s|$)/ig, '<a href="http://twitter.com/search/%23$1">#$1</a>$2');
return t;
}



Yükleniyor…
İptal
Kaydet