socialShare.js是一款很有趣的社会化分享插件。

socialProfiles的使用方法

在文件头部添加css

<link rel="stylesheet" href="assets/stylesheets/arthref.css">
                

在页面的body标记前添加以下代码:

<script src="assets/javascripts/socialProfiles.js"></script>
                
$('.selectorClass').socialProfiles({
email: 'example@example.com',
behance: 'gokhun'
facebook: 'tolgaergin',
twitter: 'tolgaergin',
pinterest: 'tolga',
dribbble: 'bbb',
scoutzie: 'gokhun-guneyhan'
}); 
                

可用参数

  • social:社会化服务厂商。可以使用“,”来分割它们。
  • animation:有多种动画方式可选:launchpad, launchpadReverse, slideTop, slideRight, slideBottom, slideLeft, chain。
  • chainAnimationSpeed:默认值为100。
  • blur:使图片或文本模糊(仅在Chrome中有效)。
  • whenSelect:如果选择为true,当用户选择文本的时候,分享按钮将出现。
  • selectContainer:指定选择的容器,默认为body,可以设置为任何的class或id选择器。
  • title:默认为文档的标题。
  • shareUrl:默认为文档的url。
  • description:默认为文档的描述。

socialShare的使用方法:

在文件头部添加css

<link rel="stylesheet" href="assets/stylesheets/arthref.css">
                

在页面的body标记前添加以下代码:

<script src="assets/javascripts/socialShare.js"></script>
                
$('.selectorClass').socialShare({
social: 'blogger,delicious,digg,facebook,friendfeed,google,
linkedin,myspace,pinterest,reddit,stumbleupon,
tumblr,twitter,windows,yahoo'
});
                

更多信息:http://tolgaergin.com/files/social/