如何在我的网站中使用我自己定制的 Sharethis 图像以及 sharethis 插件?
如何在我的网站中使用我自己定制的 Sharethis 图像以及 sharethis 插件?
我可以手动执行以下操作:-
<script type="text/javascript">var switchTo5x=true;</script><script type="text/javascript" src="http://localhost/website/js/share-this.js"></script>
<script type="text/javascript">stLight.options({publisher:'fbcd68c9-0a9c-4974-9ada-e106a30e9194'});</script>
我只想更改基本的绿色图标,仅此而已。
How can i use my own customized Sharethis image along with sharethis plugin in my website?
Is anything i can manually do in:-
<script type="text/javascript">var switchTo5x=true;</script><script type="text/javascript" src="http://localhost/website/js/share-this.js"></script>
<script type="text/javascript">stLight.options({publisher:'fbcd68c9-0a9c-4974-9ada-e106a30e9194'});</script>
I just want to change the basic green color Icon nothing else.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这已记录在 ShareThis 网站上。在链接上使用“st_sharethis_custom”类。
然后指定一个与 CSS 一起使用的新图标。
This is already documented on the ShareThis site. Use the 'st_sharethis_custom' class on your link.
Then specify a new icon to use with CSS.
更改此类的属性:-
更改 CSS,如下所示:-
您还可以直接从共享此 JS 文件编辑 img PNG:-
搜索:-
将图像位置替换为您的自定义位置。
change the properties of this class:-
Change CSS like this:-
Also you can edit the img PNG directly from the Share This JS file:-
Search for:-
replace the image location to your custom location.