jQuery Social Share Buttons Plugin
jQuery plugin for Social Share Buttons with counters.
Supported for:
jQuery Plugin version Codepen Demo
HTML markup:
JavaScript Code:
- VK
- $('[data-social]').socialButtons();
By default buttons share current location.href
, but you can customize sharing URL just put the hash with url
:
- $('[data-social]').socialButtons({
- url: 'http://belyash.github.io' // Default is current location.href
- });