mustafaismail22/social-counter

Display count number of each social media

0.7.x-dev 2014-06-18 19:44 UTC

This package is not auto-updated.

Last update: 2024-05-07 00:19:06 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');