By : forza020 Published On Saturday, June 10, 2023, 03:57 In PHP Scripts
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.
Site: http://socialanalytics.php5developer.com
All information you can find here
v 1.6 – 2017.06.15
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.jsRun 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`;
v 1.5 – 2016.09.04
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.php2. Configure Facebook credentials
v 1.4 – 2016-01-09
~rootstaticjscookieconsent.latest.min.js ~rootstaticjssocialstat.js ~rootpi.php ~root mpldashboard.php ~root mplmain.php ~root mpldocumentation.php
v 1.3 – 2015.08.20
~root/index.php ~root/class/class.social.php ~root/tmpl/template.phpNew 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