开发者

How to show only last tweet of mine using PHP?

How to show only last tweet of mine using PHP, without javascript? I want to show my own last tweet on a web page.

in this output

<p>Add a comment to your closing DIV tag – it could save you hours 
   <a>htt开发者_运维百科p://ping.fm/venna</a>
   <span>8:25 AM Apr 15th</span>
</p>  


I would parse with php the result of http://api.twitter.com/1/statuses/user_timeline.json?id=noradio&count=1 (replacing noradio) and then outputs the HTML you want

See also this page for some example

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜