项目作者: Belyash

项目描述 :
jQuery Social Share Buttons Plugin
高级语言: JavaScript
项目地址: git://github.com/Belyash/jquery-social-buttons.git
创建时间: 2015-08-20T21:56:35Z
项目社区:https://github.com/Belyash/jquery-social-buttons

开源协议:

下载


jQuery Social Share Buttons

Social Share Buttons

jQuery plugin for Social Share Buttons with counters.

Supported for:

  • Facebook,
  • VK,
  • Twitter,
  • LinkedIn,
  • Pinterest.

Live demo

jQuery Plugin version Codepen Demo

Easy to use

HTML markup:

  1. Facebook
  2. VK
  3. Twitter
  4. LinkedIn
  5. Pinterest
JavaScript Code:
  1. $('[data-social]').socialButtons();

Settings

By default buttons share current location.href, but you can customize sharing URL just put the hash with url:

  1. $('[data-social]').socialButtons({
  2. url: 'http://belyash.github.io' // Default is current location.href
  3. });