'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url={URL}&title={TXT}&desc=&summary=&site=&pics=', 'L398新浪微博' => 'http://service.weibo.com/share/share.php?url={URL}&title={TXT}&appkey=&pic=&sudaref=', 'L161腾讯微博' => 'http://share.v.t.qq.com/index.php?c=share&a=index&url={URL}&title={TXT}&appkey=', 'L301人人网' => 'http://widget.renren.com/dialog/share?resourceUrl={URL}&srcUrl=&title={TXT}&description=', 'L280百度贴吧' => 'http://tieba.baidu.com/f/commit/share/openShareApi?url={URL}&title={TXT}&desc=&comment=', 'L315开心网' => 'http://www.kaixin001.com/rest/records.php?url={URL}&style=11&content={TXT}&stime=&sig=', 'L472百度空间' => 'http://hi.baidu.com/pub/show/share?url={URL}&title={TXT}&content=&linkid=', 'L937豆瓣' => 'http://www.douban.com/share/service?href={URL}&name={TXT}&image=', 'L115搜狐微博' => 'http://t.sohu.com/third/post.jsp?url={URL}&title={TXT}%20&pic=', 'L944FaceBook' => 'https://www.facebook.com/sharer/sharer.php?u={URL}&t=', 'L050Twitter' => 'https://twitter.com/intent/tweet?source=webclient&text={TXT}%20{URL}', 'L918GooglePlus' => 'https://plus.google.com/share?url={URL}', ); $HTM .= '
'."\n"; $HTM .= 'anyShare分享到:'."\n"; foreach($API as $KEY => $LNK){ $TIP = substr($KEY, 4); $LID = substr($KEY, 0, 4); $LNK = str_replace(array('{TXT}', '{URL}'), array($TXT, $URL), $LNK); $POP = "javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=480,width=640'); return false;"; $HTM .= ''."\n"; } $HTM .= '
'; return $HTM; } add_filter('the_content', 'anyShare');