ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
765 stars 202 forks source link

[Feature Request] More options for sharing buttons. #71

Open ignaciocastro opened 5 years ago

ignaciocastro commented 5 years ago

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.

ppoffice commented 5 years ago

@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.