我喜欢把东西整合,之前整合了博客与相册到 jeyll 上,后来又整合了 instagram 到 jekyll 上,今天又整合了 tweet 到 jekyll 上。 see:
我的博客的源码在:
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);