mustafaismail22 / social-counter
显示每个社交媒体的计数数字
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: 2024-09-24 01:58:25 UTC
README
显示每个社交媒体的计数数字
示例
$Social = new Social();
$Social->set_prefix('prefix_');
echo $Social->facebook('https://#/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');