一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

PHP調(diào)用Twitter的RSS的實(shí)現(xiàn)代碼

雜感
這個(gè)欄目最開始調(diào)用微博飯否的API來做的,因?yàn)楸娝苤木壒剩埛駸o法使用了,后來采用騰訊的滔滔API來實(shí)現(xiàn).2010年1月26日滔滔業(yè)務(wù)將會(huì)開始和QQ空間心情整合,只能考慮放棄。思來想去,最終還是考慮用Twitter來實(shí)現(xiàn),不過Twitter在國(guó)內(nèi)無法訪問,不能采用js的方式來調(diào)用。本博客的服務(wù)器才國(guó)外,用php的方式訪問Twitter的API應(yīng)該沒有問題,雖然有現(xiàn)成的wordpress插件“Twitter Tools”可以用,但本著盡量少用插件的目的,決定直接用php在wordpress主題里實(shí)現(xiàn)。twritter提供的API接口很豐富,研究一下覺得調(diào)用Twitter RSS的API比較簡(jiǎn)單,實(shí)現(xiàn)如下功能:

1、抓取twitter RSS的內(nèi)容,不需要密碼,只需要用戶名。
2、格式化RSS的內(nèi)容,顯示用戶本人的推的內(nèi)容及時(shí)間,排除 @replies 回復(fù)給他人的信息內(nèi)容。

代碼如下:
復(fù)制代碼 代碼如下:
<!-- my tritter -->
<?php
$username='xjb';//change this to your twitter username修改為你的twitter 用戶名
$feedURL='http://twitter.com/statuses/user_timeline/'.$username.'.rss';
$excludePattern='/'.$username.': @/'; //excludes any @replies排除@replies 內(nèi)容
$count=5;// show count
$i=0;

if(!$xml=simplexml_load_file($feedURL)){
trigger_error('Error',E_USER_ERROR);
}
foreach($xml->channel->item as $item) {
if ( ! preg_match("$excludePattern", $item->title)) {
$filteredTitle=htmlspecialchars("$item->title");
$filteredTitle=str_replace("$username: ","",$filteredTitle);
//Convert the time zone in China --轉(zhuǎn)成中國(guó)時(shí)區(qū)
date_default_timezone_set('Asia/Shanghai');
$i++;

if($i>$count)
{
break;
}
?>
<li><?php echo $filteredTitle; ?>
(<?php echo date("Y-m-d H:i:s",strtotime($item->pubDate)); ?>)</li>
<?php } } ?>
<div align="right">
<a target="_blank">更多...</a></div>
<!-- my tritter -->

源代碼
復(fù)制代碼 代碼如下:
<!-- my tritter -->
<?php

$username='xjb'; //change this to your twitter username --修改為你的twitter 用戶名
$feedURL='http://twitter.com/statuses/user_timeline/'.$username.'.rss';
$excludePattern='/'.$username.': @/'; //excludes any @replies --排除 @replies 內(nèi)容
$count=5;// show count
$i=0;

if(!$xml=simplexml_load_file($feedURL)){
trigger_error('Error',E_USER_ERROR);
}
foreach($xml->channel->item as $item) {
if ( ! preg_match("$excludePattern", $item->title)) {
$filteredTitle=htmlspecialchars("$item->title");
$filteredTitle=str_replace("$username: ","",$filteredTitle);
date_default_timezone_set('Asia/Shanghai'); //Convert the time zone in China --轉(zhuǎn)成中國(guó)時(shí)區(qū)
$i++;

if($i>$count)
{
break;
}
?>

<li><?php echo $filteredTitle; ?>(<?php echo date("Y-m-d H:i:s",strtotime($item->pubDate)); ?>)</li>
<?php } } ?>
<div align="right"><a target="_blank">更多...</a></div>
<!-- my tritter -->

php技術(shù)PHP調(diào)用Twitter的RSS的實(shí)現(xiàn)代碼,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 五月亭亭六月丁香 | 国产高清精品自在线看 | 青青草久热精品视频在线观看 | 黄免费看| 成人年鲁鲁在线观看视频 | 中文字幕第一页国产 | 一本久道久久综合 | 亚洲一二三区久久五月天婷婷 | 九色91在线| 丁香六月综合激情 | 加勒比色综合久久久久久久久 | 亚洲狠狠狠一区二区三区 | 中文字幕久久久久久精 | 国产精品 第二页 | 黄色影院在线观看视频 | 成年人三级网站 | 国产美女久久久久 | 性欧美激情在线观看 | 久久综合九色综合77 | 四虎最新网 | 国产亚洲精品hd网站 | 五月婷香 | 五月婷婷六月丁香在线 | 成人在激情在线视频 | 手机在线黄色网址 | 中文字幕一区二区三区精品 | 四虎影视在线观看永久地址 | 国产一区二区在线观看免费 | 久久婷婷色一区二区三区 | 亚洲婷婷在线 | 最新国产精品精品视频 | 五月天婷色 | 97久久曰曰久久久 | 中国一级大黄大片 | 精品国产96亚洲一区二区三区 | 亚洲美女色视频 | 思思玖玖玖在线精品视频 | 国产乱子伦真实china | 色视频在线观看 | 夜夜夜夜夜夜夜猛噜噜噜噜噜噜 | 国产成人成人一区二区 |