jQuery plugin - C Share buttons

Github

Install:

$ npm install jquery-plugin-c-share
or
$ yarn add jquery-plugin-c-share

Example:

$('#shareBlock').cShare({
  description: 'jQuery plugin - C Share buttons',
   'fb',
   'line',
   'twitter',
   'tumblr',
   'email'
  ]
});