Get Total follower with Twitter API

It’s very easy. see the code. I recommend to use with XML for twitter api. XML feedback is more faster than json. <?php $toopen="http://twitter.com/users/show.xml?screen_name=saturngod "; $ch = curl_init(); /// initialize a cURL session curl_setopt($ch, CURLOPT_URL, $toopen ); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true); $content = curl_exec ($ch);//end get cool feedburner count curl_close($ch); $dom = new DOMDocument(); $dom->preserveWhiteSpace [...]

Sharing on Facebook vs Twitter

That a great thing to think ? Are you share on facebook or twitter ? I share on facebook most of the time. Most of the wordpress user using share this , sexy bookmarks that all include facebook and twitter. You should read this post http://www.point-star.net/2009/sharing-on-facebook-vs-twitter/ Facebook have many user , twitter have many share [...]