To do so, you’ll need to create a new plugin that will create a custom Sharing Service and add it to the array of possible services you can add to the bottom of your posts.
Here is an example:
https://github.com/jeherve/mwp-sharing-jetpack
This plugin adds a ManageWP.org sharing button, but it’s a good example about how to create custom sharing services.
The service is created here:
https://github.com/jeherve/mwp-sharing-jetpack/blob/master/class.mwp-sharing-jetpack.php
It is then hooked into Jetpack’s Sharing buttons here:
https://github.com/jeherve/mwp-sharing-jetpack/blob/master/mwp-sharing-jetpack.php#L43
I hope this helps.
(@ashleymichelle)
11 years, 3 months ago
My website is ohmybonbon.com, and beneath each post you will see that I am utilizing JetPack’s sharing option, with styled Genericons.
I would like to add some custom buttons to the array, namely “comments” using the Genericons
content: '\f108';, to display in the same manner as the rest of the sharing buttons (with the number of shares appearing over the Genericon).Apologies if what I’m asking to do is being inquired about in a confusing manner; any help solving this will be greatly appreciated!
Thanks so much!
https://ww.wp.xz.cn/plugins/jetpack/