推文数量
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了推文数量相关的知识,希望对你有一定的参考价值。
function tweetCount($url) { $content = file_get_contents("http://api.tweetmeme.com/url_info?url=".$url); $element = new SimpleXmlElement($content); $tweets = $element->story->url_count; echo $tweets." tweets!"; } // template tag
以上是关于推文数量的主要内容,如果未能解决你的问题,请参考以下文章