jaredatch / EA-Share-Count

A lean plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
84 stars 13 forks source link

Icons for Popular Mobile Apps - Whatsapp/ Telegram #92

Closed IkeTen closed 6 years ago

IkeTen commented 6 years ago

Hi and thanks for Creating EA Share Count. Will there be support for Whatsapp (especially) or Telegram in the future? There apps have many users and very good platforms to share posts. I thinks that's the only missing for this awesome plugin. For the time being, is there a there a way to customize EA Share Count to include other social buttons like Whatsapp?

Thank you.

billerickson commented 6 years ago

I don't believe we will be adding new sharing buttons to the core plugin, but you can easily add your own with the built-in filters.

Here's an example of adding a Reddit share button: https://gist.github.com/billerickson/969f8ef0e980fe6e6345

The ea_share_count_admin_services filter lets you control what services appear in the settings page, so you can add that share button to the list.

The ea_share_count_link filter lets you control the frontend display of that share button.

IkeTen commented 6 years ago

Thanks Bill.