我想在我的网站上使用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"
});
答案 0 :(得分:1)
没问题,使用type =“custom”做了诀窍..不在文档上,至少我找不到它!
答案 1 :(得分:0)
只需创建新按钮并将其放在服务器上即可。喜欢 这样:
"image":"http://www.MYOWNSERVER.com/images/myart.png