标题:今天给博客增加的twitter侧边栏代码 出处:Felix021 时间:Sat, 23 Jan 2010 21:35:25 +0000 作者:felix021 地址:https://www.felix021.com/blog/read.php?1838 内容: php代码 userTimeline(1, $user); $msg = array(); for ($i = 0; $i < $msg_c; $i++) { $msg[$i] = htmlspecialchars(stripslashes($s[$i]->text)); $msg[$i] = preg_replace( array( "/(\w+):\/\/([a-zA-Z0-9\.\/\-%+\?#_=@:&;])*/i", '/(\s|^)@([a-zA-Z0-9_-]+)/', '/(\s|^)#([a-zA-Z0-9_-]+)/', ), array( '\0', '\1@\2', '\1#\2', ), $msg[$i] ); } echo json_encode($msg); ?> 侧边栏的内容:
Generated by Bo-blog 2.1.0