kni-labs/rrssb

Are share counts working?

mmautner opened this issue · 1 comments

I'm testing out the 2.0 branch with a very simple configuration:

    var options = {
       socialNetworks: ["linkedin", "facebook", "twitter", "reddit"],
       url: "some-valid-url",
       showCount: true,
    };
    $(".rrssb-container").rrssb(options);

And am noticing the following:

screen shot 2017-12-13 at 8 29 06 pm

I suppose share counts broke after something changed about the Twitter API--is this library still aiming to support share counts? Or maybe should it be dropped from 2.0?

Related: #49

Thank you @dbox for the work you've put into it, very nice library :)

I'll just comment on #49