abemedia / shareCount

A PHP script to fetch the count of social shares, cache the results and output as JSON, JSONP or XML data.
GNU General Public License v2.0
100 stars 35 forks source link

Is there a WordPress plugin using this code? #12

Closed grafxflow closed 8 years ago

grafxflow commented 9 years ago

Is there a WordPress plugin using this code? That can place it in a sidebar widget. If not and I was to create one would there be any issues with that?

Plus it possible to wildcard a website and bring back the top 10?

abemedia commented 8 years ago

I'm afraid there currently isn't one but feel free to make it. I'd appreciate a mention in the credits though :wink:

As for the wildcard, I'm afraid that isn't possible. You could however use a cron job to add share counts for all your URLs to a database daily and then just fetch the top 10 with a simple query.