1

我想在我的网站上使用 ShareThis 并为同一服务添加多个按钮以共享多个对象。这是可能的,但我只能让按钮采用默认样式之一。如何通过 javascript 添加按钮并仍然使用自定义图像获取它们?

stWidget.addEntry({
            "service":"facebook",
            "element": $('.fb_custom').get(1),
            "url":"http://sharethis.com",
            "title":"sharethis",
            "type":"large", // one of the default styles
            "text":"ShareThis" ,
            "image":"http://www.softicons.com/download/internet-icons/social-superheros-icons-by-iconshock/png/256/sharethis_hulk.png", // image TO BE SHARED
            "summary":"this is description1"   
        });
4

2 回答 2

1

没问题,使用 type="custom" 就可以了。文档上没有,至少我找不到!

于 2012-09-09T13:10:13.547 回答
0

只需创建新按钮并将它们放在您的服务器上。像这样:

"image":"http://www.MYOWNSERVER.com/images/myart.png 
于 2012-09-09T13:18:18.160 回答