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',
  showButtons: ['fb', 'line', 'plurk', 'weibo', 'twitter', 'tumblr', 'email']
});