PHP Twitter @reply和网址链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Twitter @reply和网址链接相关的知识,希望对你有一定的参考价值。
$text = utf8_decode( $results[ $i ][ "text" ] );
$text = preg_replace('@(https?://([-\w\.]+)+(d+)?(/([\w/_\.]*(\?\S+)?)?)?)@', '<a href="$1">$1</a>', $text );
$text = preg_replace("#(^|[\n ])@([^ \"\t\n\r<]*)#ise", "'\\1<a href=\"http://www.twitter.com/\\2\" >@\\2</a>'", $text);
$text = preg_replace("#(^|[\n ])\#([^ \"\t\n\r<]*)#ise", "'\\1<a href=\"http://hashtags.org/search?query=\\2\" >#\\2</a>'", $text);
以上是关于PHP Twitter @reply和网址链接的主要内容,如果未能解决你的问题,请参考以下文章
PHP 将Twitter状态的链接转换为可点击的网址。加上@和#
Twitter-打印用户的最新tweet(摘自PHP中的RSS提要和linkifies链接)
PHP Twitter - 打印用户的最新推文(PHP提取RSS源并链接链接)
Twitter链接(PHP)
PHP 分享Twitter链接
php [Wordpress]自动链接到Twitter用户名