ppoffice/hexo-theme-minos

[Feature Request] More options for sharing buttons.

ignaciocastro opened this issue · 1 comments

Both AddThis and ShareThis have too many tracking ads calls, which make a webpage using them slower (and not compliant with GDPR, read this about how many tracking calls those services make). Maybe you could add support for other sharing buttons services that are more lightweight / without tracking urls?
Here are two examples that I know:
https://sharingbuttons.io
https://www.buttons.social
Thank you so much.

@ignaciocastro Thank you for your suggestion. It is possible to add these two as new share plugins. However, this requires some work to reimplement their services locally as their share buttons are statically generated instead of dynamically inserted into the webpage using some scripts. Meanwhile, please feel free to add it yourself by adding a new file and put all the code. You can refer to https://github.com/ppoffice/hexo-theme-minos/tree/master/layout/share for details.