我想在我的网站上使用 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"
});