mustafaismail22 / social-counter
Display count number of each social media
0.7.x-dev
2014-06-18 19:44 UTC
Requires
- php: >=5.3.0
- kertz/twitteroauth: dev-master
This package is not auto-updated.
Last update: 2025-04-08 04:34:54 UTC
README
Display count number of each social media
example
$Social = new Social();
$Social->set_prefix('prefix_');
echo $Social->facebook('https://www.facebook.com/facebook');
echo $Social->twitter( "twitter username", "consumer key ", "consumer secret" , "access token" , "access token secret");
echo $Social->dribbble('http://dribbble.com/dribbble');
echo $Social->vimeo('http://vimeo.com/channels/staffpicks');
echo $Social->youtube('http://www.youtube.com/user/youtube');
echo $Social->github('https://github.com/mustafaismail22');