自定义共享按钮,需要用图像替换图标字体

时间:2014-09-16 07:48:59

标签: jquery html css

我正在尝试实施以下分享按钮....

http://jquery-plugins.net/share-button-fast-and-beautiful-social-share-buttons

它工作得很好但是,我需要用Image替换图标字体。

我尝试更改一些css属性,但它无法正常工作

http://jsfiddle.net/eu0tbjLo/4/

<div class="article-icon-box social-media-popup">
    <div class='share-button'> <img src="" alt="S"/></div>

</div>

3 个答案:

答案 0 :(得分:2)

  Share.prototype.inject_icons = function() {
    return this.inject_stylesheet("https://www.sharebutton.co/fonts/v2/entypo.min.css");
  };

使用您的css更改share.js中的此链接

答案 1 :(得分:1)

see this link

var share = new Share('.share-button', config);
config = {
ui: {
button_text:       // change the text of the button, [Default: `Share`]
icon_font:         // include the minified Entypo font set. [Default: `true`]
},}

答案 2 :(得分:0)

请使用'!important'属性制作bg。其他图标与下面相同

`.share-button.sharer-0 .social li[class*=pinterest] {
background: url('../images/pinterest.png') no-repeat #c5282f !important;
display: block;
}`