我喜欢把东西整合,之前整合了博客与相册到jeyll上,后来又整合了instagram到jekyll上,今天又整合了tweet到jekyll上。
see :
http://brucebot.com/tweets/我的博客的源码在:
https://github.com/brucebot/brucebot.com.site目前这个对于中文的标签无法识别,有没有高手帮忙?
$tweet_desc = preg_replace('/(^|[\n\s])#([^\s"\t\n\r<:]*)/is', '$1<a href="http://twitter.com/search?q=%23$2">#$2</a>', $tweet_desc);