mycodingtricks / jumboShare

Jumbo Share is a jQuery Plugin that add social share buttons on your website with a jumbo sized counter.
http://mycodingtricks.com/jquery/jumboshare-social-share-counter-with-social-buttons/
GNU General Public License v3.0
7 stars 7 forks source link

FB api #1

Open pirostudio opened 8 years ago

pirostudio commented 8 years ago

Counter doesn't work and display bug TypeError: d[0] is undefined in FB api. Where is the problem?

pirostudio commented 8 years ago

I have solution, change fql to graph api

$.getJSON('http://graph.facebook.com/?id='+encodeURIComponent(settings.url),function(d){ add(d.share.share_count); updateCounter(); });

skazhikadyadya commented 7 years ago

Hi, @piotrkarcz, can you give me a link for your working script? Thanks.

pirostudio commented 7 years ago

@skazhikadyadya I'm sorry, It's currently offline.

skazhikadyadya commented 7 years ago

@piotrkarcz Is that counter working for you right?

ashishsakarkar2020 commented 7 years ago

your demo was working a couple of days back and today it suddenly stopped.

skazhikadyadya commented 7 years ago

Yes, I remove that JS, excuse me.

ashishsakarkar2020 commented 7 years ago

Would you put it live again? if no is it possible for you to share the JS file that you removed? I really like this script, thanks.