Because this has been on the plugin wishlist for quite some time, I finally decided to give it a go …
So here’s my Sharingbuttons plugin which basically makes sharingbuttons.io by Max Stoiber configurable within Kirby.
It’s not tested very well so far, so I would love to get some feedback.
Plugin on Github
5 Likes
Anyone interested in doing some translations? Would be awesome, if I could add some more languages. So far only English and German are available.
Actually, it’s just the translation of “Share on” and “Share by” …

Feel free to contact me or send me a pull request.
l::set('plugin.sharingbuttons.facebook', 'Share on Facebook');
l::set('plugin.sharingbuttons.twitter', 'Share on Twitter');
l::set('plugin.sharingbuttons.google', 'Share on Google+');
l::set('plugin.sharingbuttons.tumblr', 'Share on Tumblr');
l::set('plugin.sharingbuttons.email', 'Share by E-Mail');
l::set('plugin.sharingbuttons.pinterest', 'Share on Pinterest');
l::set('plugin.sharingbuttons.linkedin', 'Share on LinkedIn');
l::set('plugin.sharingbuttons.reddit', 'Share on Reddit');
l::set('plugin.sharingbuttons.xing', 'Share on XING');
l::set('plugin.sharingbuttons.whatsapp', 'Share on WhatsApp');
l::set('plugin.sharingbuttons.hackernews', 'Share on Hacker News');
l::set('plugin.sharingbuttons.vk', 'Share on VK');
l::set('plugin.sharingbuttons.telegram', 'Share on Telegram');
Maybe @Malvese / @Thiousi for French or @jenstornell / @ola for Swedish (no pressure, guys) 
“Dela på Facebook”
“Dela med e-post” or “Dela via e-post”
1 Like
@flokosiol Dammit, @Thiousi beat me to the punch, he sent his PR 3 mn before I did 
2 Likes
Thanks a lot (all of you), that was really fast. 
Version 1.1
I finally added support for all the different styles (normal, solid, circle, solidcircle) and added the swedish translations by @jenstornell (hopefully correct).
2 Likes
I think it should be sv.php
instead of se.php
because the language is sv_SE
. The translations are correct but the comment above them refers to fr.php
, so that’s wrong.
1 Like
Alright, thanks Jens. Obviously it was too late yesterday 
Version 1.2
Thanks to @neildaniels there’s a new version available which adds the possibility to customize the url and the description. Thanks a lot for the contribution!

This plugin does exactly what I’m trying to do. Does anyone know of a K3 version of something like this? I’ve taken a look at the code but porting it to K3 is a bit beyond my expertise with plugins.
I don‘t know if there‘s already a solution for K3, but I can try to find some time to migrate it.
1 Like
I convinced one of our junior devs to migrate the plugin to K3. I think it’s a perfect project to start doing open source. I will support him as much as necessary.
Before he can start he first needs to finish his examen
but this should be done in the next weeks. We’ll keep you up to date here.
1 Like