使用PHP定制Twitter徽章
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用PHP定制Twitter徽章相关的知识,希望对你有一定的参考价值。
Display the number of people following you on Twitter using this custom Twitter badge. The code simply returns a number so you can style it however you like.
function curl($url) { return $data; } function GetTwitterFollowerCount($username) { $twitter_followers = curl("http://twitter.com/statuses/user_timeline/".$username.".xml?count=1"); $xml = new SimpleXmlElement($twitter_followers, LIBXML_NOCDATA); return = $xml->status->user->followers_count; } echo GetTwitterFollowerCount("YourTwitterName");
以上是关于使用PHP定制Twitter徽章的主要内容,如果未能解决你的问题,请参考以下文章
Yii2 Twitter Bootstrap 徽章颜色不变:未找到徽章成功徽章危险等类别