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.
Adds a new "Options with Markup" component to Webforms which allow you to create Radio Button/Checkbox lists which contain both a label and a description for each radio button/checkbox. Additionally the label and description can contain HTML formatting.
This module runs the entered HTML through the Filtered HTML text format by default. You can select a different text format to filter the HTML with from the Webform Settings page.
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.