Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Enhance the site so that visitors can directly interact with it or among each other, enabling things like user-generated content, comments, voting, chat, or forms for data collection and interaction.
Google Plus : plus one count, share count & total count.
Total Share Count : total across all available social networks
MODULE STRUCTURE
social_stats : This module is responsible to collect data from the social sites and store it in the database.
social_stats_views : Views integration of the data collected by social_stats module.
social_stats_panels : Panels integration of social_stats module.
INSTALLATION
Download the module and place it with other contributed modules (e.g. sites/all/modules/).
Enable the Social Stats module on the Modules list page. The database tables will be created automatically for you at this point.
Modify permissions on the People >> Permissions page.
Go to admin/config/social-stats/settings, set the date after which you want your data to be fetched. Select the social sites to be tracked per content type.
Run cron. This will fetch the statistics per node and store it in database.