Social Links Analytics is a simple and easy to install php script. You can track URL shares, likes, tweets, and get more information about link provided by public API’s. In addition, user can create own urls statistic and share it to a friends using social services, or email.

Requirements

  • cURL
  • MySQLi
  • Script execution time must be greater than 15 seconds.
  • You can not run this script on a free web hosting, because their IPs banned on Google, Twitter, Facebook because of a spam.
  • Your server must receive $_GET variables, containing dots and hyphens.

Applications demo

Site: http://socialanalytics.php5developer.com

Features

  • Url’s Likes count
  • Url’s PlusOne count
  • Url’s Pint count and more
  • Developer API
  • Multi-URL Dashboard
  • Possibility to share statistic

Installation & Documentation & API

All information you can find here

Change log

v 1.6 – 2017.06.15

  • Facebook API upgrade to latest version
Already bought?
Replace listed below files:
Modified files:
~root/api.php
~root/class/class.facebook.php
~root/class/class.social.php
~root/class/class.db.php
~root/tmpl/dashboard.php
~root/tmpl/main.php
~root/static/js/socialstat.js
Run following query into database:
ALTER TABLE `ss_url` ADD `reaction_count` INT UNSIGNED NOT NULL AFTER `click_count`, ADD `comment_plugin_count` INT UNSIGNED NOT NULL AFTER `reaction_count`;

Change log

v 1.5 – 2016.09.04

  • Added Facebook Graph API support to pull likes, shares, comments count. Read more here
  • Improved LinkedIn checker
Already bought?
1. Replace/add listed below files:
New files:
~root/class/class.facebook.php
~root/config/facebook.php

Modified Files
~root/class/class.social.php
~root/static/js/socialstat.js
~root/tmpl/dashboard.php
~root/tmpl/main.php
2. Configure Facebook credentials

v 1.4 – 2016-01-09

  • Twitter API has been closed (As of 21st November 2015, Twitter has removed the “Tweet count endpoint” API.).
  • Delicious API has been closed
  • Updated Cookie EU Law Javascript plugin
Already bought? Replace following files:
~rootstaticjscookieconsent.latest.min.js
~rootstaticjssocialstat.js
~rootpi.php
~root	mpldashboard.php
~root	mplmain.php
~root	mpldocumentation.php

v 1.3 – 2015.08.20

  • EU Cookie Law. More information can be found here
  • Linkedin API compatibility
Modified files:
~root/index.php
~root/class/class.social.php
~root/tmpl/template.php
New files:
~root/config/cookieconsent.php
~root/static/js/cookieconsent.latest.min.js

v 1.2 – 2014.01.27

Fixed. Shared count in Pinterest

Following files has been changed

~/root/class/class.social.php

Version 1.1: Script automatically adds “http://”, if protocol not found

You May Also Like