All Projects → juanv911 → Socialcounters

juanv911 / Socialcounters

Licence: other
jQuery/PHP - Collection of Social Media APIs that display number of your social media fans. Facebook Likes, Twitter Followers, Instagram Followers, YouTube Subscribers, etc..

Projects that are alternatives of or similar to Socialcounters

Skraper
Kotlin/Java library and cli tool for scraping posts and media from various sources with neither authorization nor full page rendering (Facebook, Instagram, Twitter, Youtube, Tiktok, Telegram, Twitch, Reddit, 9GAG, Pinterest, Flickr, Tumblr, IFunny, VK, Pikabu)
Stars: ✭ 72 (-30.77%)
Mutual labels:  pinterest, tumblr, youtube, twitter, facebook, instagram, vk
Keyring
Keyring is an authentication framework for WordPress. It comes with definitions for a variety of HTTP Basic, OAuth1 and OAuth2 web services. Use it as a common foundation for working with other web services from within WordPress code.
Stars: ✭ 52 (-50%)
Mutual labels:  google, pinterest, youtube, twitter, facebook, instagram
Network Avatar Picker
A npm module that returns user's social network avatar. Supported providers: facebook, instagram, twitter, tumblr, vimeo, github, youtube and gmail
Stars: ✭ 74 (-28.85%)
Mutual labels:  vimeo, tumblr, youtube, twitter, facebook, instagram
Pow assent
Multi-provider authentication for your Pow enabled app
Stars: ✭ 236 (+126.92%)
Mutual labels:  google, twitter, facebook, instagram, vk
Assent
Multi-provider framework in Elixir
Stars: ✭ 126 (+21.15%)
Mutual labels:  google, twitter, facebook, instagram, vk
Gatsby Remark Embedder
Gatsby Remark plugin to embed well known services by their URL.
Stars: ✭ 245 (+135.58%)
Mutual labels:  soundcloud, pinterest, youtube, twitter, instagram
Nemiro.oauth.dll
Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework
Stars: ✭ 45 (-56.73%)
Mutual labels:  google, twitter, facebook, instagram, vk
Embera
A Oembed consumer library, that gives you information about urls. It helps you replace urls to youtube or vimeo for example, with their html embed code. It has advanced features like offline support, responsive embeds and caching support.
Stars: ✭ 268 (+157.69%)
Mutual labels:  vimeo, youtube, twitter, facebook, instagram
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (+130.77%)
Mutual labels:  pinterest, tumblr, youtube, twitter, facebook
Postwill
Posting to the most popular social media from Ruby
Stars: ✭ 181 (+74.04%)
Mutual labels:  pinterest, tumblr, twitter, facebook, instagram
Socialreaper
Social media scraping / data collection library for Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 338 (+225%)
Mutual labels:  pinterest, tumblr, youtube, twitter, facebook
Rssbox
📰 I consume the world via RSS feeds, and this is my attempt to keep it that way.
Stars: ✭ 492 (+373.08%)
Mutual labels:  soundcloud, vimeo, youtube, twitter, instagram
React Player
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Stars: ✭ 5,931 (+5602.88%)
Mutual labels:  soundcloud, vimeo, youtube, facebook
Social Login Helper Deprecated
A simple android library to easily implement social login into your android project
Stars: ✭ 81 (-22.12%)
Mutual labels:  google, twitter, facebook, instagram
Rsshub
🍰 Everything is RSSible
Stars: ✭ 18,111 (+17314.42%)
Mutual labels:  youtube, twitter, instagram, dribbble
Feeds
Importiert Daten aus API-Quellen wie Facebook, Instagram, Twitter, YouTube, Vimeo oder RSS (ehemals YFeed)
Stars: ✭ 34 (-67.31%)
Mutual labels:  youtube, twitter, facebook, instagram
Yii2 Authclient
Yii 2 authclient extension.
Stars: ✭ 430 (+313.46%)
Mutual labels:  google, twitter, facebook, vk
Bash2mp4
Video Downloader for Termux .
Stars: ✭ 68 (-34.62%)
Mutual labels:  youtube, twitter, facebook, instagram
Daily Coding Problem
Series of the problem 💯 and solution ✅ asked by Daily Coding problem👨‍🎓 website.
Stars: ✭ 90 (-13.46%)
Mutual labels:  google, youtube, twitter, facebook
Social Network Harvester V1.0
Stars: ✭ 5 (-95.19%)
Mutual labels:  youtube, twitter, facebook

SocialCounters

  • Display social media counters.
  • Twitter Followers
  • Facebook Likes
  • Instagram Followers
  • Google Plus Followers
  • LinkedIn Connections
  • YouTube Subcribers
  • Vine Followers
  • Pinterest Followers
  • Dribbble Followers
  • SoundCloud Followers
  • Vimeo Followers
  • GitHub Followers
  • Behance Followers
  • VK Followers
  • Foursquare Friends
  • Tumblr Blog Followers
  • Twitch Channel Followers

Limits

  • Some of these API have limits on the amount of requests per hour your access token can make.
  • These API sometimes update their parameters or endpoints. When that happens the code might not work and might need to be updated. If that happens submit an issue here on GitHub and I will try fix any issues.
  • If too many request are made at the same time with my access tokens in my demos, you might hit a limit and wait for the new request to be available. Try to create your own access tokens to prevent hitting a limit.

Requirements

  • These requirements apply mainly for Twitter and Tumblr
  • PHP 5+
  • CURL

Instructions

  • The Twitter and Vine counters require PHP to work, all other counters only require jQuery.
  • Due to the update to the Instagram API after June 1, 2016 you can only access your own photos and profile information using the access token you create.
  • After uploading all files to the server, you might need to change this in the api.js for Twitter and Vine. Change ../SocialCounter/twitter/index.php to http://yoursite.com/SocialCounter/twitter/index.php to include the path to your domain.
  • Most of these counters require either access tokens, client id or keys. You need to create these keys in order to display a value.
  • In the index.html, place your username and tokens inside the single quotes and it should work.

How To Use

  • Use the example html file provided to display your social media stats. Make sure that there is an html tag with a class belonging to a particular counter. The example below only fetches information about soundcloud, you can add up to 15 counters. In the example file, all html classes are provided, so you can just plugin your username and token, you can also remove counters. Every counter has to have its own html class such as facebook, twitter, instagram, etc...

$('#wrapper').SocialCounter({
  soundcloud_user_id: 'USER-ID-HERE',
  soundcloud_client_id:'TOKEN-HERE'
});

  • For this particular counter, the soundcloud class must be included, otherwise it will not display anything.

<a class="item soundcloud"></a>

Edit Demos in Codepen

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].